index
:
Project-1CE/frameworks_native
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vulkan
/
libvulkan
/
api.cpp
Age
Commit message (
Expand
)
Author
2021-02-24
Merge "Update checking debug.vulkan.layer.* system props" am: 3fa6396567 am: ...
Treehugger Robot
2021-02-22
Update checking debug.vulkan.layer.* system props
Jason Macnak
2020-08-03
Vulkan: unload builtin driver to reload updated driver if needed
Yiwei Zhang
2020-07-16
libvulkan: make vkEnumerateInstanceVersion trigger driver loading
Yiwei Zhang
2020-03-25
[Vulkan] Expose device extensions from implicit layers.
Peiyong Lin
2020-03-17
[Vulkan] Expose instance extensions from implicit layers.
Peiyong Lin
2020-02-18
Merge "libvulkan: remove a redundant check debuggable logic" into qt-qpr1-dev...
Automerger Merge Worker
2020-02-18
Merge "libvulkan: remove a redundant check debuggable logic" into qt-qpr1-dev...
Automerger Merge Worker
2020-02-18
libvulkan: remove a redundant check debuggable logic
Yiwei Zhang
2020-01-31
GraphicsEnv: refactor to unify the debuggable logic am: fe62271bc3
Automerger Merge Worker
2020-01-29
GraphicsEnv: refactor to unify the debuggable logic
Yiwei Zhang
2019-11-13
Merge "GraphicsEnv: refactor to unify the debuggable logic"
TreeHugger Robot
2019-11-08
GraphicsEnv: refactor to unify the debuggable logic
Yiwei Zhang
2019-11-07
Vulkan: fix a typo
Yiwei Zhang
2019-10-24
Vulkan: convert all the TODOs into actual issues to chase against
Yiwei Zhang
2019-10-17
Vulkan: correctly expose Vulkan entry points
Yiwei Zhang
2019-10-17
Vulkan: correctly expose Vulkan entry points
Yiwei Zhang
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