From 56dd1adf3b8b377b301e5973bf19c540c757ac54 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 19 Jul 2021 17:21:04 -0400 Subject: [PATCH] features: VK_EXT_color_write_enable for lavapipe Part-of: --- docs/features.txt | 2 +- docs/relnotes/new_features.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 38a98ee08d6..a7d8009092d 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -510,7 +510,7 @@ Khronos extensions that are not part of any Vulkan version: VK_KHR_zero_initialize_workgroup_memory DONE (anv, radv) VK_EXT_4444_formats DONE (anv, radv, tu) VK_EXT_calibrated_timestamps DONE (anv, lvp, radv) - VK_EXT_color_write_enable DONE (anv) + VK_EXT_color_write_enable DONE (anv, lvp) VK_EXT_conditional_rendering DONE (anv, lvp, radv, tu) VK_EXT_conservative_rasterization DONE (anv/gen9+, radv) VK_EXT_custom_border_color DONE (anv, lvp, radv, tu) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index e69de29bb2d..fbb5da67450 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -0,0 +1 @@ +VK_EXT_color_write_enable on lavapipe