From: Jason Ekstrand Date: Tue, 7 Jun 2016 21:40:47 +0000 (-0700) Subject: isl/format: Mark R9G9B9E5 as containing 9-bit unsigned float channels X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=324103da75abab5003b63ec996a2e8eb8de67049;p=mesa.git isl/format: Mark R9G9B9E5 as containing 9-bit unsigned float channels Reviewed-by: Chad Versace Cc: "12.0" --- diff --git a/src/intel/isl/isl_format_layout.csv b/src/intel/isl/isl_format_layout.csv index bcfea0fcd1f..f90fbe063b5 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,