summaryrefslogtreecommitdiff
path: root/src/mesa/main/glheader.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-08-12 17:41:57 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-08-12 17:41:57 -0600
commitc01fbc7866d7cd5cf4263dffec6d9591470b4c23 (patch)
tree735a1cd1e21e66ab1c4c1f50d43e150aa878edcb /src/mesa/main/glheader.h
parent5af60556edc97bc1d4fd57933e99e9661dbc5fa0 (diff)
mesa: texture crop rect state
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r--src/mesa/main/glheader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index 3131a356b8..f0f97c218c 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -176,6 +176,10 @@
#endif
+#ifndef GL_OES_draw_texture
+#define GL_TEXTURE_CROP_RECT_OES 0x8B9D
+#endif
+
#if !defined(CAPI) && defined(WIN32) && !defined(BUILD_FOR_SNAP)
#define CAPI _cdecl