diff options
author | Corbin Simpson <[email protected]> | 2009-02-23 04:36:41 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-23 04:37:58 -0800 |
commit | b003b2f6dd4ddba45910560ab6d495fb01b5301b (patch) | |
tree | 72f04fe4c21bca01882cd77dd701d9fac77ebdc3 /src/gallium/drivers/r300/r300_context.h | |
parent | f72e77791116eda427438f9d9e895de71123c334 (diff) |
r300-gallium: Fix a handful of compile warnings.
Some harmless, some very dangerous.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 5bcf23e2c59..aaab1dd2bcb 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -250,6 +250,7 @@ static struct r300_context* r300_context(struct pipe_context* context) { } /* Context initialization. */ +struct draw_stage* r300_draw_swtcl_stage(struct r300_context* r300); void r300_init_state_functions(struct r300_context* r300); void r300_init_surface_functions(struct r300_context* r300); |