summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-10 15:40:26 -0600
committerBrian Paul <brianp@vmware.com>2009-09-10 15:40:26 -0600
commit4b1cbfcbe66161a7b56d56cd9e2c35ce49b3a91d (patch)
tree492eb169e9ec736c186a6bc526852bc923a4ab0b /src/gallium
parent9e6ae75cc8d6bff139aa21bda0aa682755ab7a7c (diff)
parent4d9bbabb8360a3de5b8659946c7c903356fd176c (diff)
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/softpipe/sp_clear.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_clear.c b/src/gallium/drivers/softpipe/sp_clear.c
index fa59277438..d3af18e162 100644
--- a/src/gallium/drivers/softpipe/sp_clear.c
+++ b/src/gallium/drivers/softpipe/sp_clear.c
@@ -85,5 +85,7 @@ softpipe_clear(struct pipe_context *pipe, unsigned buffers, const float *rgba,
/* non-cached surface */
pipe->surface_fill(pipe, ps, 0, 0, ps->width, ps->height, cv);
#endif
- }
+ }
+
+ softpipe->dirty_render_cache = TRUE;
}