Skip to content
Snippets Groups Projects
Commit 4e7958fb authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon:
Browse files

isl: Mark A4B4G4R4_UNORM as supported on gen8


Reviewed-by: Kenneth Graunke's avatarKenneth Graunke <kenneth@whitecape.org>
Cc: "13.0" <mesa-dev@lists.freedesktop.org>
parent f6d3af2a
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,10 @@ static const struct surface_format_info format_info[] = {
SF(50, 50, x, x, x, x, x, x, x, x, P8A8_UNORM_PALETTE0)
SF(50, 50, x, x, x, x, x, x, x, x, P8A8_UNORM_PALETTE1)
SF( x, x, x, x, x, x, x, x, x, x, A1B5G5R5_UNORM)
SF(90, 90, x, x, 90, x, x, x, x, x, A4B4G4R4_UNORM)
/* According to the PRM, A4B4G4R4_UNORM isn't supported until Sky Lake
* but empirical testing indicates that it works just fine on Broadwell.
*/
SF(80, 80, x, x, 80, x, x, x, x, x, A4B4G4R4_UNORM)
SF(90, x, x, x, x, x, x, x, x, x, L8A8_UINT)
SF(90, x, x, x, x, x, x, x, x, x, L8A8_SINT)
SF( Y, Y, x, 45, Y, Y, Y, x, x, x, R8_UNORM)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment