Skip to content

mesa: Fix missing CopyTexImage formats for OES_required_internalformat.

Emma Anholt requested to merge anholt/mesa:gles2-required-formats into main

All our GLES2-only divers were failing these KHR tests because we were missing new OES_required_internalformat internalformats for CopyTexImage.

Cc: mesa-stable

Merge request reports