commit | acdc75301f8e6a0077b77e8fe5d93d0e0b806413 | [log] [tgz] |
---|---|---|
author | Jonathan Marek <jonathan@marek.ca> | Sat Oct 05 12:12:47 2019 -0400 |
committer | Jonathan Marek <jonathan@marek.ca> | Tue Oct 15 07:56:19 2019 -0400 |
tree | 31b9be06df39131259ff42d0d202d8cfa31c4843 | |
parent | eb67d9f0f3e8faf7015ed8884d36f94e6749aabb [diff] |
turnip: format table fixes * Fix R16G16 SCALED and R16G16B16A16 SCALED having texture format * Fix B5G6R5 swap value * Use R8_UINT instead of R8_UNORM for S8_UINT rb format * Disable 96-bit texture formats instead having a check for NPOT formats * Don't fail assert on D24X8 format Signed-off-by: Jonathan Marek <jonathan@marek.ca> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>