mesa: Enable GL_NV_pack_subimage
authorAdam Jackson <ajax@redhat.com>
Thu, 10 Feb 2022 16:11:38 +0000 (11:11 -0500)
committerAdam Jackson <ajax@redhat.com>
Tue, 22 Feb 2022 15:45:28 +0000 (10:45 -0500)
commit2eb644e470e79d2619a71af59c1e6936445cad06
tree92790ad8983a6f1de53dba7df3863cf35c50b4a5
parent606ac8d61e438188b6f8a072e27c89410c6c5b9d
mesa: Enable GL_NV_pack_subimage

This just legalizes a few of the pixelstore pack parameters in GLES2
that are already legal in desktop and GLES3. glamor takes advantage of
this in the GetImage and software-fallback paths.

Reviewed-by: Zoltán Böszörményi <zboszor@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14977>
docs/relnotes/new_features.txt
src/mesa/main/extensions_table.h
src/mesa/main/pixelstore.c