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:
Nick Hamilton 2026-03-31 17:05:54 +01:00 committed by Marge Bot
parent 69680f3d66
commit 08c13564d6

View file

@ -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");