1. b1db156 Regres: Include a better error message when git add fails. by Ben Clayton · 4 years ago
  2. 44da431 Regres: Avoid dereferencing a nil on process timeout. by Ben Clayton · 4 years ago
  3. ab98301 Make memoryPageSize() functions thread-safe. by Ben Clayton · 4 years ago
  4. 4d23aa3 Vulkan: Move SpecializationInfo to own file. by Ben Clayton · 4 years, 1 month ago
  5. 45e5510 Fix chrome autorollers by Ben Clayton · 4 years ago
  6. ac43aa7 Reimplement LRUCache, fold away LRUSnapshotCache, add tests. by Ben Clayton · 4 years, 1 month ago
  7. 2430d66 CMake: split out turbo-cov target by Antonio Maiorano · 4 years, 1 month ago
  8. 4210ea1 CMake: split out test and benchmark targets by Antonio Maiorano · 4 years, 1 month ago
  9. 094974d VkPipelineCache: Do not publically expose internal mutexes by Ben Clayton · 4 years, 1 month ago
  10. 4cdbb54 CMake: Fix build when building with `SWIFTSHADER_ENABLE_VULKAN_DEBUGGER` by Ben Clayton · 4 years, 1 month ago
  11. 81e08df Fix fragments depth values not being clamped by Alexis Hetu · 4 years, 1 month ago
  12. 9418b51 CMake: split out Vulkan sources into separate CMakeLists by Antonio Maiorano · 4 years, 1 month ago
  13. efca565 Device: Rename RoutineCacheT to RoutineCache by Ben Clayton · 4 years, 1 month ago
  14. bc2af94 Device: Don't inherit [Vertex,Setup,Pixel]Processor. by Ben Clayton · 4 years, 1 month ago
  15. e52e2db [vulkan] Implement VK_FUCHSIA_external_memory extension. by David 'Digit' Turner · 4 years, 8 months ago
  16. 20220a0 Reuse Store logic for Modf and Frexp output parameters by Nicolas Capens · 4 years, 1 month ago
  17. 0b77aa5 Separate Operand store logic from EmitStore() by Nicolas Capens · 4 years, 1 month ago
  18. 2f4b603 Only store component count in Operand by Nicolas Capens · 4 years, 1 month ago
  19. ff9f9b5 Rename size/sizeInComponents to componentCount by Nicolas Capens · 4 years, 1 month ago
  20. 7118675 Use the type and result ID helpers by Nicolas Capens · 4 years, 1 month ago
  21. 72f089c Obtain type ID from instruction by Nicolas Capens · 4 years, 1 month ago
  22. 78cc4f4 Add helper methods for obtaining type and result ID by Nicolas Capens · 4 years, 1 month ago
  23. 9d2fd9c LLVMReactor: Replace deprecated CreateCall overload by Ben Clayton · 4 years, 1 month ago
  24. d371793 [cmake] Add support for CMAKE_SYSTEM_NAME == "Fuchsia" by David 'Digit' Turner · 4 years, 5 months ago
  25. e6f65d9 Rename GenericValue to Operand by Nicolas Capens · 4 years, 1 month ago
  26. 491555c CMake: Fix linux build with SWIFTSHADER_BUILD_PVR by Ben Clayton · 4 years, 1 month ago
  27. 6480643 Vulkan/Debug: Fix clang-10 warning by Ben Clayton · 4 years, 1 month ago
  28. cf8b658 third_party/cppdap: Roll forward to 4dcca577 by Ben Clayton · 4 years, 1 month ago
  29. 5c883d3 Clamp _SNORM formats to -1.0 by Corentin Wallez · 4 years, 1 month ago
  30. 3cfa8e2 Remove debug only code limiting the number of primitives by Alexis Hetu · 4 years, 1 month ago
  31. 1cba0a9 Regres: Post coverage results even if the test lists have not changed. by Ben Clayton · 4 years, 1 month ago
  32. a71aff2 CMake: split out all src/OpenGL targets into their own CMakeLists by Antonio Maiorano · 4 years, 1 month ago
  33. 4ce6a88 CMake: split out SwiftShader GL deps into separate files by Antonio Maiorano · 4 years, 1 month ago
  34. 24b5d1a CMake: clean up dependencies by Antonio Maiorano · 4 years, 1 month ago
  35. dacbf0d Add SystemBenchmarks. by Ben Clayton · 4 years, 1 month ago
  36. c155e3b VkCommandBuffer: Remove static Cast() method by Ben Clayton · 4 years, 1 month ago
  37. 63ed0e4 Remove src/Device/Config.cpp by Ben Clayton · 4 years, 1 month ago
  38. 682232b Kokoro: Check that build files don't reference non-existent files by Ben Clayton · 4 years, 1 month ago
  39. ba0c95e Regres: Fix uncovered calculations after optimizations by Ben Clayton · 4 years, 1 month ago
  40. dc23b08 Regres: Optimize coverage processing by Ben Clayton · 4 years, 1 month ago
  41. 79b4b0e Regres: Re-populate treeFile.allSpans on parse. by Ben Clayton · 4 years, 1 month ago
  42. 1d1d0e1 Update third_party/marl/BUILD.gn with new files by Ben Clayton · 4 years, 1 month ago
  43. d50aacb Update Marl to 539094011 by Ben Clayton · 4 years, 1 month ago
  44. 8787897 Squashed 'third_party/marl/' changes from 16e1dc37c..539094011 by Ben Clayton · 4 years, 1 month ago
  45. b4a2740 Coverage: Improve uncovered visualizations by Ben Clayton · 4 years, 1 month ago
  46. bdb6807 Don't blend integer formats by Alexis Hetu · 4 years, 1 month ago
  47. 3942f5c Clamp GLES sine/cosine to [-1,1] by Antonio Maiorano · 4 years, 1 month ago
  48. acc90dc Delete Plane.cpp and Plane.hpp by Alexis Hetu · 4 years, 1 month ago
  49. f0445bf CMake / Kokoro: Build and run system-unittests. by Ben Clayton · 4 years, 1 month ago
  50. b8d4792 Vulkan: Destruct the list of vk::Query in QueryPool by Ben Clayton · 4 years, 1 month ago
  51. ad6d1b3 Really fix Android build by Antonio Maiorano · 4 years, 1 month ago
  52. e06125c Fix Chromium and Android build by Antonio Maiorano · 4 years, 1 month ago
  53. 030aae0 Debug: Add missing include. by Ben Clayton · 4 years, 1 month ago
  54. 534d015 Vulkan/Debug: Create a PhysicalFile if DebugSource has no content by Ben Clayton · 4 years, 1 month ago
  55. 13f0ff7 Vulkan/Debug: Always provide the dap::Source::path by Ben Clayton · 4 years, 1 month ago
  56. b470e41 CMake: Don't always regenerate OpenCLDebugInfo100.h by Ben Clayton · 4 years, 1 month ago
  57. 8f02f58 CMake: use gtest and gmock targets by Antonio Maiorano · 4 years, 1 month ago
  58. b02a708 CMake: split out atsc-encoder into its own CMakeLists by Antonio Maiorano · 4 years, 1 month ago
  59. 6636f14 CMake: clean up cppdap usage by Antonio Maiorano · 4 years, 1 month ago
  60. fa8f48d CMake: split out Reactor into its own CMakeLists by Antonio Maiorano · 4 years, 1 month ago
  61. 7b2721b CMake: split out boost into its own CMakeLists by Antonio Maiorano · 4 years, 1 month ago
  62. 6102276 CMake: split out libbacktrace into its own CMakeLists by Antonio Maiorano · 4 years, 1 month ago
  63. 4bde1c3 CMake: split out subzero and llvm-subzero into their own CMakeLists by Antonio Maiorano · 4 years, 1 month ago
  64. 2ce5fda Kokoro: Add the ppa:ubuntu-toolchain-r/test apt-repository by Ben Clayton · 4 years, 1 month ago
  65. f99302c Remove the D3D9 and D3D8 source code by Nicolas Capens · 4 years, 1 month ago
  66. 498499b Remove the custom Visual Studio solution and projects by Nicolas Capens · 4 years, 1 month ago
  67. c05b610 Fix GN build by Nicolas Capens · 4 years, 1 month ago
  68. 983761c Reactor: Fix remove_if brokenness by Ben Clayton · 4 years, 1 month ago
  69. 68d9ad8 Remove the sw::Color<> class by Nicolas Capens · 4 years, 1 month ago
  70. 9aff7ae Change for loops to use const refs, per performance-for-range-copy clang-tidy. by Ben Clayton · 4 years, 1 month ago
  71. 0774188 Fix ImageView size computation by Alexis Hetu · 4 years, 1 month ago
  72. cb58662 MetalSurface: set layer.device to a ref of the system default device. by Corentin Wallez · 4 years, 1 month ago
  73. c66dad9 Regres: Add invertCommon optimization. by Ben Clayton · 4 years, 1 month ago
  74. 9c25830 Regres: Move optimization logic to separate file by Ben Clayton · 4 years, 1 month ago
  75. 524c5c7 Regres: Keep coverage span groups stable. by Ben Clayton · 4 years, 1 month ago
  76. f5da9d9 Regres: Split coverage.go into multiple files by Ben Clayton · 4 years, 1 month ago
  77. dc5854e Regres: Further optimizations for coverage by Ben Clayton · 4 years, 1 month ago
  78. c6e7b2a Regres: Add cov.ReadJSON() by Ben Clayton · 4 years, 1 month ago
  79. 5cf1e9a Fix implicit narrowing cast by Nicolas Capens · 4 years, 1 month ago
  80. 45755df Eliminate the legacy PowerVR SDK by Nicolas Capens · 4 years, 1 month ago
  81. 3702e01 Integrate PowerVR OpenGL ES samples by Nicolas Capens · 4 years, 1 month ago
  82. d51c7fa Fix completeness test of OpenGL ES immutable textures by Nicolas Capens · 4 years, 1 month ago
  83. 9925761 Revert "MetalSurface: set layer.device to a ref of the system default device." by Corentin Wallez · 4 years, 1 month ago
  84. 81d8c2a MetalSurface: set layer.device to a ref of the system default device. by Corentin Wallez · 4 years, 1 month ago
  85. 1c29477 Don't expose the sampling routine cache's mutex by Nicolas Capens · 4 years, 1 month ago
  86. 13943ba Create PowerVR targets if submodule already exists by Nicolas Capens · 4 years, 1 month ago
  87. 536e2c8 Regres: Generate coverage data on nightly runs by Ben Clayton · 4 years, 1 month ago
  88. c346653 Subzero Coroutines: Use ultra-low-level marl APIs by Ben Clayton · 4 years, 1 month ago
  89. 76e9e53 Subzero: Ensure coroutines are same-thread. by Ben Clayton · 4 years, 1 month ago
  90. d53eeca Rename constant cache to snapshot cache by Nicolas Capens · 4 years, 1 month ago
  91. 28f4ec3 Add sampling routine documentation by Nicolas Capens · 4 years, 1 month ago
  92. de3f38a Fix Android.bp following the SPIRV-Tools update by Alexis Hetu · 4 years, 1 month ago
  93. 1360648 Regres: Switch to building with LLVM 10 by Ben Clayton · 4 years, 1 month ago
  94. 3ca41df Regres: Add llvm.Version.Download() to download and verify a LLVM toolchain by Ben Clayton · 4 years, 1 month ago
  95. c8974b3 Kokoro: Test LLVM 10 backend for ubuntu by Ben Clayton · 4 years, 1 month ago
  96. 834c0e7 Coverage: Add 'turbo-cov': a faster reimplementation of llvm-cov by Ben Clayton · 4 years, 1 month ago
  97. 4e60316 Don't download all submodules for Kokoro tests by Nicolas Capens · 4 years, 1 month ago
  98. a7bc2b9 Reactor: Disable more warnings to get LLVM 10 building by Ben Clayton · 4 years, 1 month ago
  99. a0535bd LLVM 10: Add configs/common and configs/darwin. by Ben Clayton · 4 years, 1 month ago
  100. 47146dc LLVM 10: Add configs/common and configs/linux. by Ben Clayton · 4 years, 1 month ago