projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3deaa01
)
GL_ARB_texture_rectangle enums (Andreas Stenglein)
author
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 7 Feb 2005 10:36:00 +0000
(10:36 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 7 Feb 2005 10:36:00 +0000
(10:36 +0000)
src/mesa/main/enums.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/enums.c
b/src/mesa/main/enums.c
index
6fb57b2
..
895796e
100644
(file)
--- a/
src/mesa/main/enums.c
+++ b/
src/mesa/main/enums.c
@@
-925,6
+925,12
@@
static enum_elt all_enums[] =
{ "SWIZZLE_STQ_ATI", 0x8977 },
{ "SWIZZLE_STR_DR_ATI", 0x8978 },
{ "SWIZZLE_STQ_DQ_ATI", 0x8979 },
+
+ /* GL_ARB_texture_rectangle */
+ { "GL_TEXTURE_RECTANGLE_ARB", 0x84F5 },
+ { "GL_TEXTURE_BINDING_RECTANGLE_ARB", 0x84F6 },
+ { "GL_PROXY_TEXTURE_RECTANGLE_ARB", 0x84F7 },
+ { "GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB", 0x84F8 },
};
#define Elements(x) sizeof(x)/sizeof(*x)