Skip to content

teximage: allow glCopyTex{Sub}Image[123]D into R/RG textures with OpenGL ES 2.0

Matthew Waters requested to merge ystreet/mesa:fix-gles2-ext-texture-rg into main

What does this MR do and why?

teximage: allow glCopyTex{Sub}Image[123]D into R/RG textures with OpenGL ES 2.0

This is explicitly allowed in the GL_EXT_texture_rg extension.

Merge request reports