summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_hw_context.c
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2012-07-22 07:48:52 +0200
committerMarek Olšák <maraeo@gmail.com>2012-08-15 19:20:57 +0200
commita01791add08fbcb5386e0e9209ba21ed58fbdc42 (patch)
tree1dc441864f4106080bd020ac1f32a6c763a6a350 /src/gallium/drivers/r600/r600_hw_context.c
parent6517225078a6a56c9fb3c1ea9f310992e6400b77 (diff)
r600g: implement set_sample_mask
Diffstat (limited to 'src/gallium/drivers/r600/r600_hw_context.c')
-rw-r--r--src/gallium/drivers/r600/r600_hw_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_hw_context.c b/src/gallium/drivers/r600/r600_hw_context.c
index 09d8e174b3d..d0b453ac7c0 100644
--- a/src/gallium/drivers/r600/r600_hw_context.c
+++ b/src/gallium/drivers/r600/r600_hw_context.c
@@ -955,6 +955,7 @@ void r600_context_flush(struct r600_context *ctx, unsigned flags)
if (ctx->chip_class <= R700) {
r600_atom_dirty(ctx, &ctx->seamless_cube_map.atom);
}
+ r600_atom_dirty(ctx, &ctx->sample_mask.atom);
ctx->vertex_buffer_state.dirty_mask = ctx->vertex_buffer_state.enabled_mask;
r600_vertex_buffers_dirty(ctx);