summaryrefslogtreecommitdiffstats
path: root/src/intel/isl
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2017-07-20 20:40:41 +0100
committerLionel Landwerlin <[email protected]>2017-10-06 11:45:52 +0100
commit42a8fd1670ab1ea213ca42348bccc358087a7396 (patch)
tree5b63f6b15a3219daa0895ea4cee3d8d33ce02742 /src/intel/isl
parentf86c1b15955d1a20ae0f9ce7bac6012276743bae (diff)
isl: fill out layout descriptions for yuv formats
Some description was missing. Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/isl')
-rw-r--r--src/intel/isl/isl_format_layout.csv8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/intel/isl/isl_format_layout.csv b/src/intel/isl/isl_format_layout.csv
index f340e30a1bf..ebb3d22bc18 100644
--- a/src/intel/isl/isl_format_layout.csv
+++ b/src/intel/isl/isl_format_layout.csv
@@ -222,8 +222,8 @@ I8_UINT , 8, 1, 1, 1, , , , , , ui
I8_SINT , 8, 1, 1, 1, , , , , , si8, , linear,
DXT1_RGB_SRGB , 64, 4, 4, 1, un4, un4, un4, , , , , srgb, dxt1
R1_UNORM , 1, 1, 1, 1, un1, , , , , , , linear,
-YCRCB_NORMAL , 0, 0, 0, 0, , , , , , , , yuv,
-YCRCB_SWAPUVY , 0, 0, 0, 0, , , , , , , , yuv,
+YCRCB_NORMAL , 16, 1, 1, 1, un8, un8, un8, , , , , yuv,
+YCRCB_SWAPUVY , 16, 1, 1, 1, un8, un8, un8, , , , , yuv,
P2_UNORM_PALETTE0 , 2, 1, 1, 1, , , , , , , un2, linear,
P2_UNORM_PALETTE1 , 2, 1, 1, 1, , , , , , , un2, linear,
BC1_UNORM , 64, 4, 4, 1, un4, un4, un4, un4, , , , linear, dxt1
@@ -235,8 +235,8 @@ BC1_UNORM_SRGB , 64, 4, 4, 1, un4, un4, un4, un4, ,
BC2_UNORM_SRGB , 128, 4, 4, 1, un4, un4, un4, un4, , , , srgb, dxt3
BC3_UNORM_SRGB , 128, 4, 4, 1, un4, un4, un4, un4, , , , srgb, dxt5
MONO8 , 1, 1, 1, 1, , , , , , , , ,
-YCRCB_SWAPUV , 0, 0, 0, 0, , , , , , , , yuv,
-YCRCB_SWAPY , 0, 0, 0, 0, , , , , , , , yuv,
+YCRCB_SWAPUV , 16, 1, 1, 1, un8, un8, un8, , , , , yuv,
+YCRCB_SWAPY , 16, 1, 1, 1, un8, un8, un8, , , , , yuv,
DXT1_RGB , 64, 4, 4, 1, un4, un4, un4, , , , , linear, dxt1
FXT1 , 128, 8, 4, 1, un4, un4, un4, , , , , linear, fxt1
R8G8B8_UNORM , 24, 1, 1, 1, un8, un8, un8, , , , , linear,