Module: Mesa Branch: master Commit: 24a02157dd7552712fda45317140c26dad44ea09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=24a02157dd7552712fda45317140c26dad44ea09
Author: Gert Wollny <[email protected]> Date: Thu Nov 15 19:01:21 2018 +0100 i965: Correct L8_UNORM_SRGB table entry As the name says, the format is an sRGB format. Signed-off-by: Gert Wollny <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> --- src/intel/isl/isl_format_layout.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/isl/isl_format_layout.csv b/src/intel/isl/isl_format_layout.csv index 0b9421e3f9..a1efa66657 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, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
