mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
mesa/test: Update name of GL_TIME_ELAPSED
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
This commit is contained in:
parent
40742fa686
commit
4fae5e32d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue