mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
features: VK_EXT_color_write_enable for lavapipe
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11961>
This commit is contained in:
parent
578190c0fe
commit
56dd1adf3b
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
VK_EXT_color_write_enable on lavapipe
|
||||
Loading…
Add table
Reference in a new issue