summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/Makefile
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-15 11:45:12 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-15 11:45:12 -0600
commitf30093418928dce5872ea179ed5d21d3b24b7c82 (patch)
treeb0b7368700cb660f0e5ed34e0b05a9c65ad6c969 /src/mesa/pipe/softpipe/Makefile
parent3f70b504386e5d0b67cbd719769e44f33db0ae87 (diff)
added state funcs for vertex buffer/element info
Diffstat (limited to 'src/mesa/pipe/softpipe/Makefile')
-rw-r--r--src/mesa/pipe/softpipe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/Makefile b/src/mesa/pipe/softpipe/Makefile
index 615c612e9c..9c6d78c290 100644
--- a/src/mesa/pipe/softpipe/Makefile
+++ b/src/mesa/pipe/softpipe/Makefile
@@ -29,6 +29,7 @@ DRIVER_SOURCES = \
sp_state_sampler.c \
sp_state_setup.c \
sp_state_surface.c \
+ sp_state_vertex.c \
sp_tex_layout.c \
sp_tex_sample.c \
sp_surface.c