summaryrefslogtreecommitdiff
path: root/vulkan/libvulkan/layers_extensions.cpp
AgeCommit message (Expand)Author
2023-09-21Fix loading VVLs by surfaceflinger service Alina Kalyakina
2023-08-09libvulkan: Remove use of hardcoded PAGE_SIZE 4096 Kalesh Singh
2019-11-13Merge "GraphicsEnv: refactor to unify the debuggable logic" TreeHugger Robot
2019-11-08GraphicsEnv: refactor to unify the debuggable logic 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-24Vulkan: convert all the TODOs into actual issues to chase against Yiwei Zhang
2019-10-21[frameworks][native][vulkan] fix -Walloca Nick Desaulniers
2019-05-24Merge "Track libziparchive API change." am: 3dd44d1973 Elliott Hughes
2019-05-22Track libziparchive API change. Elliott Hughes
2019-05-09Merge "libvulkan: track libziparchive API change." am: 237d9b27cd Elliott Hughes
2019-05-08libvulkan: track libziparchive API change. Elliott Hughes
2019-02-04Vulkan: add atrace support Yiwei Zhang
2019-01-16Move to C API of libnativeloader. Nicolas Geoffray
2019-01-15Move to C API of libnativeloader. Nicolas Geoffray
2018-10-01Add noexcept to move constructors and assignment operators. Chih-Hung Hsieh
2018-09-12replace dlclose() with CloseNativeLibrary() in vulkan layer Jacky.Deng
2018-08-16Add fallback case to layers_extensions.cpp Victor Khimenko
2017-11-15Rootless GPU Debug Cody Northrop
2017-01-12resolve merge conflicts of a2c2d11f9 to master Mark Salyzyn
2017-01-11Replace cutils/log.h and rationalize log/log.h and android/log.h Mark Salyzyn
2016-12-28resolve merge conflicts of 525a5f2 to master Mark Salyzyn
2016-12-22Replace cutils/log.h and rationalize log/log.h and android/log.h Mark Salyzyn
2016-05-20Merge "libvulkan: Don\'t try to load compressed/unaligned libraries from APK"... Jesse Hall
2016-05-19libvulkan: Don't try to load compressed/unaligned libraries from APK Jesse Hall
2016-05-18Merge "vulkan: fix double dlopen for layer libraries" into nyc-dev am: 799941... Chia-I Wu
2016-05-18vulkan: fix double dlopen for layer libraries Chia-I Wu
2016-05-12libvulkan: Load layer libraries into the app namespace am: 40c07a1d00 am: f37... Jesse Hall
2016-05-12libvulkan: Discover layer libraries in entire search path am: 1a7eb59c2a am: ... Jesse Hall
2016-05-12libvulkan: Load layer libraries into the app namespace Jesse Hall
2016-05-12libvulkan: Discover layer libraries in entire search path Jesse Hall
2016-05-03Fix google-explicit-constructor warnings. Chih-Hung Hsieh
2016-04-28vulkan: do not distinguish instance or device LayerRef Chia-I Wu
2016-04-28vulkan: make Get*LayerRef take a Layer Chia-I Wu
2016-04-28vulkan: refactor layer extension enumeration Chia-I Wu
2016-04-28vulkan: refactor layer enumeration Chia-I Wu
2016-04-26vulkan: remove g_device_layers Chia-I Wu
2016-04-26vulkan: ignore device-only layers Chia-I Wu
2016-04-26vulkan: ignore layer libraries without instance layers Chia-I Wu
2016-04-26vulkan: add FindLayer helper Chia-I Wu
2016-04-26vulkan: constify LayerRef members Chia-I Wu
2016-04-26vulkan: make g_library_mutex per-LayerLibrary Chia-I Wu
2016-04-22vulkan: make LayerLibrary a class Chia-I Wu
2016-04-22vulkan: refactor GetLayerGetProcAddr Chia-I Wu
2016-04-22vulkan: refactor AddLayerLibrary Chia-I Wu
2016-04-22vulkan: refactor LayerRef::~LayerRef Chia-I Wu
2016-04-22vulkan: refactor GetLayerRef Chia-I Wu
2016-04-22vulkan: add a constructor for LayerLibrary Chia-I Wu
2016-04-11vulkan: add layers_extensions.h Chia-I Wu