Skip to content

mesa: fix validation of GL_RED/GL_RG with float formats for GLES.

xndcn requested to merge xndcn/mesa:fix into main
  1. GL_HALF_FLOAT_OES is defined by OES_texture_half_float, not GLES 3.0
  2. GL_HALF_FLOAT is not supported in GLES 2.0
  3. when type is GL_FLOAT or GL_HALF_FLOAT, only sized internal formats is allowed in GLES 3.0

Merge request reports