Skip to content

pvr: Complete depth/stencil attachment support in render job setup

Matt Coster requested to merge MTCoster/mesa:dev/fragment-state-ds into main

The implementation here assumes separate depth and stencil attachments are not possible, as they are in Vulkan without VK_KHR_dynamic_rendering and before core 1.3.

Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Reviewed-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Edited by Matt Coster

Merge request reports