From: Jason Ekstrand Date: Fri, 15 Apr 2016 16:48:56 +0000 (-0700) Subject: i965/surface_formats: Mark A4B4G4R4_UNORM as SKL+ only X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17d9a2b0112821d612d4ed1a696de2d3c78e9b61;p=mesa.git i965/surface_formats: Mark A4B4G4R4_UNORM as SKL+ only This is what is indicated by the bspec. --- diff --git a/src/mesa/drivers/dri/i965/brw_surface_formats.c b/src/mesa/drivers/dri/i965/brw_surface_formats.c index 61e14080264..7ff15ccc0c6 100644 --- a/src/mesa/drivers/dri/i965/brw_surface_formats.c +++ b/src/mesa/drivers/dri/i965/brw_surface_formats.c @@ -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)