- 04c6551 vulkan: refactor layer extension enumeration by Chia-I Wu · 9 years ago
- 25700b4 vulkan: refactor layer enumeration by Chia-I Wu · 9 years ago
- 6cfb89c Merge changes I97efd6c9,I6460f8f0,Ic67e4290,I16214514,Ieaa4e463, ... into nyc-dev by TreeHugger Robot · 9 years ago
- bea09db vulkan: remove g_device_layers by Chia-I Wu · 9 years ago
- 279ccc0 vulkan: ignore device-only layers by Chia-I Wu · 9 years ago
- 5f093bf vulkan: ignore layer libraries without instance layers by Chia-I Wu · 9 years ago
- 50db903 vulkan: add FindLayer helper by Chia-I Wu · 9 years ago
- 83506d8 vulkan: constify LayerRef members by Chia-I Wu · 9 years ago
- a622974 vulkan: make g_library_mutex per-LayerLibrary by Chia-I Wu · 9 years ago
- 3d1c82a libvulkan: Reset window before creating swapchain by Jesse Hall · 9 years ago
- 6693f5c vulkan: make LayerLibrary a class by Chia-I Wu · 9 years ago
- ba11327 vulkan: refactor GetLayerGetProcAddr by Chia-I Wu · 9 years ago
- 50174ee vulkan: refactor AddLayerLibrary by Chia-I Wu · 9 years ago
- d91c74f vulkan: refactor LayerRef::~LayerRef by Chia-I Wu · 9 years ago
- fd0389f vulkan: refactor GetLayerRef by Chia-I Wu · 9 years ago
- 7434959 vulkan: add a constructor for LayerLibrary by Chia-I Wu · 9 years ago
- 109f898 vulkan: silence a warning when layers are enabled by Chia-I Wu · 9 years ago
- dcad395 vulkan: fix "vkinfo -validate" by Chia-I Wu · 9 years ago
- 8955f3f vulkan: fix vkinfo with layer extensions by Chia-I Wu · 9 years ago
- d3b1450 vknulldrv: Use a default allocator when none provided by Jesse Hall · 9 years ago
- e8e689f vulkan: replace std::shared_ptr by android::sp by Chia-I Wu · 9 years ago
- 36cc00a vulkan: fix vkGet*ProcAddr for un-enabled extensions by Chia-I Wu · 9 years ago
- 8925efd vulkan: do not query non-enabled WSI functions by Chia-I Wu · 9 years ago
- cbe07ef vulkan: pass hal_extensions to InitDriverTable by Chia-I Wu · 9 years ago
- 94a2c0e vulkan: pass VK_LAYER_FUNCTION_DATA_CALLBACK to layers by Chia-I Wu · 9 years ago
- 7fcd744 vulkan: update vk_layer_interface.h by Chia-I Wu · 9 years ago
- c56603e vulkan: fix vkGetDeviceProcAddr for intercepted commands by Chia-I Wu · 9 years ago
- 1600e26 vulkan: fix support for unknown extensions by Chia-I Wu · 9 years ago
- b7c4e3b libvulkan: Use a stub HAL when no real Vulkan HAL is present by Jesse Hall · 9 years ago
- 3e6c2d6 vulkan: use CamelCase() for CreateInfoWrapper by Chia-I Wu · 9 years ago
- eef27fa vulkan: use CamelCase() for LayerChain by Chia-I Wu · 9 years ago
- c3fa20c vulkan: use CamelCase() for OverrideExtensionNames by Chia-I Wu · 9 years ago
- 026b8fa vulkan: use CamelCase() for OverrideLayerNames by Chia-I Wu · 9 years ago
- 4ad5c14 Merge changes I21f07545,I73c39cbe,I47b1639c,I4a6268d7,I06be9898, ... into nyc-dev by Chia-I Wu · 9 years ago
- 3b6b5ad vulkan: remove unused loader.{cpp.h} by Chia-I Wu · 9 years ago
- 4a6a916 vulkan: use driver::GetData everywhere by Chia-I Wu · 9 years ago
- 6226223 vulkan: move all _Bottom functions by Chia-I Wu · 9 years ago
- de82e27 vulkan: add swapchain.h by Chia-I Wu · 9 years ago
- c96880f vulkan: add layers_extensions.h by Chia-I Wu · 9 years ago
- ff4a6c7 vulkan: rework CreateInstance_Bottom and related ones by Chia-I Wu · 9 years ago
- 01cf305 vulkan: rework EnumerateDeviceExtensionProperties_Bottom by Chia-I Wu · 9 years ago
- 4901db7 vulkan: rework {Create,Destroy}Device_Bottom by Chia-I Wu · 9 years ago
- a70a421 Merge "vulkan: check for unsupported extensions" into nyc-dev by Chia-I Wu · 9 years ago
- c684560 vulkan: avoid double-free in InitSharedPtr by Chia-I Wu · 9 years ago
- 6a58a8a vulkan: move AllocateCommandBuffers_Bottom by Chia-I Wu · 9 years ago
- ba0be41 vulkan: move GetDeviceQueue_Bottom by Chia-I Wu · 9 years ago
- cc5e276 vulkan: rework DriverDispatchTable by Chia-I Wu · 9 years ago
- eb7db12 vulkan: rework driver::Get*ProcAddr by Chia-I Wu · 9 years ago
- b262ddc vulkan: add VK_ANDROID_native_buffer to vulkan.api by Chia-I Wu · 9 years ago
- dbb7e9c vulkan: move driver::GetDefaultAllocator by Chia-I Wu · 9 years ago
- 136b8eb vulkan: move driver::OpenHAL by Chia-I Wu · 9 years ago
- 9d51816 vulkan: move driver::Debuggable by Chia-I Wu · 9 years ago
- 1f8f46b vulkan: check for unsupported extensions by Chia-I Wu · 9 years ago
- 0c20324 vulkan: rewrite top of loader by Chia-I Wu · 9 years ago
- a76e8ff Install non-working WSI functions if not enabled by Courtney Goeltzenleuchter · 9 years ago
- 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
- e6080bf libvulkan: Check for negative in signed -> unsigned conversion by Jesse Hall · 9 years ago
- c4eee83 libvulkan: Enable integer sanitization by Jesse Hall · 9 years ago
- e2948d8 vulkan: Update to vulkan.h 1.0.3 by Jesse Hall · 9 years ago
- dc7f6a6 vkinfo: Provide VkApplicationInfo by Jesse Hall · 9 years ago
- 178b696 libvulkan: Set window transform based on swapchain preTransform by Jesse Hall · 9 years ago
- 55bc097 libvulkan: Report current and supported transforms accurately by Jesse Hall · 9 years ago
- f63e445 vkinfo: Only print supported features by default by Jesse Hall · 9 years ago
- d0bba37 vulkan/vkinfo: enable layers when -validate is specified by Chia-I Wu · 9 years ago
- 045ef41 vulkan: remove patches for other projects by Chia-I Wu · 9 years ago
- 1208622 loader: Add extension before CreateInstance chain by Courtney Goeltzenleuchter · 9 years ago
- c2a7709 vkinfo: Add debug command line option by Courtney Goeltzenleuchter · 9 years ago
- b1e7d59 vkinfo: Add validation layers 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 · 10 years ago
- a90ce61 loader: Implement new layer initialization by Courtney Goeltzenleuchter · 9 years ago
- eff6311 loader: Add GetName and GetDescription for logs by Courtney Goeltzenleuchter · 9 years ago
- 1dd712a loader: Layer init structures by Courtney Goeltzenleuchter · 10 years ago
- 6fecdd5 loader: Only use driver's DebugReport if it has one by Courtney Goeltzenleuchter · 10 years ago
- ca472ab tools: Need to specify pQueuePriorities by Courtney Goeltzenleuchter · 10 years ago
- 3d92c53 Merge "libvulkan: Support R5G6B5_UNORM_PACK16 as a swapchain format" into nyc-dev by Jesse Hall · 9 years ago
- 148a1b4 Merge "libvulkan: Un-revert and fix VK_PRESENT_MODE_MAILBOX_KHR" into nyc-dev by Jesse Hall · 9 years ago
- 45ba96e Merge "vknulldrv: Report physical device limits" into nyc-dev by Jesse Hall · 9 years ago
- c9456b5 Merge "libvulkan: Initialize VkSurfacePropertiesKHR::supportedCompositeAlpha" into nyc-dev by Jesse Hall · 9 years ago
- 517274a libvulkan: Support R5G6B5_UNORM_PACK16 as a swapchain format by Jesse Hall · 9 years ago
- fe2662d libvulkan: Initialize VkSurfacePropertiesKHR::supportedCompositeAlpha by Jesse Hall · 9 years ago
- c34849e vknulldrv: Report physical device limits by Jesse Hall · 9 years ago
- 0ae0dce libvulkan: Un-revert and fix VK_PRESENT_MODE_MAILBOX_KHR by Jesse Hall · 9 years ago
- 00f10fe vkinfo: Fix bytes -> megabytes conversion by Jesse Hall · 9 years ago
- c5cec28 vkinfo: Print VkPhysicalDeviceFeatures by Jesse Hall · 10 years ago
- 909bed2 Merge "vkinfo: improve indentation, add verbosity parameters" into nyc-dev by Jesse Hall · 9 years ago
- 8e37cf3 vknulldrv: Report valid VkPhysicalDeviceFeatures by Jesse Hall · 10 years ago
- 38cb840 vkinfo: improve indentation, add verbosity parameters by Jesse Hall · 10 years ago
- 0a40209 vulkan: Document codegen instructions and code style by Jesse Hall · 10 years ago
- aa6c872 loader: Test for valid ICD before init dispatch by Courtney Goeltzenleuchter · 10 years ago
- 9ec497c Revert "libvulkan: Implement VK_PRESENT_MODE_MAILBOX_KHR" by Courtney Goeltzenleuchter · 10 years ago
- 33faaad vulkan: Update from version 1.0.1 to 1.0.2 by Jesse Hall · 10 years ago
- 9f76349 libvulkan: Fix dEQP-VK.api.object_management.alloc_callback_fail.device by Jesse Hall · 10 years ago
- 26cecff libvulkan: Fix dEQP-VK.api.object_management.alloc_callback_fail.instance by Jesse Hall · 10 years ago
- 4b62e4f libvulkan: Fix dEQP-VK.api.device_init.create_instance_unsupported_extensions by Jesse Hall · 10 years ago