summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-03-12 02:59:20 +1100
committerBen Skeggs <skeggsb@gmail.com>2008-03-12 02:59:42 +1100
commit9c29512154992f95c11939615ddcbef185c6a96c (patch)
tree2cba3479043862016411c31f19c8393c07e7b0ed /src/gallium/drivers/nv50/Makefile
parent3250bacd2411d3f1af50135599380b2140238535 (diff)
nv50: crappy state validate/emit function
Just for testing stateobjs to make sure they don't hang the engine.
Diffstat (limited to 'src/gallium/drivers/nv50/Makefile')
-rw-r--r--src/gallium/drivers/nv50/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/Makefile b/src/gallium/drivers/nv50/Makefile
index 1c0b82887a..a62a4d961b 100644
--- a/src/gallium/drivers/nv50/Makefile
+++ b/src/gallium/drivers/nv50/Makefile
@@ -11,6 +11,7 @@ DRIVER_SOURCES = \
nv50_query.c \
nv50_screen.c \
nv50_state.c \
+ nv50_state_validate.c \
nv50_surface.c \
nv50_vbo.c