mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Fri Apr 4 12:19:24 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 src/gallium/auxiliary/draw/Makefile                |    1 +
 src/gallium/auxiliary/draw/SConscript              |    1 +
 src/gallium/auxiliary/draw/draw_context.c          |    3 +-
 src/gallium/auxiliary/draw/draw_private.h          |   14 ++
 .../auxiliary/draw/draw_pt_fetch_pipeline.c        |  114 ++------------
 src/gallium/auxiliary/draw/draw_pt_pipeline.c      |  162 ++++++++++++++++++++
 6 files changed, 196 insertions(+), 99 deletions(-)
 create mode 100644 src/gallium/auxiliary/draw/draw_pt_pipeline.c

       via  0b20d1b9b5e0514a68ab460d748753d29df2e70b (commit)
      from  9edac96d69b6f9942c170c573c9aba4c35550639 (commit)


- Commits -----------------------------------------------
commit 0b20d1b9b5e0514a68ab460d748753d29df2e70b
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 4 13:18:09 2008 +0100

    draw: move code to run pipeline from pt to new file
    
    Add facility for draw_vbuf.c to reset these vertex ids on flushes.
    Pre-initialize vertex ids correctly.

---------------------------------




More information about the mesa-commit mailing list