diff options
author | Ben Skeggs <[email protected]> | 2008-03-12 02:59:20 +1100 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-03-12 02:59:42 +1100 |
commit | 9c29512154992f95c11939615ddcbef185c6a96c (patch) | |
tree | 2cba3479043862016411c31f19c8393c07e7b0ed /src/gallium/drivers/nv50/Makefile | |
parent | 3250bacd2411d3f1af50135599380b2140238535 (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/Makefile b/src/gallium/drivers/nv50/Makefile index 1c0b82887a1..a62a4d961bc 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 |