summaryrefslogtreecommitdiff
path: root/vulkan/libvulkan/driver.cpp
AgeCommit message (Expand)Author
2022-12-01Vulkan loader changes to address previous comments in image_compression_control Trevor David Black
2022-11-16Vulkan loader changes to support VK_EXT_image_compression_control Trevor David Black
2022-03-16swapchain: Implement VK_KHR_surface_protected_capabilities Ian Elliott
2022-03-16swapchain: Implement VK_GOOGLE_surfaceless_query Ian Elliott
2022-03-15Revert "swapchain: Implement VK_GOOGLE_surfaceless_query" Ian Elliott
2022-03-14Revert "swapchain: Implement VK_KHR_surface_protected_capabilities" Ian Elliott
2022-03-01swapchain: Implement VK_KHR_surface_protected_capabilities Ian Elliott
2022-03-01swapchain: Implement VK_GOOGLE_surfaceless_query Ian Elliott
2022-01-24Change Vulkan API to 1.3 Trevor David Black
2022-01-24Vulkan: update the loader for vulkan-headers v1.3.197 Trevor David Black
2022-01-24Deprecate old VK_* defines Trevor David Black
2022-01-24Change Vulkan API to 1.2 Ian Elliott
2021-07-22Inline GetPhysicalDeviceProperties2 into QueryPresentationProperties Chris Forbes
2020-11-13Vulkan/OpenGL: log dlerror for loading updatable gfx driver Yiwei Zhang
2020-10-23Merge changes from topic "vulkan-header-1.2.158" am: 373e4fd03e am: 64f80d1b4... Treehugger Robot
2020-10-22Vulkan: update the loader for vulkan-headers v1.2.158 Yiwei Zhang
2020-10-14Vulkan: load built-in driver into default namespace as a fallback Yiwei Zhang
2020-08-29Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) Xin Li
2020-08-17Merge "vulkan: avoid waiting for service.sf.present_timestamp creation" am: 2... Treehugger Robot
2020-08-17Merge "vulkan: avoid waiting for service.sf.present_timestamp creation" am: 2... Treehugger Robot
2020-08-15vulkan: avoid waiting for service.sf.present_timestamp creation Yiwei Zhang
2020-08-13libvulkan: avoid allocation if final extension count is zero Yiwei Zhang
2020-08-03Vulkan: unload builtin driver to reload updated driver if needed Yiwei Zhang
2020-07-13libvulkan: cleanup some redundant codes Yiwei Zhang
2020-07-13libvulkan: refactor CreateInfoWrapper::SanitizeApiVersion Yiwei Zhang
2020-07-07libvulkan: fix support for promoted VK_KHR_external_* extensions Yiwei Zhang
2020-07-07libvulkan: fix support for promoted GPDP2 Yiwei Zhang
2020-07-07libvulkan: fix support for 1.1 vkEnumeratePhysicalDeviceGroups Yiwei Zhang
2020-07-07libvulkan: enable promoted instance extensions for 1.0 icd instance Yiwei Zhang
2020-07-07libvulkan: add SanitizeApiVersion to unify api downgrade and upgrade Yiwei Zhang
2020-05-07Vulkan: remove the fallback path to load Vulkan driver am: 4264917141 am: a0e... Yiwei Zhang
2020-05-07Vulkan: remove the fallback path to load Vulkan driver am: 4264917141 Yiwei Zhang
2020-05-07Vulkan: remove the fallback path to load Vulkan driver Yiwei Zhang
2020-04-28Merge "Change to using sysprop for libvulkan" into rvc-dev am: a02be27f6d am:... TreeHugger Robot
2020-04-28Merge "Change to using sysprop for libvulkan" into rvc-dev am: a02be27f6d TreeHugger Robot
2020-04-27Change to using sysprop for libvulkan Sundong Ahn
2020-04-23Merge "Expand HWVULKAN_HARDWARE_MODULE_ID macro." am: d8a5c01345 am: 6a303d8c1b Peter Collingbourne
2020-04-23Merge "Expand HWVULKAN_HARDWARE_MODULE_ID macro." am: d8a5c01345 Peter Collingbourne
2020-04-22Expand HWVULKAN_HARDWARE_MODULE_ID macro. Peter Collingbourne
2020-01-31GraphicsEnv: refactor to unify the debuggable logic am: fe62271bc3 Automerger Merge Worker
2020-01-30Don't fall back to system driver when driver apk fails. Peiyong Lin
2020-01-29GraphicsEnv: refactor to unify the debuggable logic Yiwei Zhang
2019-11-13Merge "GraphicsEnv: refactor to unify the debuggable logic" TreeHugger Robot
2019-11-08GraphicsEnv: refactor to unify the debuggable logic Yiwei Zhang
2019-11-08Merge "Fix the behavior of vulkan::driver::Debuggable() function" TreeHugger Robot
2019-11-08Fix the behavior of vulkan::driver::Debuggable() function Yiwei Zhang
2019-10-30DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-m... Xin Li
2019-10-28[frameworks][native][vulkan] fix -Walloca Nick Desaulniers
2019-10-25Revert "[frameworks][native][vulkan] fix -Walloca" Nick Desaulniers
2019-10-24Merge "Vulkan: convert all the TODOs into actual issues to chase against" Yiwei Zhang