mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
gfxstream: Enable VK_EXT_blend_operation_advanced
Test: dEQP-VK.pipeline.blend.advanced.* Reviewed-by: David Gilhooley <djgilhooley.gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39205>
This commit is contained in:
parent
89ffdf8c5a
commit
593998ad6c
1 changed files with 1 additions and 0 deletions
|
|
@ -1809,6 +1809,7 @@ VkResult ResourceTracker::on_vkEnumerateDeviceExtensionProperties(
|
|||
"VK_KHR_create_renderpass2",
|
||||
"VK_EXT_vertex_attribute_divisor",
|
||||
"VK_EXT_host_query_reset",
|
||||
"VK_EXT_blend_operation_advanced",
|
||||
#if defined(VK_USE_PLATFORM_ANDROID_KHR) || DETECT_OS_LINUX
|
||||
"VK_KHR_external_semaphore",
|
||||
"VK_KHR_external_semaphore_fd",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue