Skip to content

i965: Enable GL_LUMINANCE8_SNORM support

Andrii Kryvytskyi requested to merge GL/mesa:fix_for_LUMINANCE8_SNORM into main

Enables GL_LUMINANCE8_SNORM support and makes piglit test spec.ext_packed_float.query-rgba-signed-components work. Iris already supports it and it seems there is nothing that prevents i965 from supporting it too.

Merge request reports