teximage: return correct desktop GL error for compressedteximage
authorDave Airlie <airlied@redhat.com>
Fri, 23 Jul 2021 06:22:33 +0000 (16:22 +1000)
committerDave Airlie <airlied@redhat.com>
Sun, 25 Jul 2021 19:59:18 +0000 (05:59 +1000)
commit2138d1b9e630b4c481c9d1ff555fb77a71ef78cc
treeee43a4a9ddc9d3073a3f10f7790f14c370706f11
parent9cc0834ca604638081ae6c295050c657625086c6
teximage: return correct desktop GL error for compressedteximage

For GL4.6 the spec says to return GL_INVALID_OPERATION for this.

Cc: mesa-stable
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12032>
src/mesa/main/teximage.c