i965/surface_formats: Mark A4B4G4R4_UNORM as SKL+ only
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 15 Apr 2016 16:48:56 +0000 (09:48 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 15 Apr 2016 16:53:55 +0000 (09:53 -0700)
This is what is indicated by the bspec.

src/mesa/drivers/dri/i965/brw_surface_formats.c

index 61e14080264842488e67ed6349f69553608c4426..7ff15ccc0c62d8d19ff5d90803a230b8452c1f8d 100644 (file)
@@ -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)