1. 58c34f5 Support launching the VulkanUnitTests suite on Fuchsia. by David 'Digit' Turner · 6 years ago
  2. a1152c5 SpirvShader: Implement GroupNonUniformShuffleRelative capability by Ben Clayton · 6 years ago
  3. 2ef02cb SpirvShader: Implement GroupNonUniformShuffle capability by Ben Clayton · 6 years ago
  4. ca2c5ef SpirvShader: Implement GroupNonUniformVote capability by Ben Clayton · 6 years ago
  5. 41cfdb7 SpirvShader: Implement GroupNonUniformBallot capability by Ben Clayton · 6 years ago
  6. d354537 Implement VK_KHR_win32_surface by Nicolas Capens · 6 years ago
  7. 88ac367 Remove idle Blitter fallbacks by Nicolas Capens · 6 years ago
  8. 20fb1d6 Use {MIN,MAX}_TEXEL_OFFSET in device limits by Chris Forbes · 6 years ago
  9. 36441a6 Add missing ICD function export by Ben Clayton · 6 years ago
  10. e725619 Vulkan: Fix ICD function exports. by David 'Digit' Turner · 6 years ago
  11. e662bb4 Improve the sampling routine cache key hash by Nicolas Capens · 6 years ago
  12. f046402 VkDevice: Fix sample cache hash collisions that caused spurious test failures. by Ben Clayton · 6 years ago
  13. 0c1adcc Simplify query tracking machinery by Chris Forbes · 6 years ago
  14. 27e2873 Fix Visual Studio solution build by Nicolas Capens · 6 years ago
  15. 324bdfe Use a finite maxSamplerLodBias limit by Nicolas Capens · 6 years ago
  16. fa0175c Add missing #include <string> by Ben Clayton · 6 years ago
  17. e6092f3 Fix memory corruption SpirvShaderKey::SpecializationInfo by Ben Clayton · 6 years ago
  18. 03c2aea Use raw pointers for the routine const cache. by Ben Clayton · 6 years ago
  19. 6897e9b Reactor: Use std::shared_ptr to ref-count rr::Routines by Ben Clayton · 6 years ago
  20. 3575550 Faster image sampler fetch from key by Alexis Hetu · 6 years ago
  21. ec63fbe MacOS: Use exported_symbols_list to filter exported symbols for .gn build files by Alexis Hetu · 6 years ago
  22. 3af883c Fix clearing of multiple image ranges by Nicolas Capens · 6 years ago
  23. ab67c12 Fix Visual Studio solution build by Nicolas Capens · 6 years ago
  24. 0662a4a MacOS WSI by Alexis Hetu · 6 years ago
  25. 763b779 MAX_DESCRIPTOR_SET_COMBINED_BUFFERS_DYNAMIC related assert fix by Alexis Hetu · 6 years ago
  26. 6448bd6 Memory leak fix for SamplingRoutine cache by Alexis Hetu · 6 years ago
  27. f5182ab Descriptor Pool alignment checks by Alexis Hetu · 6 years ago
  28. bc73bcb Descriptor Pool typo by Alexis Hetu · 6 years ago
  29. fc7bb8f Vulkan: Use the optimization passes automatically added by CoroSplit by Ben Clayton · 6 years ago
  30. 056d692 Use Nucleus::adjustDefaultConfig for Vulkan's default reactor config. by Ben Clayton · 6 years ago
  31. 55bc37a Reactor: Add support for specifying and modifying default configuration settings. by Ben Clayton · 6 years ago
  32. caa9cf7 Use the full list of optimization passes from spirv-opt by Ben Clayton · 6 years ago
  33. 45d34d2 Follow up on "Add support for R8_SRGB textures" by Alexis Hetu · 6 years ago
  34. 68cfc78 Reactor: Rework optimization flags. by Ben Clayton · 6 years ago
  35. 72d8104 Context cleanup by Alexis Hetu · 6 years ago
  36. 463fab9 Removed the AtomicInt class by Alexis Hetu · 6 years ago
  37. a29aa77 Don't emit bounds checks when robustness is disabled by Nicolas Capens · 6 years ago
  38. 52edb17 PipelineCache implementation by Alexis Hetu · 6 years ago
  39. 762741b Add support for R8_SRGB textures by Hernan Liatis · 6 years ago
  40. 522d512 Simplify Vulkan ICD loading for testing by Nicolas Capens · 6 years ago
  41. 61f2a46 Replace broken prime in Y'CbCr comment by Chris Forbes · 6 years ago
  42. a0b3a02 Make the ICD manifest use a relative path to the library by Paul Thomson · 6 years ago
  43. 4aa4fcd Avoid recompiling identical SPIR-V code by Nicolas Capens · 6 years ago
  44. 82feec7 Android build fix by Alexis Hetu · 6 years ago
  45. 2d77aea Make VkNonDispatchableHandle POD by Alexis Hetu · 6 years ago
  46. bd4cf81 Reduce the complexity of VkNonDispatchableHandle by Alexis Hetu · 6 years ago
  47. 126bd7a Warnings fix by Alexis Hetu · 6 years ago
  48. 7d96f51 Moved many Cast functions to libVulkan.cpp by Alexis Hetu · 6 years ago
  49. df84b94 Fix edge cases of various enumeration functions by Chris Forbes · 6 years ago
  50. 42d6461 Move libvk_swiftshader.lds from sources to inputs by Tom Anderson · 6 years ago
  51. 85035be Use VK_TRUE/VK_FALSE consistently by Nicolas Capens · 6 years ago
  52. 6dd5f33 Fix Android build by Chris Forbes · 6 years ago
  53. 3c73507 Allow default construction of BackingMemory on Android by Hernan Liatis · 6 years ago
  54. 8af8b40 Ripped out SwiftConfig by Alexis Hetu · 6 years ago
  55. 8565e77 CMake build: Only export explicit symbols on macOS by Ben Clayton · 6 years ago
  56. 3429bb5 Add usage flags for old gralloc by Hernan Liatis · 6 years ago
  57. bd18d58 Implement vkGetPhysicalDeviceXlibPresentationSupportKHR by Hernan Liatis · 6 years ago
  58. 63ae924 CommandBuffer and NonDispatchable objects code cleanup by Alexis Hetu · 6 years ago
  59. f60a2d5 Removed some dependencies on old threading class by Alexis Hetu · 6 years ago
  60. 7b4fc28 Replace sw::Resource with sw::WaitGroup by Alexis Hetu · 6 years ago
  61. f9e9cf6 Better 32 bit Windows Fix by Alexis Hetu · 6 years ago
  62. 110f60e Build fix for MacOS and Fuchsia by Alexis Hetu · 6 years ago
  63. 93ad3b8 Fix Android-integrated build by Chris Forbes · 6 years ago
  64. bb575d4 Address cubemap faces as consecutive layers by Nicolas Capens · 6 years ago
  65. 5e3c9d5 32 bit compilation fixes for Visual Studio by Alexis Hetu · 6 years ago
  66. f630b25 Fixed PipelineLayout creation on 32 bit by Alexis Hetu · 6 years ago
  67. 37bc82a Enable arm32 build for pastel by Chris Forbes · 6 years ago
  68. 4963b95 Various additional fixes for Android build by Chris Forbes · 6 years ago
  69. d5f462c Fire VkFence in vkAcquireImageANDROID by Hernan Liatis · 6 years ago
  70. f988cb5 Fix memory leak in vkDestroyImage by Hernan Liatis · 6 years ago
  71. 566314b Fix alignment of VkWrapper by Saman Sami · 6 years ago
  72. 7e01e4e Support images with linear tiling for transfers by Nicolas Capens · 6 years ago
  73. 51e9e56 Implement Y′CbCr conversion by Nicolas Capens · 6 years ago
  74. 8ce8707 Fix single-plane views of YCbCr formats by Nicolas Capens · 6 years ago
  75. fcc6441 Refactor writing texture level descriptor info by Nicolas Capens · 6 years ago
  76. ba87330 Take the plane/aspect into account when copying/blitting by Nicolas Capens · 6 years ago
  77. 6b63c80 Implement VkSamplerYcbcrConversion object by Nicolas Capens · 6 years ago
  78. e2f5da4 Claim support for YCbCr 3- and 2-plane 420 format by Nicolas Capens · 6 years ago
  79. 0c73680 Allow additional info to be passed to object's Create functions by Nicolas Capens · 6 years ago
  80. f6535a3 Add 8-bit YCbCr 420 format info by Nicolas Capens · 6 years ago
  81. cfe11c7 Refactor obtaining format aspect info by Nicolas Capens · 6 years ago
  82. 52b5aae Fix taking the sampling instruction type into account by Nicolas Capens · 6 years ago
  83. 71c012b Fix interpolating z when using FragCoord builtin by Nicolas Capens · 6 years ago
  84. 710fcd5 Support for large textures by Alexis Hetu · 6 years ago
  85. 42232ab Fix VkFence destruction crashing on Windows by Alexis Hetu · 6 years ago
  86. a71a1db Fix Cast(vkFence) crashing on Windows by Antonio Maiorano · 6 years ago
  87. 8a2441d vkCmdUpdateBuffer: Make a copy of the data. by Ben Clayton · 6 years ago
  88. 9b843ea VkPipeline: Fix unsigned integer underflows in computePrimitiveCount() by Ben Clayton · 6 years ago
  89. b03ce83 Reimplement vk::Query using sw sync primitives. by Ben Clayton · 6 years ago
  90. 6aac756 VkQueryPool: Add missing lock on the Query. by Ben Clayton · 6 years ago
  91. caf6031 Vulkan: Always call the object's destructor before deallocation. by Ben Clayton · 6 years ago
  92. e29e7ba System: Replace concurrent types with std versions where possible by Ben Clayton · 6 years ago
  93. 1573745 VkQueue: Embed the sw::Renderer into the vk::Queue. by Ben Clayton · 6 years ago
  94. 7e0a036 VkQueue: Destruct the object. by Ben Clayton · 6 years ago
  95. 8546d4e VkQueue: Use a sw::WaitGroup for waitIdle() by Ben Clayton · 6 years ago
  96. bd0ab1b Pass around sw::TaskEvents* instead of vk::Fence*. by Ben Clayton · 6 years ago
  97. 6d33e8c System/Synchronization.hpp: Add the sw::TaskEvents interface by Ben Clayton · 6 years ago
  98. 6779e5e Reimplement VkFence using sw::WaitGroup and sw::Event. by Ben Clayton · 6 years ago
  99. cae8cde Add missing semi-colon in Android code by Hernan Liatis · 6 years ago
  100. ed01f2c Move Chan out of VkQueue.hpp and into System/Synchronization.hpp by Ben Clayton · 6 years ago