mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 12:50:10 +01:00
anv: don't use IndirectStatePointersDisable at the end of secondaries
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Casey Bowman <casey.g.bowman@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38256>
This commit is contained in:
parent
cff047280a
commit
9c494dbd42
1 changed files with 2 additions and 1 deletions
|
|
@ -3454,7 +3454,8 @@ end_command_buffer(struct anv_cmd_buffer *cmd_buffer)
|
|||
|
||||
genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer);
|
||||
|
||||
emit_isp_disable(cmd_buffer);
|
||||
if (cmd_buffer->vk.level == VK_COMMAND_BUFFER_LEVEL_PRIMARY)
|
||||
emit_isp_disable(cmd_buffer);
|
||||
|
||||
#if GFX_VER >= 12
|
||||
if (cmd_buffer->vk.level == VK_COMMAND_BUFFER_LEVEL_PRIMARY &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue