Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
543a7ffb9845637b4dc0d40898bf5b1057dbc3ea
/
vulkan
/
libvulkan
543a7ff
vulkan: Update from version 0.213.0 to 0.221.0
by Jesse Hall
· 10 years ago
f9fa9a5
vulkan: Update from version 0.210.1 to 0.213.0
by Jesse Hall
· 10 years ago
80523e2
vulkan: Implement layer and extension enumeration
by Jesse Hall
· 10 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
bd88884
vulkan: Update from version 0.210.0 to 0.210.1
by Jesse Hall
· 10 years ago
9ba8bc8
vulkan: Update from version 0.209.0 to 0.210.0
by Jesse Hall
· 10 years ago
f4ab2b1
vulkan: Update from version 0.206.0 to 0.209.0
by Jesse Hall
· 10 years ago
dba27f7
vulkan: Update from version 0.205.0 to 0.206.0
by Jesse Hall
· 10 years ago
0e74f00
vulkan: Update from version 0.204.0 to 0.205.0
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
3e0dc8f
vulkan: Update from version 0.198.0 to 0.200.0
by Jesse Hall
· 10 years ago
65ab552
vulkan: Update from version 0.197.0 to 0.198.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
dc6d36c
vulkan: Update from version 0.190.0 to 0.192.0
by Jesse Hall
· 10 years ago
a642925
vulkan: Update from version 0.189.0 to 0.190.0
by Jesse Hall
· 10 years ago
23ff73f
vulkan: Update from version 0.188.0 to 0.189.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
a3a7a1d
vulkan: Update from version 0.185.0 to 0.186.0
by Jesse Hall
· 10 years ago
6f39a6d
vulkan: Update from version 0.184.0 to 0.185.0
by Jesse Hall
· 10 years ago
a9bb62b
vulkan: Update from version 0.183.0 to 0.184.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
a15a4bf
vulkan: Update from version 0.180.0 to 0.181.0
by Jesse Hall
· 10 years ago
a366a51
vulkan: Update from version 0.179.0 to 0.180.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
ae38f73
vulkan: Update from version 0.172.2 to 0.174.0
by Jesse Hall
· 10 years ago
9a86ad2
libvulkan: Remove dead special cases in GetDeviceProcAddr
by Jesse Hall
· 10 years ago
2818f93
vulkan: Update templates for generated extensions
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
ab9aeef
vulkan: allow drivers to see image acquire/release
by Jesse Hall
· 10 years ago
70f9335
vulkan: Allow drivers to add private gralloc usage flags
by Jesse Hall
· 10 years ago
f64ca12
libvulkan: enable scaling for all Vulkan swapchains
by Jesse Hall
· 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
6614a57
vulkan: Fix GetSpecific*ProcAddr for extension functions
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
6227016
Fix GetSpecific*ProcAddr.
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