From: Neil Roberts Date: Wed, 21 Mar 2012 18:08:42 +0000 (+0000) Subject: Add support for GL_EXT_unpack_subimage on GLES2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03f617f413ce0d24ac3c162337d06a24856198ff;p=mesa.git Add support for GL_EXT_unpack_subimage on GLES2 This extension just permits GL_UNPACK_ROW_LENGTH, GL_UNPACK_SKIP_ROWS and GL_UNPACK_SKIP_PIXELS to be passed to glPixelStore on GLES2 so it is trivial to implement. --- diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 29975f678b4..f23857ad2f4 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -1174,15 +1174,30 @@ + + + + + + + + + + + + + + + - - - - - + + + + +