summaryrefslogtreecommitdiffstats
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
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 22:13:57 -0700
commit1b7e90984511cfa47597c255d73ca416ddd2db6f (patch)
treecdcfeb7cf72ca5f3da1e6310cdc372c8ea1026d4 /src/mesa/main/glheader.h
parent93c90d34d10e06105984796b7b157f2a3e6db5c1 (diff)
downloadexternal_mesa3d-1b7e90984511cfa47597c255d73ca416ddd2db6f.zip
external_mesa3d-1b7e90984511cfa47597c255d73ca416ddd2db6f.tar.gz
external_mesa3d-1b7e90984511cfa47597c255d73ca416ddd2db6f.tar.bz2
mesa: texture crop rect state
(cherry picked from commit c01fbc7866d7cd5cf4263dffec6d9591470b4c23)
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 c5f4ca9..1d0f178 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -175,6 +175,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