1. 23c75ca Squashed 'third_party/marl/' changes from d3b8558ce..59068ee4c by Ben Clayton · 4 years, 8 months ago
  2. cebb963 GN: Expose XCB surface extension on Linux. by Jamie Madill · 4 years, 8 months ago
  3. 44e6523 Fix ldexp builtin with vectors by Chris Forbes · 4 years, 8 months ago
  4. a12195b marl: Remove the unittests from the Chromium build by Ben Clayton · 4 years, 8 months ago
  5. e693b62 Migrate from yarn to marl. by Ben Clayton · 4 years, 8 months ago
  6. b6c572d Revert "Migrate from yarn to marl." by Ben Clayton · 4 years, 8 months ago
  7. 1359b66 Migrate from yarn to marl. by Ben Clayton · 4 years, 8 months ago
  8. 8147791 Revert "Migrate from yarn to marl." by Ben Clayton · 4 years, 8 months ago
  9. df6cc08 Migrate from yarn to marl. by Ben Clayton · 4 years, 8 months ago
  10. adfa8dc .vscode/c_cpp_properties.json: Add marl include path by Ben Clayton · 4 years, 8 months ago
  11. 2dcf255 marl: Fix compiler warning treated as error. by Ben Clayton · 4 years, 8 months ago
  12. 374b99b third_party/marl: Remove googletest submodule. by Ben Clayton · 4 years, 8 months ago
  13. f879aeb Merge changes from topic "add-marl" by Ben Clayton · 4 years, 8 months ago
  14. 6726fcf Regres: Update test lists @ 5d0faf9b by SwiftShader Regression Bot · 4 years, 8 months ago
  15. 5d0faf9 Suppress 32-bit MSVC warning. by Jamie Madill · 4 years, 8 months ago
  16. 9746f8b Fix GN/Chromium build. by Jamie Madill · 4 years, 8 months ago
  17. e9ba0a9 Initial drop of Marl @ d3b8558c by Ben Clayton · 4 years, 8 months ago
  18. fe71eb9 Squashed 'third_party/marl/' content from commit d3b8558ce by Ben Clayton · 4 years, 8 months ago
  19. 60a0dc7 Regres: Update test lists @ 4d838a8c by SwiftShader Regression Bot · 4 years, 8 months ago
  20. 4d838a8 Replace sinh,cosh with implementations in terms of Exp() by Chris Forbes · 4 years, 9 months ago
  21. cf0e2fe [fuchsia] Fix Fuchsia build of swiftshader_vulkan_unittests by David 'Digit' Turner · 4 years, 9 months ago
  22. cdb4549 Regres: Update test lists @ fbc146e9 by SwiftShader Regression Bot · 4 years, 9 months ago
  23. fbc146e [yarn]: Add yarn_unittests GN target to BUILD.gn by David 'Digit' Turner · 4 years, 9 months ago
  24. 2048831 [yarn]: Fix Fuchsia build. by David 'Digit' Turner · 4 years, 9 months ago
  25. 7a19b09 Yarn: Add blocking_call. by Ben Clayton · 4 years, 9 months ago
  26. 92577e5 Add BindImageMemory2 support for swapchain images by Chris Forbes · 4 years, 9 months ago
  27. 25c8e08 Add support for vkAcquireNextImage2KHR by Chris Forbes · 4 years, 9 months ago
  28. 5b57ff4 Regres: Update test lists @ 920100cd by SwiftShader Regression Bot · 4 years, 9 months ago
  29. 920100c Enable fragmentStoresAndAtomics by Alexis Hetu · 4 years, 10 months ago
  30. fe23c66 Fix GN Header checks. by Jamie Madill · 4 years, 9 months ago
  31. 39a9f1b Add input attachment support for VK_FORMAT_A1R5G5B5_UNORM_PACK16 by Chris Forbes · 4 years, 9 months ago
  32. a3ff878 Add ROP support for VK_FORMAT_A1R5G5B5_UNORM_PACK16 by Chris Forbes · 4 years, 9 months ago
  33. 36b88bc Regres: Update test lists @ 18c9ac49 by SwiftShader Regression Bot · 4 years, 9 months ago
  34. cd8d6f2 Update SPIRV-Tools to 65e362b7 by Ben Clayton · 4 years, 9 months ago
  35. d0f684e Squashed 'third_party/SPIRV-Tools/' changes from 9559cdbdf..65e362b7a by Ben Clayton · 4 years, 9 months ago
  36. 18c9ac4 Optimize non-solid polygon rasterization by Nicolas Capens · 4 years, 9 months ago
  37. 2210f80 Implement non-solid polygon rasterization by Ben Clayton · 4 years, 9 months ago
  38. ac69da7 Don't use bitcast+float path for integer constant values by Chris Forbes · 4 years, 9 months ago
  39. 6d684b4 Regres: Update test lists @ 680d3761 by SwiftShader Regression Bot · 4 years, 9 months ago
  40. f003332 Fix version script renames by Nicolas Capens · 4 years, 9 months ago
  41. 2c99cf6 Canonicalize Vulkan ICD library names by Nicolas Capens · 4 years, 9 months ago
  42. bbd8c42 Support Windows builds and ANGLE integration. by Jamie Madill · 4 years, 9 months ago
  43. 69ffc31 Initialize the blend state using memset by Nicolas Capens · 4 years, 9 months ago
  44. 680d376 Add VK_IMAGE_USAGE_SAMPLED_BIT to SurfaceKHR by Alexis Hetu · 4 years, 9 months ago
  45. 51d5108 Support for independentBlend feature by Alexis Hetu · 4 years, 10 months ago
  46. 793b6c3 Disable Vulkan projects in Visual Studio solution build by Nicolas Capens · 4 years, 9 months ago
  47. 8dd0eb2 Regres: Adjust constants and include error messages by Ben Clayton · 4 years, 9 months ago
  48. a9af883 WSI: Very basic XCB surface implementation. by Ben Clayton · 4 years, 9 months ago
  49. 2198b0f Regres: Update test lists @ eea9d35b by SwiftShader Regression Bot · 4 years, 9 months ago
  50. 3ffa113 Add support for ImageFormatRg32{f,i,ui} by Chris Forbes · 4 years, 9 months ago
  51. eea9d35 Device/Renderer: Work arounds for MemorySanitizer false-positives by Ben Clayton · 4 years, 9 months ago
  52. 8828919 Clamp float values to correct range before conversion to normalized by Chris Forbes · 4 years, 9 months ago
  53. 9dc41fd Support running Vulkan unit tests from the output directory by Nicolas Capens · 4 years, 9 months ago
  54. b52384b Add missing vkGetPhysicalDevicePresentRectanglesKHR function by Chris Forbes · 4 years, 9 months ago
  55. c72c8d7 Fix vkClearAttachments VK_ATTACHMENT_UNUSED handling by Chris Forbes · 4 years, 9 months ago
  56. 2fb2bde Regres: Update test lists @ 05823feb by SwiftShader Regression Bot · 4 years, 9 months ago
  57. 4587364 Prettify atomic initialization by Nicolas Capens · 4 years, 9 months ago
  58. 05823fe Update testlists for Vulkan CTS 1.1.5 roll by Chris Forbes · 4 years, 9 months ago
  59. 1170250 Device/Renderer: Fix uninitialized field. by Ben Clayton · 4 years, 9 months ago
  60. 04e1485 Make round-robin task enqueue index thread safe by Nicolas Capens · 4 years, 9 months ago
  61. cde4dd9 Device: Migrate Renderer to Yarn by Ben Clayton · 4 years, 9 months ago
  62. b5f0a4b Device: Don't use a global for the cluster count. by Ben Clayton · 4 years, 9 months ago
  63. 414b72d Some minor code tidying. by Ben Clayton · 4 years, 9 months ago
  64. f7b7b70 Pipeline: Use Yarn to make compute multi-threaded. by Ben Clayton · 4 years, 9 months ago
  65. d6c6136 Vulkan: Build a yarn::Scheduler and pass it down to the vk::Queue. by Ben Clayton · 4 years, 9 months ago
  66. 1943a29 vk::Queue: Lazily construct Renderers by Ben Clayton · 4 years, 10 months ago
  67. ac1912f Yarn: Don't zero-initialize data in Pool<T>::Item::construct() by Ben Clayton · 4 years, 9 months ago
  68. a9da772 Pass draw-to-draw varying state directly to Renderer::draw by Chris Forbes · 4 years, 9 months ago
  69. 83cdd25 Do not expose extensions for KHR_shader_draw_parameters and KHR_variable_pointers by Chris Forbes · 4 years, 9 months ago
  70. 605f863 Refactor framebuffer clear to be less redundant by Chris Forbes · 4 years, 9 months ago
  71. 2e5042a Refactor multiview support to remove some redundancy by Chris Forbes · 4 years, 9 months ago
  72. 7937072 Fix misleading UNIMPLEMENTED in image load by Chris Forbes · 4 years, 9 months ago
  73. 428c0b2 Regres: Update test lists @ d6dc4b7e by SwiftShader Regression Bot · 4 years, 9 months ago
  74. d6dc4b7 Store subpass index in ExecutionState, not in RenderPass by Chris Forbes · 4 years, 9 months ago
  75. 115cfe7 Regres: Update test lists @ 23742c09 by SwiftShader Regression Bot · 4 years, 9 months ago
  76. e7151f7 Fix mapping NaN inputs for E5B9G9R9 to 0 by Nicolas Capens · 4 years, 9 months ago
  77. 243997a Don't access sampler handles for sampled image descriptors by Nicolas Capens · 4 years, 9 months ago
  78. dbd0275 Fix samplerless image fetch by Nicolas Capens · 4 years, 9 months ago
  79. 02d4c0d Add support for multiview rendering by Chris Forbes · 4 years, 9 months ago
  80. 23742c0 Fix linux build with gcc-8.2 by Chris Forbes · 4 years, 9 months ago
  81. dbb6f3f Support RGB formats with IOSurface client buffer surfaces. by Geoff Lang · 4 years, 9 months ago
  82. f25a1c6 Always rasterize lines as a rectangle by Nicolas Capens · 4 years, 9 months ago
  83. 92eb041 Refactor GLES routine cache keys to use Memset<T> by Nicolas Capens · 4 years, 9 months ago
  84. fd72dd0 Order timestamp writes correctly wrt renderer work by Chris Forbes · 4 years, 9 months ago
  85. 9a6e043 Add newlines to SPIRV optimizer messages by Chris Forbes · 4 years, 9 months ago
  86. d335302 Add feature support check for VkPhysicalDeviceShaderDrawParametersFeatures by Chris Forbes · 4 years, 9 months ago
  87. aad8cfc Add feature support check for VkPhysicalDeviceMultiviewFeatures by Chris Forbes · 4 years, 9 months ago
  88. 303ddb5 Make ClipDstRect/ClipSrcRect cease on non-finite by Sean Risser · 4 years, 9 months ago
  89. dadeb00 Yarn: Add GN build files. by Ben Clayton · 4 years, 9 months ago
  90. 0b6d129 CMake: Remove custom CMAKE_ASM_FLAGS by Ben Clayton · 4 years, 9 months ago
  91. 288a1e9 Yarn: Remove BUILD_ASM define from build settings by Ben Clayton · 4 years, 9 months ago
  92. 2bcadf4 vk::SurfaceKHR: Expose support for VK_IMAGE_USAGE_TRANSFER_SRC_BIT by Ben Clayton · 4 years, 9 months ago
  93. 144a3f5 Add missing Reactor/CPUID.cpp to GLES side of build by Chris Forbes · 4 years, 9 months ago
  94. 5f8a16a Default to LLVM JIT for ARM32 CMake build by Nicolas Capens · 4 years, 9 months ago
  95. 69f2535 Jettison android subzero support entirely by Chris Forbes · 4 years, 9 months ago
  96. ae0f750 Add libyarn static library to Android build by Chris Forbes · 4 years, 9 months ago
  97. 75b6f21 SpirvShader: Fix another edge case with phis and loops by Ben Clayton · 4 years, 9 months ago
  98. 42a034f VkPipeline: Use vk::warn for spirv-opt warnings / errors by Ben Clayton · 4 years, 9 months ago
  99. 8677b43 Regres: Update test lists @ aa3f31f9 by SwiftShader Regression Bot · 4 years, 9 months ago
  100. aa3f31f Avoid blitting malformed rectangles by Sean Risser · 4 years, 10 months ago