Skip to content

zink: add support for INTEL_shader_atomic_float_minmax

Jorropo requested to merge Jorropo/mesa:zink-intel-atomic-minmax into main

c212a00e already added support for the required intrinsics to the nir to spirv compiler.

I tested that the extension was correctly recognized on my DG2 gpu in glCapsViewer. I didn't tried running the code yet, first time here, is there a CI ? Some other gallium drivers already support this extension how are they tested ?

Merge request reports