r600g: disable handling of DISCARD_RANGE
[mesa.git] / src / gallium / drivers / r600 / r600_hw_context.c
index 09d8e174b3d17a05437c906d90382f59e104d645..d0b453ac7c0fb9644ae4aa99577d554643c73bef 100644 (file)
@@ -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);