draw: create specialized vs varients incorporating fetch & emit
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 15 May 2008 11:39:08 +0000 (12:39 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 23 May 2008 08:16:55 +0000 (09:16 +0100)
commit7c99d7fe60e7bb0b7cf103a851aeef4614278ca6
treeebd38aa2e37aecb6820bc2f28b15060a7ff0bf1e
parent2f0d1396e4c1626b3b1ac799bd29e86a9530369e
draw: create specialized vs varients incorporating fetch & emit
src/gallium/auxiliary/draw/Makefile
src/gallium/auxiliary/draw/draw_private.h
src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vs.c
src/gallium/auxiliary/draw/draw_vs.h
src/gallium/auxiliary/draw/draw_vs_exec.c
src/gallium/auxiliary/draw/draw_vs_llvm.c
src/gallium/auxiliary/draw/draw_vs_sse.c
src/gallium/auxiliary/draw/draw_vs_varient.c [new file with mode: 0644]