i965: refresh wm push constant also for BRW_NEW_FRAMENT_PROGRAM on gen6
Fix compiz crash. https://bugs.freedesktop.org/show_bug.cgi?id=31124
This commit is contained in:
@@ -73,7 +73,7 @@ prepare_wm_constants(struct brw_context *brw)
|
||||
const struct brw_tracked_state gen6_wm_constants = {
|
||||
.dirty = {
|
||||
.mesa = _NEW_PROGRAM_CONSTANTS,
|
||||
.brw = 0,
|
||||
.brw = BRW_NEW_FRAGMENT_PROGRAM,
|
||||
.cache = 0,
|
||||
},
|
||||
.prepare = prepare_wm_constants,
|
||||
|
||||
Reference in New Issue
Block a user