diff options
author | Nanley Chery <[email protected]> | 2015-08-26 16:25:44 -0700 |
---|---|---|
committer | Nanley Chery <[email protected]> | 2015-09-19 13:25:59 -0700 |
commit | 31a5135cd793951191c4a2fb86a50253a9931454 (patch) | |
tree | 0e483509e46230b4d53b1d9ee96fca4c780e096a /src/mesa/main/formats.csv | |
parent | c228514c72cb2fd5fb9e510808e29204fc9e7ae1 (diff) |
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 <[email protected]>
Signed-off-by: Nanley Chery <[email protected]>
Diffstat (limited to 'src/mesa/main/formats.csv')
-rw-r--r-- | src/mesa/main/formats.csv | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/main/formats.csv b/src/mesa/main/formats.csv index 11228e0f3df..529de31212c 100644 --- a/src/mesa/main/formats.csv +++ b/src/mesa/main/formats.csv @@ -294,10 +294,10 @@ MESA_FORMAT_RG_RGTC2_UNORM , rgtc , 4, 4, x128, , , MESA_FORMAT_RG_RGTC2_SNORM , rgtc , 4, 4, x128, , , , xy01, rgb # LATC1/2 compressed formats -MESA_FORMAT_L_LATC1_UNORM , rgtc , 4, 4, x64 , , , , xxx1, rgb -MESA_FORMAT_L_LATC1_SNORM , rgtc , 4, 4, x64 , , , , xxx1, rgb -MESA_FORMAT_LA_LATC2_UNORM , rgtc , 4, 4, x128, , , , xxxy, rgb -MESA_FORMAT_LA_LATC2_SNORM , rgtc , 4, 4, x128, , , , xxxy, rgb +MESA_FORMAT_L_LATC1_UNORM , latc , 4, 4, x64 , , , , xxx1, rgb +MESA_FORMAT_L_LATC1_SNORM , latc , 4, 4, x64 , , , , xxx1, rgb +MESA_FORMAT_LA_LATC2_UNORM , latc , 4, 4, x128, , , , xxxy, rgb +MESA_FORMAT_LA_LATC2_SNORM , latc , 4, 4, x128, , , , xxxy, rgb # ETC1/2 compressed formats MESA_FORMAT_ETC1_RGB8 , etc1 , 4, 4, x64 , , , , xyz1, rgb |