Skip to content
Snippets Groups Projects
Commit 8b2c15a6 authored by Kenneth Graunke's avatar Kenneth Graunke Committed by Emil Velikov
Browse files

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: e9644cb1 ("i965: Consider tessellation in get_pipeline_state_l3_weights.")
Reviewed-by: default avatarFrancisco Jerez <currojerez@riseup.net>
(cherry picked from commit b8d42ccc)
parent e2036d7b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment