diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index 2ba6efe7644..e4dd6fa897c 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -150,8 +150,7 @@ void st_invalidate_state(struct gl_context * ctx, GLbitfield new_state) st->dirty |= ST_NEW_DSA; if (new_state & _NEW_PROGRAM) - st->dirty |= ST_NEW_SAMPLE_SHADING | - ST_NEW_RASTERIZER; + st->dirty |= ST_NEW_RASTERIZER; if (new_state & _NEW_SCISSOR) st->dirty |= ST_NEW_RASTERIZER | |