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