draw: subclass vertex shaders according to execution method
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 15 Feb 2008 13:37:01 +0000 (13:37 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 15 Feb 2008 13:37:01 +0000 (13:37 +0000)
commitb29d8d27292c2ad956d3f0a307603f00ee01af28
treefcd90e0489cd26141baa2074847e2a114e5ecdc4
parente822e09b89407d6cb8cd4a79e1c5c1e0955caf64
draw: subclass vertex shaders according to execution method

Create new files for shaders compiled/executed with llvm, sse, exec
respectively
src/gallium/auxiliary/draw/Makefile
src/gallium/auxiliary/draw/draw_private.h
src/gallium/auxiliary/draw/draw_vertex_shader.c
src/gallium/auxiliary/draw/draw_vs.h [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vs_exec.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vs_llvm.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vs_sse.c [new file with mode: 0644]
src/mesa/sources