mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 23:00:11 +01:00
mesa/tests: Add ARB_ES3_compatibility enums
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
910a0bfe5b
commit
a5ed966069
1 changed files with 14 additions and 0 deletions
|
|
@ -807,6 +807,7 @@ const struct enum_info everything[] = {
|
|||
{ 0x8256, "GL_RESET_NOTIFICATION_STRATEGY_ARB" },
|
||||
{ 0x8257, "GL_PROGRAM_BINARY_RETRIEVABLE_HINT" },
|
||||
{ 0x8261, "GL_NO_RESET_NOTIFICATION_ARB" },
|
||||
{ 0x82DF, "GL_TEXTURE_IMMUTABLE_LEVELS" },
|
||||
{ 0x8362, "GL_UNSIGNED_BYTE_2_3_3_REV" },
|
||||
{ 0x8363, "GL_UNSIGNED_SHORT_5_6_5" },
|
||||
{ 0x8364, "GL_UNSIGNED_SHORT_5_6_5_REV" },
|
||||
|
|
@ -1662,6 +1663,9 @@ const struct enum_info everything[] = {
|
|||
{ 0x8D55, "GL_RENDERBUFFER_STENCIL_SIZE" },
|
||||
{ 0x8D56, "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE" },
|
||||
{ 0x8D57, "GL_MAX_SAMPLES" },
|
||||
{ 0x8D69, "GL_PRIMITIVE_RESTART_FIXED_INDEX" },
|
||||
{ 0x8D6A, "GL_ANY_SAMPLES_PASSED_CONSERVATIVE" },
|
||||
{ 0x8D6B, "GL_MAX_ELEMENT_INDEX" },
|
||||
{ 0x8D70, "GL_RGBA32UI" },
|
||||
{ 0x8D71, "GL_RGB32UI" },
|
||||
{ 0x8D72, "GL_ALPHA32UI_EXT" },
|
||||
|
|
@ -1828,6 +1832,16 @@ const struct enum_info everything[] = {
|
|||
{ 0x9146, "GL_DEBUG_SEVERITY_HIGH_ARB" },
|
||||
{ 0x9147, "GL_DEBUG_SEVERITY_MEDIUM_ARB" },
|
||||
{ 0x9148, "GL_DEBUG_SEVERITY_LOW_ARB" },
|
||||
{ 0x9274, "GL_COMPRESSED_RGB8_ETC2" },
|
||||
{ 0x9275, "GL_COMPRESSED_SRGB8_ETC2" },
|
||||
{ 0x9276, "GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2" },
|
||||
{ 0x9277, "GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2" },
|
||||
{ 0x9278, "GL_COMPRESSED_RGBA8_ETC2_EAC" },
|
||||
{ 0x9279, "GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC" },
|
||||
{ 0x9270, "GL_COMPRESSED_R11_EAC" },
|
||||
{ 0x9271, "GL_COMPRESSED_SIGNED_R11_EAC" },
|
||||
{ 0x9272, "GL_COMPRESSED_RG11_EAC" },
|
||||
{ 0x9273, "GL_COMPRESSED_SIGNED_RG11_EAC" },
|
||||
{ 0x19262, "GL_RASTER_POSITION_UNCLIPPED_IBM" },
|
||||
{ 0, NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue