diff options
author | Marek Olšák <[email protected]> | 2010-04-14 04:22:22 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-04-14 04:48:19 +0200 |
commit | eb4e399ef0d7b4fbeee744e79abcb79263549f7e (patch) | |
tree | 79c6124a64d3a5bc739d549399345010325cdff1 /src/gallium/drivers/r300/r300_emit.h | |
parent | 3da70606b3af1e907d56666d199957b6da0c73fe (diff) |
r300g: atomize beginning occlusion query
Diffstat (limited to 'src/gallium/drivers/r300/r300_emit.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_emit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_emit.h b/src/gallium/drivers/r300/r300_emit.h index 678e1822123..56f7318cdbe 100644 --- a/src/gallium/drivers/r300/r300_emit.h +++ b/src/gallium/drivers/r300/r300_emit.h @@ -61,7 +61,7 @@ void r500_emit_fs_rc_constant_state(struct r300_context* r300, unsigned size, vo void r300_emit_fb_state(struct r300_context* r300, unsigned size, void* state); -void r300_emit_query_start(struct r300_context* r300); +void r300_emit_query_start(struct r300_context *r300, unsigned size, void *state); void r300_emit_query_end(struct r300_context* r300); |