mesa/formats: add MESA_LAYOUT_LATC
authorNanley Chery <nanley.g.chery@intel.com>
Wed, 26 Aug 2015 23:25:44 +0000 (16:25 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Sat, 19 Sep 2015 20:25:59 +0000 (13:25 -0700)
commit31a5135cd793951191c4a2fb86a50253a9931454
tree0e483509e46230b4d53b1d9ee96fca4c780e096a
parentc228514c72cb2fd5fb9e510808e29204fc9e7ae1
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>
src/mesa/main/format_info.py
src/mesa/main/formats.c
src/mesa/main/formats.csv
src/mesa/main/formats.h
src/mesa/main/texcompress.c