From fb06a28c30ddea2481cb258171b95c043775c57f Mon Sep 17 00:00:00 2001 From: Liran Date: Thu, 7 Apr 2011 17:01:47 +0300 Subject: GLESv1 extensions This fix adds support for OpenGLES 1.1 extensions in the codec layer. This fix also includes bug fixes in GLEncoder (client-state) and gles android wrapper modules. Change-Id: I512649724d43e4af9d3ce5d49ae66d9f4da0b823 --- tools/emulator/opengl/shared/OpenglCodecCommon/GLDecoderContextData.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/emulator/opengl/shared/OpenglCodecCommon/GLDecoderContextData.h') diff --git a/tools/emulator/opengl/shared/OpenglCodecCommon/GLDecoderContextData.h b/tools/emulator/opengl/shared/OpenglCodecCommon/GLDecoderContextData.h index b0874475a..eeb473432 100644 --- a/tools/emulator/opengl/shared/OpenglCodecCommon/GLDecoderContextData.h +++ b/tools/emulator/opengl/shared/OpenglCodecCommon/GLDecoderContextData.h @@ -35,7 +35,9 @@ public: TEXCOORD5_LOCATION = 9, TEXCOORD6_LOCATION = 10, TEXCOORD7_LOCATION = 11, - LAST_LOCATION = 12 + MATRIXINDEX_LOCATION = 12, + WEIGHT_LOCATION = 13, + LAST_LOCATION = 14 } PointerDataLocation; void storePointerData(PointerDataLocation loc, void *data, size_t len) { -- cgit v1.2.3