mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
zink: add RADV to list of broken drivers for EXT_color_write_enable
ref #6185 Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15509>
This commit is contained in:
parent
d2fb6879a2
commit
23f38553c8
1 changed files with 3 additions and 0 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue