mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
pvr: Revert don't csb emit multi-layer clear attachments without rta support
While testing HW without gs_rta_support it was raised that this
change had been made in error. After retesting with the change
reverted the listed tests still pass.
This reverts commit d68344bffe.
Backport-to: 26.0
Reported-by: Luigi Santivetti <luigi.santivetti@imgtec.com>
Signed-off-by: Nick Hamilton <nick.hamilton@imgtec.com>
Reviewed-by: Luigi Santivetti <luigi.santivetti@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40838>
This commit is contained in:
parent
69680f3d66
commit
08c13564d6
1 changed files with 3 additions and 1 deletions
|
|
@ -2259,7 +2259,9 @@ static void pvr_clear_attachments(struct pvr_cmd_buffer *cmd_buffer,
|
|||
if (result != VK_SUCCESS)
|
||||
return;
|
||||
|
||||
continue;
|
||||
if (clear_rect->baseArrayLayer != 0)
|
||||
continue;
|
||||
|
||||
} else {
|
||||
pvr_finishme(
|
||||
"incomplete support for deferred (emulated) RTA clears");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue