diff options
author | Brian Paul <[email protected]> | 2008-08-12 17:41:57 -0600 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 22:13:57 -0700 |
commit | 1b7e90984511cfa47597c255d73ca416ddd2db6f (patch) | |
tree | cdcfeb7cf72ca5f3da1e6310cdc372c8ea1026d4 /src/mesa/main/glheader.h | |
parent | 93c90d34d10e06105984796b7b157f2a3e6db5c1 (diff) |
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.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index c5f4ca9b340..1d0f178dc4a 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 |