diff options
author | Kenneth Graunke <[email protected]> | 2012-01-07 19:36:03 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-01-09 21:45:08 -0800 |
commit | 74d7ef0961b3aace03aea88944155272ac341b59 (patch) | |
tree | 59a8936ef50f97cb65ef26fb5bf7987e763bbffa /src/mesa/drivers/dri/i965/gen6_wm_state.c | |
parent | 4874fcb028a8618b315b49081f9da5900ed7b69c (diff) |
i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.
The BRW_NEW_URB_FENCE dirty bit is only flagged by the
brw_recalculate_urb_fence state atom which isn't used on Gen6+.
Since it's never flagged, there's no reason to depend on it.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Anholt <[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 10775840755..c04f2342c40 100644 --- a/src/mesa/drivers/dri/i965/gen6_wm_state.c +++ b/src/mesa/drivers/dri/i965/gen6_wm_state.c @@ -231,7 +231,6 @@ const struct brw_tracked_state gen6_wm_state = { _NEW_PROGRAM_CONSTANTS | _NEW_POLYGON), .brw = (BRW_NEW_FRAGMENT_PROGRAM | - BRW_NEW_URB_FENCE | BRW_NEW_BATCH | BRW_NEW_HIZ), .cache = (CACHE_NEW_SAMPLER | |