Skip to content

mesa: Enable GL_NV_generate_mipmap_sRGB

Adam Jackson requested to merge ajax/mesa:gl-nv-generate-mipmap-srgb into main

... if you have EXT_framebuffer_sRGB. The extension just relaxes an error check that we're already not performing, and sRGB rendering implies sRGB texture support, and mipmap generation would need it to be a valid render format. So advertise it if EXT_framebuffer_sRGB works.

Merge request reports