mesa: fix CopyImageSubDataOES with GL_TEXTURE_EXTERNAL_OES
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Fri, 17 Mar 2023 12:57:00 +0000 (13:57 +0100)
committerMarge Bot <emma+marge@anholt.net>
Tue, 28 Mar 2023 15:17:28 +0000 (15:17 +0000)
commite272e59e4052b1522fb075d3ffa1fc0e2cbe23ee
tree72484c0700e35a334e050f75947eff74741c683d
parent0c76e088f2a8649baf7b1cafb179f70d8ccd892b
mesa: fix CopyImageSubDataOES with GL_TEXTURE_EXTERNAL_OES

GL_TEXTURE_EXTERNAL_OES is allowed on GLES (any version) and glCopyImageSubDataOES
is implemented as an alias of CopyImageSubData.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21984>
src/mesa/main/copyimage.c