mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
i965/surface_formats: Mark A4B4G4R4_UNORM as SKL+ only
This is what is indicated by the bspec.
This commit is contained in:
parent
d7189bdeee
commit
17d9a2b011
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ const struct brw_surface_format_info surface_formats[] = {
|
|||
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( Y, Y, x, Y, 90, x, x, x, x, x, A4B4G4R4_UNORM)
|
||||
SF(90, 90, x, x, 90, x, x, x, x, x, A4B4G4R4_UNORM)
|
||||
SF( x, x, x, x, x, x, x, x, x, x, L8A8_UINT)
|
||||
SF( x, x, x, x, x, x, x, x, x, x, L8A8_SINT)
|
||||
SF( Y, Y, x, 45, Y, Y, Y, x, x, x, R8_UNORM)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue