From e739558c9d6019206406ee92f7db0eea8e65ad81 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 25 Apr 2014 16:47:35 -0700 Subject: [PATCH] i965: Drop bogus state flag comment. This was introduced with the comment and code below it, though the code only touches prog_data (CACHE_NEW_WM_PROG). Reviewed-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/gen6_wm_state.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/gen6_wm_state.c b/src/mesa/drivers/dri/i965/gen6_wm_state.c index 22e0925..cbab16d 100644 --- a/src/mesa/drivers/dri/i965/gen6_wm_state.c +++ b/src/mesa/drivers/dri/i965/gen6_wm_state.c @@ -279,7 +279,6 @@ upload_wm_state(struct brw_context *brw) dw6 |= GEN6_WM_MSDISPMODE_PERSAMPLE; } - /* _NEW_BUFFERS, _NEW_MULTISAMPLE */ /* From the SNB PRM, volume 2 part 1, page 281: * "If the PS kernel does not need the Position XY Offsets * to compute a Position XY value, then this field should be -- 2.7.4