mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Thu Apr 3 11:23:10 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_private.h          |    6 +
 src/gallium/auxiliary/draw/draw_pt.c               |   23 +-
 src/gallium/auxiliary/draw/draw_pt.h               |    1 +
 src/gallium/auxiliary/draw/draw_pt_fetch_emit.c    |   64 +---
 .../auxiliary/draw/draw_pt_fetch_pipeline.c        |  391 ++++++++++++++++++++
 src/gallium/auxiliary/draw/draw_vertex_fetch.c     |    4 +-
 8 files changed, 424 insertions(+), 67 deletions(-)
 create mode 100644 src/gallium/auxiliary/draw/draw_pt_fetch_pipeline.c

       via  d2cb4ba0bb2388c784f145c59f3798f914dc7f39 (commit)
      from  add46fbc8cc04d3bce303815541a7bc5d0b33953 (commit)


- Commits -----------------------------------------------
commit d2cb4ba0bb2388c784f145c59f3798f914dc7f39
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Apr 3 12:21:30 2008 +0100

    draw: add passthrough path to the pipeline
    
    This handles the case where bypass_vs is set, but vertices need to go
    through the pipeline for some reason - eg unfilled polygon mode.
    
    Demonstrates how to drive the pipeline from inside one of these things.

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




More information about the mesa-commit mailing list