summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_context.h
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/nv50_context.h
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/nv50_context.h')
-rw-r--r--src/gallium/drivers/nv50/nv50_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h
index 6096818d40..98b9aba079 100644
--- a/src/gallium/drivers/nv50/nv50_context.h
+++ b/src/gallium/drivers/nv50/nv50_context.h
@@ -70,4 +70,6 @@ extern boolean nv50_draw_elements(struct pipe_context *pipe,
extern void nv50_clear(struct pipe_context *pipe, struct pipe_surface *ps,
unsigned clearValue);
+extern boolean nv50_state_validate(struct nv50_context *nv50);
+
#endif