zink: add RADV to list of broken drivers for EXT_color_write_enable
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 22 Mar 2022 19:55:28 +0000 (15:55 -0400)
committerMarge Bot <emma+marge@anholt.net>
Tue, 22 Mar 2022 20:08:35 +0000 (20:08 +0000)
ref #6185

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15509>

src/gallium/drivers/zink/zink_screen.c

index a2edef7..854e86e 100644 (file)
@@ -2063,6 +2063,9 @@ init_driver_workarounds(struct zink_screen *screen)
    /* #6111 */
    if (screen->info.driver_props.driverID == VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA)
       screen->driver_workarounds.color_write_missing = true;
+   /* #6185 */
+   if (screen->info.driver_props.driverID == VK_DRIVER_ID_MESA_RADV)
+      screen->driver_workarounds.color_write_missing = true;
 }
 
 static struct zink_screen *