diff options
author | Jason Ekstrand <[email protected]> | 2016-01-22 11:57:49 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-01-22 11:57:49 -0800 |
commit | 107a109d1ce18169231865252d0d5d6649f0ecf5 (patch) | |
tree | ee24246771792d73dab25d30c8ffe13f2836d0e4 | |
parent | e5558ffa64207e121f0745ff62eeec10fce08b23 (diff) |
isl/format_layout: R11G11B10_FLOAT is unsigned
-rw-r--r-- | src/isl/isl_format_layout.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/isl/isl_format_layout.csv b/src/isl/isl_format_layout.csv index 2a302b002ef..af2786ae630 100644 --- a/src/isl/isl_format_layout.csv +++ b/src/isl/isl_format_layout.csv @@ -126,7 +126,7 @@ R16G16_UINT , 32, 1, 1, 1, ui16, ui16, , , , R16G16_FLOAT , 32, 1, 1, 1, sf16, sf16, , , , , , linear, B10G10R10A2_UNORM , 32, 1, 1, 1, un10, un10, un10, un2, , , , linear, B10G10R10A2_UNORM_SRGB , 32, 1, 1, 1, un10, un10, un10, un2, , , , srgb, -R11G11B10_FLOAT , 32, 1, 1, 1, sf11, sf11, sf10, , , , , linear, +R11G11B10_FLOAT , 32, 1, 1, 1, uf11, uf11, uf10, , , , , linear, R32_SINT , 32, 1, 1, 1, si32, , , , , , , linear, R32_UINT , 32, 1, 1, 1, ui32, , , , , , , linear, R32_FLOAT , 32, 1, 1, 1, sf32, , , , , , , linear, |