1. 5beb2ac vulkan: use Logger in the generated code by Chia-I Wu · 9 years ago
  2. bc011fc vulkan: add DebugReportLogger by Chia-I Wu · 9 years ago
  3. 950d6e1 vulkan: make debug report callbacks available in DeviceData by Chia-I Wu · 9 years ago
  4. 2e67366 vulkan: avoid duplicated app messages by Chia-I Wu · 9 years ago
  5. b3055f3 vulkan: constify DebugReportCallbackList::Message by Chia-I Wu · 9 years ago
  6. a0d40aa vulkan: refactor DebugReportCallbackList by Chia-I Wu · 9 years ago
  7. c3a2891 vulkan: deprecate device layers by Chia-I Wu · 9 years ago
  8. 6184b20 vulkan: detect errors in VkEnumerate*ExtensionProperties by Chia-I Wu · 9 years ago
  9. dab2565 vulkan: do not distinguish instance or device LayerRef by Chia-I Wu · 9 years ago
  10. d6e6f51 vulkan: make Get*LayerRef take a Layer by Chia-I Wu · 9 years ago
  11. 04c6551 vulkan: refactor layer extension enumeration by Chia-I Wu · 9 years ago
  12. 25700b4 vulkan: refactor layer enumeration by Chia-I Wu · 9 years ago
  13. 6cfb89c Merge changes I97efd6c9,I6460f8f0,Ic67e4290,I16214514,Ieaa4e463, ... into nyc-dev by TreeHugger Robot · 9 years ago
  14. bea09db vulkan: remove g_device_layers by Chia-I Wu · 9 years ago
  15. 279ccc0 vulkan: ignore device-only layers by Chia-I Wu · 9 years ago
  16. 5f093bf vulkan: ignore layer libraries without instance layers by Chia-I Wu · 9 years ago
  17. 50db903 vulkan: add FindLayer helper by Chia-I Wu · 9 years ago
  18. 83506d8 vulkan: constify LayerRef members by Chia-I Wu · 9 years ago
  19. a622974 vulkan: make g_library_mutex per-LayerLibrary by Chia-I Wu · 9 years ago
  20. 3d1c82a libvulkan: Reset window before creating swapchain by Jesse Hall · 9 years ago
  21. 6693f5c vulkan: make LayerLibrary a class by Chia-I Wu · 9 years ago
  22. ba11327 vulkan: refactor GetLayerGetProcAddr by Chia-I Wu · 9 years ago
  23. 50174ee vulkan: refactor AddLayerLibrary by Chia-I Wu · 9 years ago
  24. d91c74f vulkan: refactor LayerRef::~LayerRef by Chia-I Wu · 9 years ago
  25. fd0389f vulkan: refactor GetLayerRef by Chia-I Wu · 9 years ago
  26. 7434959 vulkan: add a constructor for LayerLibrary by Chia-I Wu · 9 years ago
  27. 109f898 vulkan: silence a warning when layers are enabled by Chia-I Wu · 9 years ago
  28. e8e689f vulkan: replace std::shared_ptr by android::sp by Chia-I Wu · 9 years ago
  29. 36cc00a vulkan: fix vkGet*ProcAddr for un-enabled extensions by Chia-I Wu · 9 years ago
  30. 8925efd vulkan: do not query non-enabled WSI functions by Chia-I Wu · 9 years ago
  31. cbe07ef vulkan: pass hal_extensions to InitDriverTable by Chia-I Wu · 9 years ago
  32. 94a2c0e vulkan: pass VK_LAYER_FUNCTION_DATA_CALLBACK to layers by Chia-I Wu · 9 years ago
  33. c56603e vulkan: fix vkGetDeviceProcAddr for intercepted commands by Chia-I Wu · 9 years ago
  34. 1600e26 vulkan: fix support for unknown extensions by Chia-I Wu · 9 years ago
  35. b7c4e3b libvulkan: Use a stub HAL when no real Vulkan HAL is present by Jesse Hall · 9 years ago
  36. 3e6c2d6 vulkan: use CamelCase() for CreateInfoWrapper by Chia-I Wu · 9 years ago
  37. eef27fa vulkan: use CamelCase() for LayerChain by Chia-I Wu · 9 years ago
  38. c3fa20c vulkan: use CamelCase() for OverrideExtensionNames by Chia-I Wu · 9 years ago
  39. 026b8fa vulkan: use CamelCase() for OverrideLayerNames by Chia-I Wu · 9 years ago
  40. 4ad5c14 Merge changes I21f07545,I73c39cbe,I47b1639c,I4a6268d7,I06be9898, ... into nyc-dev by Chia-I Wu · 9 years ago
  41. 3b6b5ad vulkan: remove unused loader.{cpp.h} by Chia-I Wu · 9 years ago
  42. 4a6a916 vulkan: use driver::GetData everywhere by Chia-I Wu · 9 years ago
  43. 6226223 vulkan: move all _Bottom functions by Chia-I Wu · 9 years ago
  44. de82e27 vulkan: add swapchain.h by Chia-I Wu · 9 years ago
  45. c96880f vulkan: add layers_extensions.h by Chia-I Wu · 9 years ago
  46. ff4a6c7 vulkan: rework CreateInstance_Bottom and related ones by Chia-I Wu · 9 years ago
  47. 01cf305 vulkan: rework EnumerateDeviceExtensionProperties_Bottom by Chia-I Wu · 9 years ago
  48. 4901db7 vulkan: rework {Create,Destroy}Device_Bottom by Chia-I Wu · 9 years ago
  49. a70a421 Merge "vulkan: check for unsupported extensions" into nyc-dev by Chia-I Wu · 9 years ago
  50. c684560 vulkan: avoid double-free in InitSharedPtr by Chia-I Wu · 9 years ago
  51. 6a58a8a vulkan: move AllocateCommandBuffers_Bottom by Chia-I Wu · 9 years ago
  52. ba0be41 vulkan: move GetDeviceQueue_Bottom by Chia-I Wu · 9 years ago
  53. cc5e276 vulkan: rework DriverDispatchTable by Chia-I Wu · 9 years ago
  54. eb7db12 vulkan: rework driver::Get*ProcAddr by Chia-I Wu · 9 years ago
  55. dbb7e9c vulkan: move driver::GetDefaultAllocator by Chia-I Wu · 9 years ago
  56. 136b8eb vulkan: move driver::OpenHAL by Chia-I Wu · 9 years ago
  57. 9d51816 vulkan: move driver::Debuggable by Chia-I Wu · 9 years ago
  58. 1f8f46b vulkan: check for unsupported extensions by Chia-I Wu · 9 years ago
  59. 0c20324 vulkan: rewrite top of loader by Chia-I Wu · 9 years ago
  60. a76e8ff Install non-working WSI functions if not enabled by Courtney Goeltzenleuchter · 9 years ago
  61. 84cd4c2 loader: cache top-of-chain PhysicalDevice by Courtney Goeltzenleuchter · 9 years ago
  62. e177d06 Merge "loader: Include instance where required for GIPA" into nyc-dev by Courtney Goeltzenleuchter · 9 years ago
  63. 4fe2d92 loader: Include instance where required for GIPA by Courtney Goeltzenleuchter · 9 years ago
  64. 5703683 Pass system layers through chain. by Michael Lentine · 9 years ago
  65. fee7143 libvulkan: Fix double-free, refactor instance destruction by Jesse Hall · 9 years ago
  66. e6080bf libvulkan: Check for negative in signed -> unsigned conversion by Jesse Hall · 9 years ago
  67. c4eee83 libvulkan: Enable integer sanitization by Jesse Hall · 9 years ago
  68. e2948d8 vulkan: Update to vulkan.h 1.0.3 by Jesse Hall · 9 years ago
  69. 178b696 libvulkan: Set window transform based on swapchain preTransform by Jesse Hall · 9 years ago
  70. 55bc097 libvulkan: Report current and supported transforms accurately by Jesse Hall · 9 years ago
  71. 1208622 loader: Add extension before CreateInstance chain by Courtney Goeltzenleuchter · 9 years ago
  72. 26d394b loader: Fix enumerate device extension properties by Courtney Goeltzenleuchter · 9 years ago
  73. 1cc0d37 loader: Fix enumerate device layer properties by Courtney Goeltzenleuchter · 9 years ago
  74. e6e6968 loader: Can't dlclose until all done with the layers by Courtney Goeltzenleuchter · 10 years ago
  75. a90ce61 loader: Implement new layer initialization by Courtney Goeltzenleuchter · 9 years ago
  76. eff6311 loader: Add GetName and GetDescription for logs by Courtney Goeltzenleuchter · 9 years ago
  77. 6fecdd5 loader: Only use driver's DebugReport if it has one by Courtney Goeltzenleuchter · 10 years ago
  78. 3d92c53 Merge "libvulkan: Support R5G6B5_UNORM_PACK16 as a swapchain format" into nyc-dev by Jesse Hall · 9 years ago
  79. 148a1b4 Merge "libvulkan: Un-revert and fix VK_PRESENT_MODE_MAILBOX_KHR" into nyc-dev by Jesse Hall · 9 years ago
  80. 517274a libvulkan: Support R5G6B5_UNORM_PACK16 as a swapchain format by Jesse Hall · 9 years ago
  81. fe2662d libvulkan: Initialize VkSurfacePropertiesKHR::supportedCompositeAlpha by Jesse Hall · 9 years ago
  82. 0ae0dce libvulkan: Un-revert and fix VK_PRESENT_MODE_MAILBOX_KHR by Jesse Hall · 9 years ago
  83. 0a40209 vulkan: Document codegen instructions and code style by Jesse Hall · 10 years ago
  84. aa6c872 loader: Test for valid ICD before init dispatch by Courtney Goeltzenleuchter · 10 years ago
  85. 9ec497c Revert "libvulkan: Implement VK_PRESENT_MODE_MAILBOX_KHR" by Courtney Goeltzenleuchter · 10 years ago
  86. 9f76349 libvulkan: Fix dEQP-VK.api.object_management.alloc_callback_fail.device by Jesse Hall · 10 years ago
  87. 26cecff libvulkan: Fix dEQP-VK.api.object_management.alloc_callback_fail.instance by Jesse Hall · 10 years ago
  88. 4b62e4f libvulkan: Fix dEQP-VK.api.device_init.create_instance_unsupported_extensions by Jesse Hall · 10 years ago
  89. 54e6f08 Fix ref count. by Michael Lentine · 10 years ago
  90. d0b7cb5 Activate layers when the strings match. by Michael Lentine · 10 years ago
  91. f333922 libvulkan: Implement VK_PRESENT_MODE_MAILBOX_KHR by Jesse Hall · 10 years ago
  92. 993849c libvulkan: Really only write vkCreateInstance out parameter on success by Jesse Hall · 10 years ago
  93. ae3b70d libvulkan: Return error if an unsupported instance extension is requested by Jesse Hall · 10 years ago
  94. c55fa94 libvulkan: Only write vkCreateInstance out parameter on succes by Jesse Hall · 10 years ago
  95. b147127 vulkan: Driver device extension enumeration and filtering by Jesse Hall · 10 years ago
  96. 57f7f8c vulkan: Enumerate device layer extensions by Jesse Hall · 10 years ago
  97. aa41094 libvulkan: Enumerate device layers by Jesse Hall · 10 years ago
  98. 715b86a vulkan: Support VK_EXT_debug_report in loader and nulldrv by Jesse Hall · 10 years ago
  99. 6bd5dfa libvulkan: Only load driver functions for enabled extensions by Jesse Hall · 10 years ago
  100. 563380d vulkan: Update to version 1.0.1 by Jesse Hall · 10 years ago