draw: add passthrough path to the pipeline
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 3 Apr 2008 11:21:30 +0000 (12:21 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 3 Apr 2008 11:21:30 +0000 (12:21 +0100)
commitd2cb4ba0bb2388c784f145c59f3798f914dc7f39
tree61ab6f6d5e4311c2d98cebe3de1c821a4ef65bda
parentadd46fbc8cc04d3bce303815541a7bc5d0b33953
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.
src/gallium/auxiliary/draw/Makefile
src/gallium/auxiliary/draw/SConscript
src/gallium/auxiliary/draw/draw_private.h
src/gallium/auxiliary/draw/draw_pt.c
src/gallium/auxiliary/draw/draw_pt.h
src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
src/gallium/auxiliary/draw/draw_pt_fetch_pipeline.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vertex_fetch.c