diff options
| author | Liran <liran@graphtech.co.il> | 2011-04-07 17:01:47 +0300 |
|---|---|---|
| committer | Liran <liran@graphtech.co.il> | 2011-04-28 09:24:46 +0300 |
| commit | fb06a28c30ddea2481cb258171b95c043775c57f (patch) | |
| tree | c980b3d1311b43af3ccdd9d1c7826717f9984440 /tools/emulator/opengl/shared/OpenglCodecCommon/GLDecoderContextData.h | |
| parent | 9e9b85c3f610ebd9165644a96ccfbdd704ab3bc6 (diff) | |
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
Diffstat (limited to 'tools/emulator/opengl/shared/OpenglCodecCommon/GLDecoderContextData.h')
| -rw-r--r-- | tools/emulator/opengl/shared/OpenglCodecCommon/GLDecoderContextData.h | 4 |
1 files changed, 3 insertions, 1 deletions
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) { |
