summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-02-15 13:37:01 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2008-02-15 13:37:01 +0000
commitb29d8d27292c2ad956d3f0a307603f00ee01af28 (patch)
treefcd90e0489cd26141baa2074847e2a114e5ecdc4 /src/mesa
parente822e09b89407d6cb8cd4a79e1c5c1e0955caf64 (diff)
draw: subclass vertex shaders according to execution method
Create new files for shaders compiled/executed with llvm, sse, exec respectively
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/sources3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index cecd8a830f..f83d247a1e 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -159,6 +159,9 @@ VF_SOURCES = \
DRAW_SOURCES = \
$(TOP)/src/gallium/auxiliary/draw/draw_clip.c \
+ $(TOP)/src/gallium/auxiliary/draw/draw_vs_exec.c \
+ $(TOP)/src/gallium/auxiliary/draw/draw_vs_sse.c \
+ $(TOP)/src/gallium/auxiliary/draw/draw_vs_llvm.c \
$(TOP)/src/gallium/auxiliary/draw/draw_context.c\
$(TOP)/src/gallium/auxiliary/draw/draw_cull.c \
$(TOP)/src/gallium/auxiliary/draw/draw_debug.c \