diff options
author | marha <marha@users.sourceforge.net> | 2011-01-15 15:54:40 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-15 15:54:40 +0000 |
commit | 6feea7e6cdde235d7e3727c4155ca9f8d90df3ca (patch) | |
tree | a076f2c272c1ece006576805a07b484bbe614a07 /mesalib/src/mesa/main/enums.c | |
parent | 175af178d1500ccafa7e7026959c138f5b8d9312 (diff) | |
download | vcxsrv-6feea7e6cdde235d7e3727c4155ca9f8d90df3ca.tar.gz vcxsrv-6feea7e6cdde235d7e3727c4155ca9f8d90df3ca.tar.bz2 vcxsrv-6feea7e6cdde235d7e3727c4155ca9f8d90df3ca.zip |
mesalib git update 14/1/2011
Diffstat (limited to 'mesalib/src/mesa/main/enums.c')
-rw-r--r-- | mesalib/src/mesa/main/enums.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mesalib/src/mesa/main/enums.c b/mesalib/src/mesa/main/enums.c index 680b3f187..47cb3bd56 100644 --- a/mesalib/src/mesa/main/enums.c +++ b/mesalib/src/mesa/main/enums.c @@ -5909,8 +5909,8 @@ static const unsigned reduced_enums[1551] = 1306, /* GL_PALETTE8_R5_G6_B5_OES */
1309, /* GL_PALETTE8_RGBA4_OES */
1307, /* GL_PALETTE8_RGB5_A1_OES */
- 726, /* GL_IMPLEMENTATION_COLOR_READ_TYPE_OES */
- 724, /* GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES */
+ 725, /* GL_IMPLEMENTATION_COLOR_READ_TYPE */
+ 723, /* GL_IMPLEMENTATION_COLOR_READ_FORMAT */
1355, /* GL_POINT_SIZE_ARRAY_OES */
2014, /* GL_TEXTURE_CROP_RECT_OES */
996, /* GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES */
|