1. cebb963 GN: Expose XCB surface extension on Linux. by Jamie Madill · 6 years ago
  2. e693b62 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  3. b6c572d Revert "Migrate from yarn to marl." by Ben Clayton · 6 years ago
  4. 1359b66 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  5. 8147791 Revert "Migrate from yarn to marl." by Ben Clayton · 6 years ago
  6. df6cc08 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  7. 9746f8b Fix GN/Chromium build. by Jamie Madill · 6 years ago
  8. cf0e2fe [fuchsia] Fix Fuchsia build of swiftshader_vulkan_unittests by David 'Digit' Turner · 6 years ago
  9. 92577e5 Add BindImageMemory2 support for swapchain images by Chris Forbes · 6 years ago
  10. 25c8e08 Add support for vkAcquireNextImage2KHR by Chris Forbes · 6 years ago
  11. 920100c Enable fragmentStoresAndAtomics by Alexis Hetu · 6 years ago
  12. fe23c66 Fix GN Header checks. by Jamie Madill · 6 years ago
  13. 18c9ac4 Optimize non-solid polygon rasterization by Nicolas Capens · 6 years ago
  14. 2210f80 Implement non-solid polygon rasterization by Ben Clayton · 6 years ago
  15. f003332 Fix version script renames by Nicolas Capens · 6 years ago
  16. 2c99cf6 Canonicalize Vulkan ICD library names by Nicolas Capens · 6 years ago
  17. bbd8c42 Support Windows builds and ANGLE integration. by Jamie Madill · 6 years ago
  18. 51d5108 Support for independentBlend feature by Alexis Hetu · 6 years ago
  19. a9af883 WSI: Very basic XCB surface implementation. by Ben Clayton · 6 years ago
  20. eea9d35 Device/Renderer: Work arounds for MemorySanitizer false-positives by Ben Clayton · 6 years ago
  21. 8828919 Clamp float values to correct range before conversion to normalized by Chris Forbes · 6 years ago
  22. b52384b Add missing vkGetPhysicalDevicePresentRectanglesKHR function by Chris Forbes · 6 years ago
  23. c72c8d7 Fix vkClearAttachments VK_ATTACHMENT_UNUSED handling by Chris Forbes · 6 years ago
  24. d6c6136 Vulkan: Build a yarn::Scheduler and pass it down to the vk::Queue. by Ben Clayton · 6 years ago
  25. 1943a29 vk::Queue: Lazily construct Renderers by Ben Clayton · 6 years ago
  26. a9da772 Pass draw-to-draw varying state directly to Renderer::draw by Chris Forbes · 6 years ago
  27. 83cdd25 Do not expose extensions for KHR_shader_draw_parameters and KHR_variable_pointers by Chris Forbes · 6 years ago
  28. 605f863 Refactor framebuffer clear to be less redundant by Chris Forbes · 6 years ago
  29. 2e5042a Refactor multiview support to remove some redundancy by Chris Forbes · 6 years ago
  30. d6dc4b7 Store subpass index in ExecutionState, not in RenderPass by Chris Forbes · 6 years ago
  31. 243997a Don't access sampler handles for sampled image descriptors by Nicolas Capens · 6 years ago
  32. dbd0275 Fix samplerless image fetch by Nicolas Capens · 6 years ago
  33. 02d4c0d Add support for multiview rendering by Chris Forbes · 6 years ago
  34. f25a1c6 Always rasterize lines as a rectangle by Nicolas Capens · 6 years ago
  35. 92eb041 Refactor GLES routine cache keys to use Memset<T> by Nicolas Capens · 6 years ago
  36. fd72dd0 Order timestamp writes correctly wrt renderer work by Chris Forbes · 6 years ago
  37. 9a6e043 Add newlines to SPIRV optimizer messages by Chris Forbes · 6 years ago
  38. d335302 Add feature support check for VkPhysicalDeviceShaderDrawParametersFeatures by Chris Forbes · 6 years ago
  39. aad8cfc Add feature support check for VkPhysicalDeviceMultiviewFeatures by Chris Forbes · 6 years ago
  40. dadeb00 Yarn: Add GN build files. by Ben Clayton · 6 years ago
  41. 42a034f VkPipeline: Use vk::warn for spirv-opt warnings / errors by Ben Clayton · 6 years ago
  42. 58c34f5 Support launching the VulkanUnitTests suite on Fuchsia. by David 'Digit' Turner · 6 years ago
  43. a1152c5 SpirvShader: Implement GroupNonUniformShuffleRelative capability by Ben Clayton · 6 years ago
  44. 2ef02cb SpirvShader: Implement GroupNonUniformShuffle capability by Ben Clayton · 6 years ago
  45. ca2c5ef SpirvShader: Implement GroupNonUniformVote capability by Ben Clayton · 6 years ago
  46. 41cfdb7 SpirvShader: Implement GroupNonUniformBallot capability by Ben Clayton · 6 years ago
  47. d354537 Implement VK_KHR_win32_surface by Nicolas Capens · 6 years ago
  48. 88ac367 Remove idle Blitter fallbacks by Nicolas Capens · 6 years ago
  49. 20fb1d6 Use {MIN,MAX}_TEXEL_OFFSET in device limits by Chris Forbes · 6 years ago
  50. 36441a6 Add missing ICD function export by Ben Clayton · 6 years ago
  51. e725619 Vulkan: Fix ICD function exports. by David 'Digit' Turner · 6 years ago
  52. e662bb4 Improve the sampling routine cache key hash by Nicolas Capens · 6 years ago
  53. f046402 VkDevice: Fix sample cache hash collisions that caused spurious test failures. by Ben Clayton · 6 years ago
  54. 0c1adcc Simplify query tracking machinery by Chris Forbes · 6 years ago
  55. 27e2873 Fix Visual Studio solution build by Nicolas Capens · 6 years ago
  56. 324bdfe Use a finite maxSamplerLodBias limit by Nicolas Capens · 6 years ago
  57. fa0175c Add missing #include <string> by Ben Clayton · 6 years ago
  58. e6092f3 Fix memory corruption SpirvShaderKey::SpecializationInfo by Ben Clayton · 6 years ago
  59. 03c2aea Use raw pointers for the routine const cache. by Ben Clayton · 6 years ago
  60. 6897e9b Reactor: Use std::shared_ptr to ref-count rr::Routines by Ben Clayton · 6 years ago
  61. 3575550 Faster image sampler fetch from key by Alexis Hetu · 6 years ago
  62. ec63fbe MacOS: Use exported_symbols_list to filter exported symbols for .gn build files by Alexis Hetu · 6 years ago
  63. 3af883c Fix clearing of multiple image ranges by Nicolas Capens · 6 years ago
  64. ab67c12 Fix Visual Studio solution build by Nicolas Capens · 6 years ago
  65. 0662a4a MacOS WSI by Alexis Hetu · 6 years ago
  66. 763b779 MAX_DESCRIPTOR_SET_COMBINED_BUFFERS_DYNAMIC related assert fix by Alexis Hetu · 6 years ago
  67. 6448bd6 Memory leak fix for SamplingRoutine cache by Alexis Hetu · 6 years ago
  68. f5182ab Descriptor Pool alignment checks by Alexis Hetu · 6 years ago
  69. bc73bcb Descriptor Pool typo by Alexis Hetu · 6 years ago
  70. fc7bb8f Vulkan: Use the optimization passes automatically added by CoroSplit by Ben Clayton · 6 years ago
  71. 056d692 Use Nucleus::adjustDefaultConfig for Vulkan's default reactor config. by Ben Clayton · 6 years ago
  72. 55bc37a Reactor: Add support for specifying and modifying default configuration settings. by Ben Clayton · 6 years ago
  73. caa9cf7 Use the full list of optimization passes from spirv-opt by Ben Clayton · 6 years ago
  74. 45d34d2 Follow up on "Add support for R8_SRGB textures" by Alexis Hetu · 6 years ago
  75. 68cfc78 Reactor: Rework optimization flags. by Ben Clayton · 6 years ago
  76. 72d8104 Context cleanup by Alexis Hetu · 6 years ago
  77. 463fab9 Removed the AtomicInt class by Alexis Hetu · 6 years ago
  78. a29aa77 Don't emit bounds checks when robustness is disabled by Nicolas Capens · 6 years ago
  79. 52edb17 PipelineCache implementation by Alexis Hetu · 6 years ago
  80. 762741b Add support for R8_SRGB textures by Hernan Liatis · 6 years ago
  81. 522d512 Simplify Vulkan ICD loading for testing by Nicolas Capens · 6 years ago
  82. 61f2a46 Replace broken prime in Y'CbCr comment by Chris Forbes · 6 years ago
  83. a0b3a02 Make the ICD manifest use a relative path to the library by Paul Thomson · 6 years ago
  84. 4aa4fcd Avoid recompiling identical SPIR-V code by Nicolas Capens · 6 years ago
  85. 82feec7 Android build fix by Alexis Hetu · 6 years ago
  86. 2d77aea Make VkNonDispatchableHandle POD by Alexis Hetu · 6 years ago
  87. bd4cf81 Reduce the complexity of VkNonDispatchableHandle by Alexis Hetu · 6 years ago
  88. 126bd7a Warnings fix by Alexis Hetu · 6 years ago
  89. 7d96f51 Moved many Cast functions to libVulkan.cpp by Alexis Hetu · 6 years ago
  90. df84b94 Fix edge cases of various enumeration functions by Chris Forbes · 6 years ago
  91. 42d6461 Move libvk_swiftshader.lds from sources to inputs by Tom Anderson · 6 years ago
  92. 85035be Use VK_TRUE/VK_FALSE consistently by Nicolas Capens · 6 years ago
  93. 6dd5f33 Fix Android build by Chris Forbes · 6 years ago
  94. 3c73507 Allow default construction of BackingMemory on Android by Hernan Liatis · 6 years ago
  95. 8af8b40 Ripped out SwiftConfig by Alexis Hetu · 6 years ago
  96. 8565e77 CMake build: Only export explicit symbols on macOS by Ben Clayton · 6 years ago
  97. 3429bb5 Add usage flags for old gralloc by Hernan Liatis · 6 years ago
  98. bd18d58 Implement vkGetPhysicalDeviceXlibPresentationSupportKHR by Hernan Liatis · 6 years ago
  99. 63ae924 CommandBuffer and NonDispatchable objects code cleanup by Alexis Hetu · 6 years ago
  100. f60a2d5 Removed some dependencies on old threading class by Alexis Hetu · 6 years ago