1. ab1bff4 Add compute benchmarks by Nicolas Capens · 3 years, 2 months ago
  2. 0915ab4 Fix validation layer error for ClearImage benchmarks by Nicolas Capens · 3 years, 1 month ago
  3. 2176cdf Fix non-x86 build of LLVM Reactor by Nicolas Capens · 3 years, 1 month ago
  4. 8ccc63f Avoid deprecated llvm::IRBuilder::CreateShuffleVector overload by Benjamin Kramer · 3 years, 1 month ago
  5. ece389a Unroll transcendentals benchmarks by 10x by Nicolas Capens · 3 years, 1 month ago
  6. 027d77c Regres: Update test lists @ e576ca60 by SwiftShader Regression Bot · 3 years, 1 month ago
  7. 415051c Remove Vulkan structure enum to integer casts by Nicolas Capens · 3 years, 1 month ago
  8. e576ca6 Fix `WARNING: UNSUPPORTED:` warnings related to Android swapchain by Jason Macnak · 3 years, 1 month ago
  9. 82738fc Fix `WARNING: UNSUPPORTED: ... EXTERNAL_FORMAT_ANDROID` warnings by Jason Macnak · 3 years, 1 month ago
  10. 93af45d Benchmark optimized SPIR-V transcendental instructions by Nicolas Capens · 3 years, 1 month ago
  11. f7e7cc5 Copy Reactor transcendentals benchmarks to new PipelineBenchmarks by Nicolas Capens · 3 years, 1 month ago
  12. e92f490 Test building benchmarks with Kokoro by Nicolas Capens · 3 years, 1 month ago
  13. 2424032 Regres: Update test lists @ 45f7fdc3 by SwiftShader Regression Bot · 3 years, 1 month ago
  14. acd9907 Ignore VK_STRUCTURE_TYPE_IMAGE_VIEW_MIN_LOD_CREATE_INFO_EXT usage by Nicolas Capens · 3 years, 1 month ago
  15. 4ee5309 Eliminate EmulatedIntrinsics by Nicolas Capens · 3 years, 1 month ago
  16. e99ac17 Remove OptimalIntrinsics source and header by Nicolas Capens · 3 years, 1 month ago
  17. d04f3f5 Eliminate rr::Precision by Nicolas Capens · 3 years, 1 month ago
  18. f7c42b0 Use full-precision transcendental function implementations in Reactor by Nicolas Capens · 3 years, 1 month ago
  19. 75665e5 Update dEQP-VK and Cherry usage documentation by Nicolas Capens · 3 years, 1 month ago
  20. 3a4b951 Use ShaderCore functions to implement GLSL.std.450 transcendentals by Nicolas Capens · 3 years, 1 month ago
  21. ca8b218 Copy optimized transcendental intrinsics to ShaderCore by Nicolas Capens · 3 years, 1 month ago
  22. 45f7fdc Add an option to control where ASM listings are dumped. by Daniele Vettorel · 3 years, 1 month ago
  23. 0adcf04 Make the Reactor build target an alias by Nicolas Capens · 3 years, 1 month ago
  24. d57e6c7 Regres: Update test lists @ ad6d7f84 by SwiftShader Regression Bot · 3 years, 1 month ago
  25. c9e8f23 Regres: Adjust mustpass folder for Vulkan 1.3 by Nicolas Capens · 3 years, 1 month ago
  26. 988d76d Revert "Regres: Apply lazy initialization patch" by Nicolas Capens · 3 years, 1 month ago
  27. ad6d7f8 VK_KHR_synchronization2 support by Alexis Hetu · 3 years, 5 months ago
  28. 2b76a13 Turn all uses of ChangeID into CL Number by Sean Risser · 3 years, 2 months ago
  29. 8b32b5b Fix broken SwANGLE documentation link by Nicolas Capens · 3 years, 2 months ago
  30. 3e6c031 Document our LLVM dependency and steps to upgrade by Nicolas Capens · 3 years, 2 months ago
  31. 6014f10 Fix building Reactor with the latest LLVM revision by Nicolas Capens · 3 years, 2 months ago
  32. 75d79f2 Implement FMA() which always returns a fused multiply-add result by Nicolas Capens · 3 years, 2 months ago
  33. 70505b4 Add a query for fast FMA support by Nicolas Capens · 3 years, 2 months ago
  34. ad9eba4 Add AVX2 and FMA support detection by Nicolas Capens · 3 years, 2 months ago
  35. ba5c656 Support issuing extended CPUID instructions by Nicolas Capens · 3 years, 2 months ago
  36. fd6acf5 Remove legacy vector extension detection by Nicolas Capens · 3 years, 2 months ago
  37. 4998c7b Add explicit copy assignment operators by Kevin Lubick · 3 years, 2 months ago
  38. 4db20a8 Regres queries gerrit with a CL's numeric ID by Sean Risser · 3 years, 4 months ago
  39. f45f8d0 Check shm extension is supported before using it by Thomas Laroche · 3 years, 2 months ago
  40. 669d12d Suggest only active owners as code reviewers by Nicolas Capens · 3 years, 2 months ago
  41. 518c578 Vulkan 1.3 API by sugoi1 · 3 years, 2 months ago
  42. 26205d2 Add benchmarks for trigonometry and transcendental functions by Nicolas Capens · 3 years, 2 months ago
  43. b4c40f3 Add affinity options to the configuration. by Daniele Vettorel · 3 years, 2 months ago
  44. 51f2036 Clarify the need to log into Gerrit by Nicolas Capens · 3 years, 2 months ago
  45. 7849135 Fix compilation error in new Vulkan headers by sugoi1 · 3 years, 2 months ago
  46. e562c28 Use rr::MulAdd() to implement GLSL.std.450's Fma instruction by Nicolas Capens · 3 years, 2 months ago
  47. bc74bc2 Implement MulAdd() which may perform FMA by Nicolas Capens · 3 years, 2 months ago
  48. bca2344 Update Vulkan headers to version 1.3.204 by sugoi1 · 3 years, 2 months ago
  49. fca8084 Make MemoryMapper a JITRoutine member by Nicolas Capens · 4 years, 2 months ago
  50. c480473 Regres: Update test lists @ 71196866 by SwiftShader Regression Bot · 3 years, 2 months ago
  51. 88f94d6 Revert "Regres: Build dEQP with asserts enabled" by Nicolas Capens · 3 years, 2 months ago
  52. 7119686 Make image descriptor fields unsigned by Nicolas Capens · 3 years, 2 months ago
  53. 51b992f Regres: Apply lazy initialization patch by Nicolas Capens · 3 years, 2 months ago
  54. fd6928b Merge changes If2b3adf8,I8408644a by Nicolas Capens · 3 years, 2 months ago
  55. 2739f0c Remove a few unused includes and declarations by sugoi1 · 3 years, 2 months ago
  56. 13f4a3b Update Marl to f936d9438 by Daniele Vettorel · 3 years, 2 months ago
  57. bfa76dd Squashed 'third_party/marl/' changes from 7b43abfc4..f936d9438 by Daniele Vettorel · 3 years, 2 months ago
  58. c4db054 VK_EXT_tooling_info support by Alexis Hetu · 3 years, 4 months ago
  59. 629bf95 Optimize Abs() using LLVM intrinsics by Nicolas Capens · 3 years, 2 months ago
  60. 8d46127 Refactor and modernize the Configurator class, add tests. by Daniele Vettorel · 3 years, 2 months ago
  61. 1a74e1c Add logging to SPIR-V validation by Mikael Pessa · 3 years, 3 months ago
  62. 366db5a Add SwiftConfig.cpp to Android build. by Daniele Vettorel · 3 years, 2 months ago
  63. 0a7fd30 Add a simple configuration file implementation. by Daniele Vettorel · 3 years, 2 months ago
  64. e823eef BUILD.gn: Remove XCB sources for chromeos. by Ben Clayton · 3 years, 2 months ago
  65. be3a0de BUILD.gn: Remove VK_USE_PLATFORM_XCB_KHR define by Ben Clayton · 3 years, 2 months ago
  66. 08cb69c Remove heap size padding by Nicolas Capens · 3 years, 2 months ago
  67. c36237d Disable Kokoro builds with REACTOR_EMIT_DEBUG_INFO/PRINT_LOCATION by Nicolas Capens · 3 years, 2 months ago
  68. 2e74d5d Limit LLVM's getTargetShuffleInputs() recursion depth by Nicolas Capens · 3 years, 2 months ago
  69. 030b541 Fix robust OOB store accesses by Alexis Hetu · 3 years, 2 months ago
  70. bd73512 Use Ninja as CMake generator for Kokoro tests on Windows by Nicolas Capens · 3 years, 2 months ago
  71. d0fed5a Remove unused dot operations and clarify FMA by Nicolas Capens · 3 years, 2 months ago
  72. 9b1a72a Implement VK_GOOGLE_user_type by Nicolas Capens · 3 years, 2 months ago
  73. 534f10f Expose VK_GOOGLE_hlsl_functionality1 by Nicolas Capens · 3 years, 2 months ago
  74. 4fd9ef9 Expose VK_GOOGLE_decorate_string by Nicolas Capens · 3 years, 2 months ago
  75. f6bdbed Download Boost 1.78.0 from jfrog.io by Nicolas Capens · 3 years, 2 months ago
  76. d711738 kokoro: Switch over to using the radial docker image by Ben Clayton · 3 years, 2 months ago
  77. 61f6c38 [Fuchsia] Update path to .so in the generated ICD manifest by Sergey Ulanov · 3 years, 4 months ago
  78. cd848cd Optimize mirror addressing mode by Nicolas Capens · 3 years, 2 months ago
  79. b57a3aa Regres: Update test lists @ 0b901607 by SwiftShader Regression Bot · 3 years, 2 months ago
  80. 0b90160 Remove the 'finite' parameter from reciprocal() by Nicolas Capens · 3 years, 3 months ago
  81. c380199 Implement samplerMirrorClampToEdge by Nicolas Capens · 3 years, 3 months ago
  82. f6386ea Remove VK_KHR_xlib_surface support by Nicolas Capens · 3 years, 3 months ago
  83. 16f4b38 Emit function attribute "coroutine.presplit" for coroutines by Nicolas Capens · 3 years, 2 months ago
  84. 9c27385 Avoid passing around the SamplerFunction as a parameter by Nicolas Capens · 3 years, 3 months ago
  85. 83373b9 Refactor mipmap selection by Nicolas Capens · 3 years, 3 months ago
  86. ce3d85d Squashed 'third_party/marl/' changes from 49602432d..7b43abfc4 by Ben Clayton · 3 years, 3 months ago
  87. c73969d Update Marl to 7b43abfc4 by Ben Clayton · 3 years, 3 months ago
  88. d111ae2 Regres: Build dEQP with asserts enabled by Nicolas Capens · 3 years, 3 months ago
  89. 6d34a6c Don't install gtest by Nicolas Capens · 3 years, 3 months ago
  90. d0de9dc third_party: Fix update-marl commit message by Ben Clayton · 3 years, 3 months ago
  91. 433b1bf Use correct window depth to create pixmap by Peng Huang · 3 years, 3 months ago
  92. 421ddb4 Fix swiftshader build error by Peng Huang · 3 years, 3 months ago
  93. 87c78ac Use X11 shm extension for presenting by Peng Huang · 3 years, 3 months ago
  94. f1afdde Fix eglSwapBuffers() not presenting problem by Peng Huang · 3 years, 3 months ago
  95. f354daf Regres: Update test lists @ 1eee6cbc by SwiftShader Regression Bot · 3 years, 3 months ago
  96. 30fbc4e Regres updates deqp.json before updating testlists by Sean Risser · 3 years, 3 months ago
  97. 1eee6cb Regres: Update test lists @ 592d413e by SwiftShader Regression Bot · 3 years, 3 months ago
  98. f87b0b6 Regres: Update test lists @ 592d413e by SwiftShader Regression Bot · 3 years, 3 months ago
  99. 592d413 Refactor image sample normalization by Nicolas Capens · 3 years, 3 months ago
  100. df45587 Report depth and multi-plane UNORM formats as unsigned normalized by Nicolas Capens · 3 years, 3 months ago