diff options
author | Eric Anholt <[email protected]> | 2014-04-25 16:47:35 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-04-30 14:33:21 -0700 |
commit | e739558c9d6019206406ee92f7db0eea8e65ad81 (patch) | |
tree | 26362d2126ac32f2593aca9f0d058058f85d7417 /src/mesa/drivers/dri/i965/gen6_wm_state.c | |
parent | 60c5f9716c90090f41e0796e93cc60a297fa883b (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/gen6_wm_state.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/gen6_wm_state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/gen6_wm_state.c b/src/mesa/drivers/dri/i965/gen6_wm_state.c index 22e0925091e..cbab16d2bf1 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 |