summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glheader.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2013-09-13 11:31:00 -0500
committerIan Romanick <ian.d.romanick@intel.com>2013-09-30 16:40:00 -0700
commit3e1fdf389918b3488f06116c1837594d469dbaa2 (patch)
tree3e7ae9757a43a546063d8ac8c77a053f216223d7 /src/mesa/main/glheader.h
parent9baf35de5cd4a0d832ee185afb709868fd55bc93 (diff)
downloadexternal_mesa3d-3e1fdf389918b3488f06116c1837594d469dbaa2.zip
external_mesa3d-3e1fdf389918b3488f06116c1837594d469dbaa2.tar.gz
external_mesa3d-3e1fdf389918b3488f06116c1837594d469dbaa2.tar.bz2
mesa: Remove all traces of GL_OES_matrix_get
I believe this extension was enabled by accident. As far as I can tell, there has never been any code in Mesa to actually support it. Not only that, this extension is only useful in the common-lite profile, and Mesa does the common profile. This "fixes" the piglit test oes_matrix_get-api. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Cc: "9.1 9.2" <mesa-stable@lists.freedesktop.org> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r--src/mesa/main/glheader.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index b3b0c52..4ed51b3 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -115,12 +115,6 @@ typedef void *GLeglImageOES;
#define GL_PALETTE8_RGB5_A1_OES 0x8B99
#endif
-#ifndef GL_OES_matrix_get
-#define GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES 0x898D
-#define GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES 0x898E
-#define GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES 0x898F
-#endif
-
#ifndef GL_ES_VERSION_2_0
#define GL_SHADER_BINARY_FORMATS 0x8DF8
#define GL_NUM_SHADER_BINARY_FORMATS 0x8DF9