mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
iris: Implement Wa_14019857787
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29619>
This commit is contained in:
parent
19a8abde5f
commit
85373f2b15
1 changed files with 7 additions and 1 deletions
|
|
@ -1423,8 +1423,14 @@ iris_init_render_context(struct iris_batch *batch)
|
|||
iris_emit_cmd(batch, GENX(3DSTATE_TASK_CONTROL), foo);
|
||||
#endif
|
||||
|
||||
iris_alloc_push_constants(batch);
|
||||
#if INTEL_NEEDS_WA_14019857787
|
||||
iris_emit_cmd(batch, GENX(3DSTATE_3D_MODE), p) {
|
||||
p.EnableOOOreadsinRCPB = true;
|
||||
p.EnableOOOreadsinRCPBMask = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
iris_alloc_push_constants(batch);
|
||||
|
||||
#if GFX_VER >= 12
|
||||
init_aux_map_state(batch);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue