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>
(cherry picked from commit 08c13564d6)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41402>
This commit is contained in:
Nick Hamilton 2026-03-31 17:05:54 +01:00 committed by Eric Engestrom
parent b263998997
commit 688d051236
2 changed files with 4 additions and 2 deletions

View file

@ -2934,7 +2934,7 @@
"description": "pvr: Revert don't csb emit multi-layer clear attachments without rta support",
"nominated": true,
"nomination_type": 4,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

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