i965: Make L3 configuration atom listen for TCS/TES program updates.
The L3 configuration code already considers the TCS and TES programs,
but failed to listen for TCS/TES program changes.
This was somehow missing.
Fixes: e9644cb1f9 ("i965: Consider tessellation in get_pipeline_state_l3_weights.")
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
@@ -263,6 +263,8 @@ const struct brw_tracked_state gen7_l3_state = {
|
||||
BRW_NEW_CS_PROG_DATA |
|
||||
BRW_NEW_FS_PROG_DATA |
|
||||
BRW_NEW_GS_PROG_DATA |
|
||||
BRW_NEW_TCS_PROG_DATA |
|
||||
BRW_NEW_TES_PROG_DATA |
|
||||
BRW_NEW_VS_PROG_DATA,
|
||||
},
|
||||
.emit = emit_l3_state
|
||||
|
||||
Reference in New Issue
Block a user