index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vulkan
/
libvulkan
/
api.cpp
Age
Commit message (
Expand
)
Author
2019-08-15
libvulkan: ensure layer discovery is triggered only once for a new process
Yiwei Zhang
2019-08-13
libvulkan: refactor the layer discovery logic
Yiwei Zhang
2019-07-18
Check if Vulkan layers have a valid looking GIPA
Adam Bodnar
2019-02-04
Vulkan: add atrace support
Yiwei Zhang
2017-11-15
Rootless GPU Debug
Cody Northrop
2017-10-26
Vulkan api update to 1.1
Daniel Koch
2017-01-12
resolve merge conflicts of a2c2d11f9 to master
Mark Salyzyn
2017-01-11
Replace cutils/log.h and rationalize log/log.h and android/log.h
Mark Salyzyn
2016-12-29
vulkan: Correct access after free issue
Courtney Goeltzenleuchter
2016-12-22
Replace cutils/log.h and rationalize log/log.h and android/log.h
Mark Salyzyn
2016-05-27
vulkan: fix crash when only non-global layers are enabled
Chia-I Wu
2016-05-06
vulkan: use Logger in vulkan::api
Chia-I Wu
2016-04-29
vulkan: deprecate device layers
Chia-I Wu
2016-04-28
vulkan: detect errors in VkEnumerate*ExtensionProperties
Chia-I Wu
2016-04-28
vulkan: do not distinguish instance or device LayerRef
Chia-I Wu
2016-04-28
vulkan: make Get*LayerRef take a Layer
Chia-I Wu
2016-04-28
vulkan: refactor layer extension enumeration
Chia-I Wu
2016-04-28
vulkan: refactor layer enumeration
Chia-I Wu
2016-04-14
vulkan: do not query non-enabled WSI functions
Chia-I Wu
2016-04-14
vulkan: pass VK_LAYER_FUNCTION_DATA_CALLBACK to layers
Chia-I Wu
2016-04-11
vulkan: use CamelCase() for LayerChain
Chia-I Wu
2016-04-11
vulkan: use CamelCase() for OverrideExtensionNames
Chia-I Wu
2016-04-11
vulkan: use CamelCase() for OverrideLayerNames
Chia-I Wu
2016-04-11
Merge changes I21f07545,I73c39cbe,I47b1639c,I4a6268d7,I06be9898, ... into nyc...
Chia-I Wu
2016-04-11
vulkan: add layers_extensions.h
Chia-I Wu
2016-04-07
vulkan: check for unsupported extensions
Chia-I Wu
2016-03-30
vulkan: rewrite top of loader
Chia-I Wu