Skip to content

tu: Trivially expose VK_EXT_rasterization_order_attachment_access

It is just a renamed VK_ARM_rasterization_order_attachment_access.

Zink depends on it to expose KHR_blend_equation_advanced_coherent

Passes GL tests via Zink:

 dEQP-GLES31.functional.blend_equation_advanced.*
 KHR-GLES31.core.blend_equation_advanced.*

@zmike btw, zink has PIPE_CAP_FBFETCH = 1 which means EXT_shader_framebuffer_fetch is not enabled. Have you looked at whether EXT_shader_framebuffer_fetch could be enabled if raster order is present? I naively tried to change PIPE_CAP_FBFETCH max render targets, but was welcomed with nir_to_spirv.c:3729: emit_deref_var: Assertion 'he' failed.

Edited by Danylo Piliaiev

Merge request reports