summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/formats.h
diff options
context:
space:
mode:
authorNanley Chery <nanley.g.chery@intel.com>2015-08-26 16:25:44 -0700
committerNanley Chery <nanley.g.chery@intel.com>2015-09-19 13:25:59 -0700
commit31a5135cd793951191c4a2fb86a50253a9931454 (patch)
tree0e483509e46230b4d53b1d9ee96fca4c780e096a /src/mesa/main/formats.h
parentc228514c72cb2fd5fb9e510808e29204fc9e7ae1 (diff)
downloadexternal_mesa3d-31a5135cd793951191c4a2fb86a50253a9931454.zip
external_mesa3d-31a5135cd793951191c4a2fb86a50253a9931454.tar.gz
external_mesa3d-31a5135cd793951191c4a2fb86a50253a9931454.tar.bz2
mesa/formats: add MESA_LAYOUT_LATC
This enables us to predicate statments on a compressed format being a type of LATC format. Also, remove the comment that lists the enum (it was getting a tad long). Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com> Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Diffstat (limited to 'src/mesa/main/formats.h')
-rw-r--r--src/mesa/main/formats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/formats.h b/src/mesa/main/formats.h
index 2b8146c..794d599 100644
--- a/src/mesa/main/formats.h
+++ b/src/mesa/main/formats.h
@@ -66,6 +66,7 @@ enum mesa_format_layout {
MESA_FORMAT_LAYOUT_PACKED,
MESA_FORMAT_LAYOUT_S3TC,
MESA_FORMAT_LAYOUT_RGTC,
+ MESA_FORMAT_LAYOUT_LATC,
MESA_FORMAT_LAYOUT_FXT1,
MESA_FORMAT_LAYOUT_ETC1,
MESA_FORMAT_LAYOUT_ETC2,