Re: [Mesa-dev] [PATCH 20/64] isl/format: Mark R9G9B9E5 as containing 9-bit unsigned float channels

2016-06-16 Thread Chad Versace
Patches 18,19,20 are
Reviewed-by: Chad Versace 

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH 20/64] isl/format: Mark R9G9B9E5 as containing 9-bit unsigned float channels

2016-06-11 Thread Jason Ekstrand
---
 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 bcfea0f..f90fbe0 100644
--- a/src/intel/isl/isl_format_layout.csv
+++ b/src/intel/isl/isl_format_layout.csv
@@ -149,7 +149,7 @@ B8G8R8X8_UNORM  ,  32,  1,  1,  1,  un8,  un8,  
un8,   x8, ,
 B8G8R8X8_UNORM_SRGB ,  32,  1,  1,  1,  un8,  un8,  un8,   x8, ,   
  ,,   srgb,
 R8G8B8X8_UNORM  ,  32,  1,  1,  1,  un8,  un8,  un8,   x8, ,   
  ,, linear,
 R8G8B8X8_UNORM_SRGB ,  32,  1,  1,  1,  un8,  un8,  un8,   x8, ,   
  ,,   srgb,
-R9G9B9E5_SHAREDEXP  ,  32,  1,  1,  1,  ui9,  ui9,  ui9, , ,   
  ,, linear,
+R9G9B9E5_SHAREDEXP  ,  32,  1,  1,  1,  uf9,  uf9,  uf9, , ,   
  ,, linear,
 B10G10R10X2_UNORM   ,  32,  1,  1,  1, un10, un10, un10,   x2, ,   
  ,, linear,
 L16A16_FLOAT,  32,  1,  1,  1, , , , sf16, sf16,   
  ,, linear,
 R32_UNORM   ,  32,  1,  1,  1, un32, , , , ,   
  ,, linear,
-- 
2.5.0.400.gff86faf

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev