diff options
author | Dave Airlie <[email protected]> | 2010-08-17 16:07:23 +1000 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2010-08-20 16:43:44 +0200 |
commit | 63d010115c7972d854e0583f8f74e8d0c3407fcd (patch) | |
tree | 9b24f913c6141dc0ed871ba331d094eddafe74e3 /src/gallium/drivers/r600/r600_state.c | |
parent | 3aaec4750d6fda39b3bb4fc0a159fba1655feede (diff) |
r600g: add occlusion query support
Signed-off-by: Dave Airlie <[email protected]>
Signed-off-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_state.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_state.c b/src/gallium/drivers/r600/r600_state.c index 7d2b61f9b01..3943ebacb36 100644 --- a/src/gallium/drivers/r600/r600_state.c +++ b/src/gallium/drivers/r600/r600_state.c @@ -268,7 +268,6 @@ static void r600_set_blend_color(struct pipe_context *ctx, static void r600_set_clip_state(struct pipe_context *ctx, const struct pipe_clip_state *state) { - struct r600_screen *rscreen = r600_screen(ctx->screen); struct r600_context *rctx = r600_context(ctx); struct r600_context_state *rstate; |