mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 08:00:13 +01:00
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:
parent
ad9c2f5469
commit
b8d42cccd0
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue