summaryrefslogtreecommitdiff
path: root/vulkan/libvulkan/driver.cpp
AgeCommit message (Expand)Author
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-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
2019-10-24Merge "Vulkan: remove some redundant codes" Yiwei Zhang
2019-10-24Vulkan: convert all the TODOs into actual issues to chase against Yiwei Zhang
2019-10-24Vulkan: remove some redundant codes Yiwei Zhang
2019-10-21[frameworks][native][vulkan] fix -Walloca Nick Desaulniers
2019-10-17Vulkan: correctly expose Vulkan entry points Yiwei Zhang
2019-09-23libvulkan: intercept vkQueueSubmit to insert a tracepoint Yiwei Zhang
2019-08-05libvulkan: get android_get_exported_namespace from real header Yiwei Zhang
2019-07-03GpuStats: refactor single stats pieces into a uniform way Yiwei Zhang
2019-07-02GpuStats: move GpuStats related structs and enums away from GraphicsEnv Yiwei Zhang
2019-06-21Vulkan: clean up android::Vector in the loader Yiwei Zhang
2019-05-09GpuStats: track CPU Vulkan implementation usage Yiwei Zhang
2019-04-17libvulkan: Rev 8 of ANDROID_native_buffer Yiwei Zhang
2019-04-12libvulkan: intercept vkBindImageMemory2(KHR) at driver level Yiwei Zhang
2019-02-13Game Driver: plumb driver choice and loading time to GpuStats Yiwei Zhang
2019-02-08Game Driver: make GpuService the GpuStats holder Yiwei Zhang
2019-02-04Vulkan: add atrace support Yiwei Zhang
2018-09-24Merge "vulkan: Fix EnumeratePhysicalDeviceGroups()" am: 500d2d89ab am: 31fd8e... Chad Versace
2018-09-14vulkan: Fix EnumeratePhysicalDeviceGroups() Chad Versace
2018-07-18[vulkan] Modernize codebase by replacing NULL with nullptr Yi Kong
2018-04-12libvulkan: correctly expose VK_KHR_shared_presentable_image Yiwei Zhang
2018-03-31Merge "vulkan: Allow AHB extension to get to the driver" into pi-dev am: d448... Jesse Hall
2018-03-29vulkan: Allow AHB extension to get to the driver Jesse Hall
2018-03-13libvulkan: correctly expose VK_KHR_shared_presentable_image Yiwei Zhang
2018-03-08Enable VK_KHR_swapchain for instances. Jesse Hall
2018-03-07Enable VK_KHR_swapchain for instances. Jesse Hall
2018-02-07vkGetDeviceQueue2: fix the NULL check Yiwei Zhang
2018-02-06vkGetDeviceQueue2: add a NULL check Yiwei Zhang
2018-01-25Merge "Add HDR support to Vulkan" TreeHugger Robot
2018-01-24Add HDR support to Vulkan Courtney Goeltzenleuchter
2018-01-18CreateInstance downgrades apiVersion for 1.0 ICDs Ian Elliott
2018-01-11Add VK1.1 entries to NDK libvulkan and fix a bug Yiwei Zhang
2017-11-08Revert "Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs" Ian Elliott
2017-11-03Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs Ian Elliott
2017-11-02Revert "Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs" Aurimas Liutikas
2017-11-01Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs Ian Elliott
2017-10-26Additional changes to Vulkan 1.1 API updates Ian Elliott
2017-10-26Vulkan api update to 1.1 Daniel Koch
2017-07-20SurfaceFlinger: Set property in StartPropertySetThread during init Wei Wang
2017-05-17Merge "libvulkan: Enable GSC2 and SPI extensions" into oc-dev am: d69b9d0e87 Chris Forbes
2017-05-17Merge "libvulkan: Enable GSC2 and SPI extensions" into oc-dev Chris Forbes
2017-05-11Merge "GraphicsEnv is separated from libui" TreeHugger Robot
2017-05-08Return an error if apiVersion is 1.1+. Ian Elliott
2017-05-08GraphicsEnv is separated from libui Jiyong Park