From 03f617f413ce0d24ac3c162337d06a24856198ff Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Wed, 21 Mar 2012 18:08:42 +0000 Subject: [PATCH] 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. --- src/mesa/main/APIspec.xml | 26 +++++++++++++++++++++----- src/mesa/main/extensions.c | 1 + 2 files changed, 22 insertions(+), 5 deletions(-) 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 @@ + + + + + + + + + + + + + + + - - - - - + + + + +