projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40742fa
)
mesa/test: Update name of GL_TIME_ELAPSED
author
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 10 Jul 2012 20:37:06 +0000
(13:37 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 10 Jul 2012 21:46:25 +0000
(14:46 -0700)
4952caa
caused the _EXT to fall off the name of this enum. This is
fine. Update the unit test to expect the new value.
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=51956
src/mesa/main/tests/enum_strings.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/main/tests/enum_strings.cpp
b/src/mesa/main/tests/enum_strings.cpp
index afe51f60b9d7e2cff8e58ae567aaa7bd0e95a2d5..7d46080a6086641e8c5db4a5d893b3192dc56bdf 100644
(file)
--- a/
src/mesa/main/tests/enum_strings.cpp
+++ b/
src/mesa/main/tests/enum_strings.cpp
@@
-1285,7
+1285,7
@@
const struct enum_info everything[] = {
{ 0x88BB, "GL_BUFFER_ACCESS" },
{ 0x88BC, "GL_BUFFER_MAPPED" },
{ 0x88BD, "GL_BUFFER_MAP_POINTER" },
- { 0x88BF, "GL_TIME_ELAPSED
_EXT
" },
+ { 0x88BF, "GL_TIME_ELAPSED" },
{ 0x88C0, "GL_MATRIX0_ARB" },
{ 0x88C1, "GL_MATRIX1_ARB" },
{ 0x88C2, "GL_MATRIX2_ARB" },