diff options
author | Jonathan Marek <[email protected]> | 2019-02-05 11:36:59 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2019-04-23 17:11:56 +0000 |
commit | 73c1d7e8c9cda09165546d836048e4a2cef89e0d (patch) | |
tree | 13b380103c6ed583018c346521545bff5f3674f8 /src/mapi/glapi | |
parent | 951d60f8cdc886adff09201ff65002e3ee1a4c61 (diff) |
mesa: add GL_AMD_compressed_ATC_texture support
Signed-off-by: Ilia Mirkin <[email protected]>
Signed-off-by: Jonathan Marek <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/gen/es_EXT.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index 917fed62f98..5fa518d7a09 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -565,6 +565,12 @@ <enum name="HALF_FLOAT_OES" value="0x8D61"/> </category> +<category name="GL_AMD_compressed_ATC_texture" number="40"> + <enum name="ATC_RGB_AMD" value="0x8C92"/> + <enum name="ATC_RGBA_EXPLICIT_ALPHA_AMD" value="0x8C93"/> + <enum name="ATC_RGBA_INTERPOLATED_ALPHA_AMD" value="0x87EE"/> +</category> + <!-- 41. GL_EXT_texture_filter_anisotropic --> <category name="GL_EXT_texture_type_2_10_10_10_REV" number="42"> |