summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorAnuj Phogat <anuj.phogat@gmail.com>2016-07-07 17:03:19 -0700
committerAnuj Phogat <anuj.phogat@gmail.com>2016-07-18 14:39:54 -0700
commit15dea5ca82f45f9b1113e69fe2048b6f05ed426b (patch)
tree829df395c7d9dc02db52ef396b7becc236c10df6 /src/mesa/main/mtypes.h
parent3e1ad846f9c2f3516861d03ba99c4cb22f5f1b6e (diff)
downloadexternal_mesa3d-15dea5ca82f45f9b1113e69fe2048b6f05ed426b.zip
external_mesa3d-15dea5ca82f45f9b1113e69fe2048b6f05ed426b.tar.gz
external_mesa3d-15dea5ca82f45f9b1113e69fe2048b6f05ed426b.tar.bz2
mesa: Add the infrastructure for KHR_texture_compression_astc_sliced_3d
V2: Drop the changes to gl.xml. Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 3dae168..ecc5b49 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3946,6 +3946,7 @@ struct gl_extensions
GLboolean KHR_robustness;
GLboolean KHR_texture_compression_astc_hdr;
GLboolean KHR_texture_compression_astc_ldr;
+ GLboolean KHR_texture_compression_astc_sliced_3d;
GLboolean MESA_pack_invert;
GLboolean MESA_ycbcr_texture;
GLboolean NV_conditional_render;