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