mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS
This got broken by:
22b7ddc7f glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension
section
Fix it by appending the _EXT suffix to the enum in the test too.
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Oliver McFadden <oliver.mcfadden@linux.intel.com>
This commit is contained in:
parent
8dc79ae7d7
commit
d56ee24335
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ const struct enum_info everything[] = {
|
|||
{ 0x8036, "GL_UNSIGNED_INT_10_10_10_2" },
|
||||
{ 0x8037, "GL_POLYGON_OFFSET_FILL" },
|
||||
{ 0x8038, "GL_POLYGON_OFFSET_FACTOR" },
|
||||
{ 0x8039, "GL_POLYGON_OFFSET_BIAS" },
|
||||
{ 0x8039, "GL_POLYGON_OFFSET_BIAS_EXT" },
|
||||
{ 0x803A, "GL_RESCALE_NORMAL" },
|
||||
{ 0x803B, "GL_ALPHA4" },
|
||||
{ 0x803C, "GL_ALPHA8" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue