Skip to content

v3d: Add support for `PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND`

Lucas Fryzek requested to merge Hazematman/mesa:lfryzek/rgb16f_blend_fix into main

This pipecap will override the DST_ALPHA blending parameter for RGB formats so that the driver won't try to blend against a non existent alpha channel.

This fixes spec/arb_texture_float/fbo-blending-formats/gl_rgb16f

Merge request reports