mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +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 commitd68344bffe. 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 commit08c13564d6) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41402>
This commit is contained in:
parent
b263998997
commit
688d051236
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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