summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-19 00:37:51 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-19 00:37:51 +0100
commit6c38c600ff1212699e2e8e0f2928cd9e69559ac5 (patch)
treef17e9073ed3b8deda8cca000cb9e50b0fec44508 /src/gallium/auxiliary
parent6494946db66b62d280e34a0486b83cca15f5b457 (diff)
draw: rename draw_vertex_shader.c -> draw_vs.c
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/draw/Makefile2
-rw-r--r--src/gallium/auxiliary/draw/SConscript2
-rw-r--r--src/gallium/auxiliary/draw/draw_vs.c (renamed from src/gallium/auxiliary/draw/draw_vertex_shader.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile
index 45def9153c..9c41649883 100644
--- a/src/gallium/auxiliary/draw/Makefile
+++ b/src/gallium/auxiliary/draw/Makefile
@@ -7,6 +7,7 @@ C_SOURCES = \
draw_aaline.c \
draw_aapoint.c \
draw_clip.c \
+ draw_vs.c \
draw_vs_exec.c \
draw_vs_sse.c \
draw_vs_llvm.c \
@@ -30,7 +31,6 @@ C_SOURCES = \
draw_validate.c \
draw_vbuf.c \
draw_vertex.c \
- draw_vertex_shader.c \
draw_wide_line.c \
draw_wide_point.c
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript
index bff32d2c8b..388d7879dd 100644
--- a/src/gallium/auxiliary/draw/SConscript
+++ b/src/gallium/auxiliary/draw/SConscript
@@ -26,7 +26,7 @@ draw = env.ConvenienceLibrary(
'draw_validate.c',
'draw_vbuf.c',
'draw_vertex.c',
- 'draw_vertex_shader.c',
+ 'draw_vs.c',
'draw_vs_exec.c',
'draw_vs_llvm.c',
'draw_vs_sse.c',
diff --git a/src/gallium/auxiliary/draw/draw_vertex_shader.c b/src/gallium/auxiliary/draw/draw_vs.c
index 03fe00a951..03fe00a951 100644
--- a/src/gallium/auxiliary/draw/draw_vertex_shader.c
+++ b/src/gallium/auxiliary/draw/draw_vs.c