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/nv50_context.h | |
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/nv50_context.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.h | 2 |
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 6096818d40d..98b9aba0796 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 |