diff options
author | Gert Wollny <gert.wollny@collabora.com> | 2018-11-15 19:01:21 +0100 |
---|---|---|
committer | Gert Wollny <gw.fossdev@gmail.com> | 2018-11-19 08:05:44 +0100 |
commit | 24a02157dd7552712fda45317140c26dad44ea09 (patch) | |
tree | b15e8a2833bb4115c582613b062d7c401594d697 /src/intel/isl | |
parent | 70692adf48d81f1cef15204c08444369eca4987e (diff) |
i965: Correct L8_UNORM_SRGB table entry
As the name says, the format is an sRGB format.
Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'src/intel/isl')
-rw-r--r-- | src/intel/isl/isl_format_layout.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/isl/isl_format_layout.csv b/src/intel/isl/isl_format_layout.csv index 0b9421e3f96..a1efa666577 100644 --- a/src/intel/isl/isl_format_layout.csv +++ b/src/intel/isl/isl_format_layout.csv @@ -211,7 +211,7 @@ A4P4_UNORM_PALETTE0 , 8, 1, 1, 1, , , , un4, , R8_SSCALED , 8, 1, 1, 1, ss8, , , , , , , r, linear, R8_USCALED , 8, 1, 1, 1, us8, , , , , , , r, linear, P8_UNORM_PALETTE0 , 8, 1, 1, 1, , , , , , , un8, p, linear, -L8_UNORM_SRGB , 8, 1, 1, 1, , , , , un8, , , l, linear, +L8_UNORM_SRGB , 8, 1, 1, 1, , , , , un8, , , l, srgb, P8_UNORM_PALETTE1 , 8, 1, 1, 1, , , , , , , un8, p, linear, P4A4_UNORM_PALETTE1 , 8, 1, 1, 1, , , , un4, , , un4, pa, linear, A4P4_UNORM_PALETTE1 , 8, 1, 1, 1, , , , un4, , , un4, ap, linear, |