zink: remove anv workaround for broken color writes

it's healed!

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15564>
This commit is contained in:
Mike Blumenkrantz
2022-03-24 16:06:10 -04:00
committed by Marge Bot
parent 408f114830
commit 01f3504e2f
-3
View File
@@ -2084,9 +2084,6 @@ static void
init_driver_workarounds(struct zink_screen *screen)
{
screen->driver_workarounds.color_write_missing = !screen->info.have_EXT_color_write_enable;
/* #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;