projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70692ad
)
i965: Correct L8_UNORM_SRGB table entry
author
Gert Wollny
<gert.wollny@collabora.com>
Thu, 15 Nov 2018 18:01:21 +0000
(19:01 +0100)
committer
Gert Wollny
<gw.fossdev@gmail.com>
Mon, 19 Nov 2018 07:05:44 +0000
(08:05 +0100)
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>
src/intel/isl/isl_format_layout.csv
patch
|
blob
|
history
diff --git
a/src/intel/isl/isl_format_layout.csv
b/src/intel/isl/isl_format_layout.csv
index 0b9421e3f96c679dfec264d777e6f1b8e5a52718..a1efa6665779da8306740a20badc0b8107fc6e72 100644
(file)
--- 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,