mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 00:30:13 +01:00
iris: fix Wa_16011107343 for Gfx12
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: df9f71d795 ("iris: emit 3DSTATE_HS for each primitive on gfx12")
Acked-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21605>
This commit is contained in:
parent
3cd72a2840
commit
fc7680b7df
1 changed files with 1 additions and 1 deletions
|
|
@ -7130,7 +7130,7 @@ iris_upload_render_state(struct iris_context *ice,
|
|||
* Wa_16011107343 (same for gfx12)
|
||||
* We implement this by setting TCS dirty on each draw.
|
||||
*/
|
||||
if ((GFX_VER == 11 || GFX_VER == 12) &&
|
||||
if ((GFX_VER == 11 || GFX_VERx10 == 120) &&
|
||||
ice->shaders.prog[MESA_SHADER_TESS_CTRL]) {
|
||||
ice->state.stage_dirty |= IRIS_STAGE_DIRTY_TCS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue