Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
c11146106f94e07016e8e26e4f8628f9a0c73199
/
vulkan
/
libvulkan
/
loader.cpp
84cd4c2
loader: cache top-of-chain PhysicalDevice
by Courtney Goeltzenleuchter
· 9 years ago
e177d06
Merge "loader: Include instance where required for GIPA" into nyc-dev
by Courtney Goeltzenleuchter
· 9 years ago
4fe2d92
loader: Include instance where required for GIPA
by Courtney Goeltzenleuchter
· 9 years ago
5703683
Pass system layers through chain.
by Michael Lentine
· 9 years ago
fee7143
libvulkan: Fix double-free, refactor instance destruction
by Jesse Hall
· 9 years ago
e2948d8
vulkan: Update to vulkan.h 1.0.3
by Jesse Hall
· 9 years ago
1208622
loader: Add extension before CreateInstance chain
by Courtney Goeltzenleuchter
· 9 years ago
26d394b
loader: Fix enumerate device extension properties
by Courtney Goeltzenleuchter
· 9 years ago
1cc0d37
loader: Fix enumerate device layer properties
by Courtney Goeltzenleuchter
· 9 years ago
e6e6968
loader: Can't dlclose until all done with the layers
by Courtney Goeltzenleuchter
· 9 years ago
a90ce61
loader: Implement new layer initialization
by Courtney Goeltzenleuchter
· 9 years ago
6fecdd5
loader: Only use driver's DebugReport if it has one
by Courtney Goeltzenleuchter
· 9 years ago
aa6c872
loader: Test for valid ICD before init dispatch
by Courtney Goeltzenleuchter
· 9 years ago
9f76349
libvulkan: Fix dEQP-VK.api.object_management.alloc_callback_fail.device
by Jesse Hall
· 9 years ago
26cecff
libvulkan: Fix dEQP-VK.api.object_management.alloc_callback_fail.instance
by Jesse Hall
· 9 years ago
4b62e4f
libvulkan: Fix dEQP-VK.api.device_init.create_instance_unsupported_extensions
by Jesse Hall
· 9 years ago
993849c
libvulkan: Really only write vkCreateInstance out parameter on success
by Jesse Hall
· 9 years ago
ae3b70d
libvulkan: Return error if an unsupported instance extension is requested
by Jesse Hall
· 9 years ago
c55fa94
libvulkan: Only write vkCreateInstance out parameter on succes
by Jesse Hall
· 9 years ago
b147127
vulkan: Driver device extension enumeration and filtering
by Jesse Hall
· 9 years ago
57f7f8c
vulkan: Enumerate device layer extensions
by Jesse Hall
· 9 years ago
aa41094
libvulkan: Enumerate device layers
by Jesse Hall
· 9 years ago
715b86a
vulkan: Support VK_EXT_debug_report in loader and nulldrv
by Jesse Hall
· 9 years ago
6bd5dfa
libvulkan: Only load driver functions for enabled extensions
by Jesse Hall
· 9 years ago
504db7f
libvulkan: Disable accidentally-enabled verbose logging
by Jesse Hall
· 9 years ago
a7ac76d
libvulkan: Filter layer and extension lists passed to drivers
by Jesse Hall
· 9 years ago
3dd678a
vulkan: Update from version 0.221.0 to 1.0!
by Jesse Hall
· 9 years ago
543a7ff
vulkan: Update from version 0.213.0 to 0.221.0
by Jesse Hall
· 9 years ago
80523e2
vulkan: Implement layer and extension enumeration
by Jesse Hall
· 9 years ago
1f91d39
vulkan: Implement new vkGet*ProcAddrBehavior
by Jesse Hall
· 10 years ago
2159766
libvulkan: Update global layer loading rules
by Jesse Hall
· 10 years ago
c838b08
libvulkan: Add missing instance entry point dispatch init
by Jesse Hall
· 10 years ago
0619380
libvulkan: Implement new VkFence parameter in vkAcquireNextImageKHR
by Jesse Hall
· 10 years ago
2ca1bd5
libvulkan: Fix missed vkAllocateCommandBuffers renames
by Jesse Hall
· 10 years ago
e1b1278
vulkan: Update from version 0.203.0 to 0.204.0
by Jesse Hall
· 10 years ago
a9e5703
vulkan: Update from version 0.202.0 to 0.203.0
by Jesse Hall
· 10 years ago
091ed9e
vulkan: Update from version 0.200.0 to 0.202.0
by Jesse Hall
· 10 years ago
3fbc856
vulkan: Update from version 0.194.0 to 0.196.0
by Jesse Hall
· 10 years ago
b00daad
vulkan: Update from version 0.192.0 to 0.193.0
by Jesse Hall
· 10 years ago
03b6fe1
vulkan: Update from version 0.186.0 to 0.188.0
by Jesse Hall
· 10 years ago
1356b0d
vulkan: Implement VkSurfaceKHR and use vulkanext.h
by Jesse Hall
· 10 years ago
fbf97b0
vulkan: Update from version 0.181.0 to 0.183.0
by Jesse Hall
· 10 years ago
606a54e
vulkan: Update from version 0.177.0 to 0.179.0
by Jesse Hall
· 10 years ago
9a86ad2
libvulkan: Remove dead special cases in GetDeviceProcAddr
by Jesse Hall
· 10 years ago
1d1e65f
Don't remove elements while iterating through active_layers.
by Michael Lentine
· 10 years ago
233ac73
Don't assume layers exist when prop is set
by Michael Lentine
· 10 years ago
88594d7
Add WSI functions to the loader.
by Michael Lentine
· 10 years ago
d1d5e5e
Remove Noop and move message removal.
by Michael Lentine
· 10 years ago
0ecdd3e
libvulkan: Don't log error if layer dir doesn't exist
by Jesse Hall
· 10 years ago
74f28dd
libvulkan: Fix check for redundant vkDeviceQueue calls
by Jesse Hall
· 10 years ago
9a16f97
libvulkan: Fail instance/device creation if requested layer not present
by Jesse Hall
· 10 years ago
eb97086
Update DEBUG_REPORT extension and callback for v170.2
by Michael Lentine
· 10 years ago
5ae3abb
vulkan: Update from header 0.138.2 to 0.170.2
by Jesse Hall
· 10 years ago
9da191b
Add support for longer than 12 character layers.
by Michael Lentine
· 10 years ago
9dbe67f
Allow for different layers to be active per device
by Michael Lentine
· 10 years ago
1c69b9e
Add support for loading layers from the apk.
by Michael Lentine
· 10 years ago
cd6cabf
Add default callbacks in the loader.
by Michael Lentine
· 10 years ago
b467c0d
Add support for arbitrary number of layers
by Michael Lentine
· 10 years ago
950bb4f
Add support for autoloading callback extension.
by Michael Lentine
· 10 years ago
1f0f539
Add support for multiple layers in the same so
by Michael Lentine
· 10 years ago
03c64b0
Add layer loading to android vulkan loader.
by Michael Lentine
· 10 years ago
d7b994a
vulkan: Implement vk_ext_khr_*swapchain extensions
by Jesse Hall
· 10 years ago
b1352bc
vulkan: Add skeleton swapchain support
by Jesse Hall
· 10 years ago
d02edcb
vulkan: add copyright notices
by Jesse Hall
· 10 years ago
c7a6eb5
vulkan: Set up VkCmdBuffer dispatching
by Jesse Hall
· 10 years ago
04f4f47
vulkan: initial loader and null driver
by Jesse Hall
· 10 years ago