From 74d7ef0961b3aace03aea88944155272ac341b59 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Sat, 7 Jan 2012 19:36:03 -0800 Subject: 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 Reviewed-by: Eric Anholt --- src/mesa/drivers/dri/i965/gen6_wm_state.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/drivers/dri/i965/gen6_wm_state.c') 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 | -- cgit v1.2.3