1. 0771f9b Pipeline/SpirvShader: Add Impl struct by Ben Clayton · 4 years, 4 months ago
  2. 3775f6d Vulkan/Debug: Expose Frames from Thread by Ben Clayton · 4 years, 4 months ago
  3. f97fb9d Enable B10G11R11_UFLOAT blending by Alexis Hetu · 4 years, 5 months ago
  4. c45e066 Vulkan/Debug: Add Reference value type. by Ben Clayton · 4 years, 4 months ago
  5. 57977c1 Add storage image support for R16G16_{UINT,SINT,SFLOAT} by Chris Forbes · 4 years, 5 months ago
  6. 7d0ce41 Vulkan: Plumb the debug context down to SpirvShader by Ben Clayton · 4 years, 6 months ago
  7. a4e06ca Vulkan: Add debugging of the command buffer. by Ben Clayton · 4 years, 6 months ago
  8. 45a4d0f Disable unused function warning by Nicolas Capens · 4 years, 4 months ago
  9. e75a183 Regres: Apply fix for invalid SPIR-V in 12 tests. by Ben Clayton · 4 years, 4 months ago
  10. ed7c8f7 Disable LLVM & Subzero stack traces and crash handling by Nicolas Capens · 4 years, 4 months ago
  11. 0acac46 vulkan: use a marl::Event in the VkSemaphore implementation. by David 'Digit' Turner · 4 years, 5 months ago
  12. 43e3316 [vulkan] Simplify vk::Semaphore implementation. by David 'Digit' Turner · 4 years, 6 months ago
  13. 068dd89 SPIRV-Tools: Update Android.bp to fix build. by Ben Clayton · 4 years, 4 months ago
  14. a57e2ec Limit Vulkan memory allocation size to 1 GiB by Nicolas Capens · 4 years, 5 months ago
  15. 19b43a6 IDs: Move inline impls below class. by Ben Clayton · 4 years, 5 months ago
  16. 5beaef9 Pipeline: Store builtins on SpirvRoutine... by Ben Clayton · 4 years, 6 months ago
  17. 0b4bc58 Style: clang-format the tests source too by Ben Clayton · 4 years, 4 months ago
  18. 4be96b5 Merge changes Id1120acb,Ifc6afcda,I8b5da04a,I9389ad9e,I35d60f68 by Ben Clayton · 4 years, 4 months ago
  19. 3716c20 Improve 1010102 blend precision by Alexis Hetu · 4 years, 5 months ago
  20. 4fcf990 Update SPIRV-Tools to 8aa423930 by Ben Clayton · 4 years, 4 months ago
  21. 0b54f13 Squashed 'third_party/SPIRV-Tools/' changes from c3f22f7cb..8aa423930 by Ben Clayton · 4 years, 4 months ago
  22. ed2a338 VulkanUnitTests: Fix SPIR-V validation issue by Ben Clayton · 4 years, 4 months ago
  23. e008156 Update SPIRV-Headers to 204cd131c by Ben Clayton · 4 years, 4 months ago
  24. 2c8ca51 Squashed 'third_party/SPIRV-Headers/' changes from af64a9e82..204cd131c by Ben Clayton · 4 years, 4 months ago
  25. 10a900e Add assert in GenericValue constant access by Chris Forbes · 4 years, 5 months ago
  26. 5946579 Remove Reactor/MutexLock.hpp by Nicolas Capens · 4 years, 5 months ago
  27. 6e3a387 Exclude padding bytes from image size limit by Nicolas Capens · 4 years, 5 months ago
  28. ab210f9 Vulkan: include backend name in deviceName by Antonio Maiorano · 4 years, 5 months ago
  29. f47a73a Debug: add trace to debug out by Antonio Maiorano · 4 years, 5 months ago
  30. 19e00af Regres: Update test lists @ 6d29348d by SwiftShader Regression Bot · 4 years, 5 months ago
  31. 6d29348 Enable filtering depth only formats by Alexis Hetu · 4 years, 5 months ago
  32. 750660e Kokoro: Add style presubmit checks by Ben Clayton · 4 years, 5 months ago
  33. 6d3c7f5 Regres: Update test lists @ 4fd7fccd by SwiftShader Regression Bot · 4 years, 5 months ago
  34. 4fd7fcc Regres: Roll deqp forward to latest 1.1.6 by Chris Forbes · 4 years, 5 months ago
  35. e82d885 Allow 32F texture to use linear filtering by Alexis Hetu · 4 years, 5 months ago
  36. 3e3d8fe Remove sw::Vector, Point, and Matrix by Nicolas Capens · 4 years, 5 months ago
  37. ff3d55c Regres: Update test lists @ 21be09d8 by SwiftShader Regression Bot · 4 years, 5 months ago
  38. 21be09d Enable samplerAnisotropy by Alexis Hetu · 4 years, 5 months ago
  39. 0a9fbfe Advertise variableMultisampleRate feature by Chris Forbes · 4 years, 5 months ago
  40. 45c697a clang-format the src/WSI directory by Ben Clayton · 4 years, 5 months ago
  41. 2ed93ab clang-format the src/Vulkan directory by Ben Clayton · 4 years, 5 months ago
  42. 595d911 clang-format the src/System directory by Ben Clayton · 4 years, 5 months ago
  43. 713b8d3 clang-format the src/Reactor directory by Ben Clayton · 4 years, 5 months ago
  44. bc1c067be clang-format the src/Pipeline directory by Ben Clayton · 4 years, 5 months ago
  45. fccfc56 clang-format the src/Device directory by Ben Clayton · 4 years, 5 months ago
  46. d4e6447 Start a custom .clang-format rule by Ben Clayton · 5 years ago
  47. 81bc9d9 Remove spaces after control statements keywords by Nicolas Capens · 4 years, 5 months ago
  48. a8d5a6d Enable blending for 32FP formats by Alexis Hetu · 4 years, 5 months ago
  49. 53f2a7a Make use of vec<T, N> vector broadcasts by Nicolas Capens · 4 years, 5 months ago
  50. 9e5d547 Replace vector() and replicate() with float4 constructors by Nicolas Capens · 4 years, 5 months ago
  51. 7e0142f Create a generic vec<T, N> class by Nicolas Capens · 4 years, 5 months ago
  52. d37b0ab Typedef int4/float4 from a vec4<T> template by Nicolas Capens · 4 years, 5 months ago
  53. 9e6cce2 Prefer alignas() over ALIGN() by Nicolas Capens · 4 years, 5 months ago
  54. 24c49dd R11G11B10F support by Alexis Hetu · 4 years, 5 months ago
  55. fbbfeb7 Add missing source file to android build by Chris Forbes · 4 years, 5 months ago
  56. 468ee15 Regres: Update test lists @ ebb0bec9 by SwiftShader Regression Bot · 4 years, 5 months ago
  57. ebb0bec Use allocateExecutable() in LLVMReactor by Sergey Ulanov · 4 years, 5 months ago
  58. a384afc Fix BCn related SwANGLE test failure by Alexis Hetu · 4 years, 5 months ago
  59. 60f8c2e Prevent clang-format from splitting shift operator by Nicolas Capens · 4 years, 5 months ago
  60. c77b1d8 Support for BC1, BC2, BC3, BC4 and BC5 by Alexis Hetu · 4 years, 5 months ago
  61. 07958d4 src/Vulkan/Debug: Add scope for case block by Ben Clayton · 4 years, 5 months ago
  62. d684c7f Vulkan/Debug: Add Server by Ben Clayton · 4 years, 6 months ago
  63. a5859c1 Vulkan/Debug: Add Context by Ben Clayton · 4 years, 6 months ago
  64. 71af593 Tweaks to make clang-format produce better code by Ben Clayton · 4 years, 5 months ago
  65. 11dcf98 Add EmulatedReactor.cpp to Subzero.vcxproj by Antonio Maiorano · 4 years, 5 months ago
  66. 5c9a338 Regres: Fix debug macro detection by Ben Clayton · 4 years, 5 months ago
  67. 157ba26 Do not indent C++ namespace contents by Nicolas Capens · 4 years, 5 months ago
  68. 72c398f Vulkan: Add description methods to all commands. by Ben Clayton · 4 years, 6 months ago
  69. a717210 .vscode: Add cppdap to includePath by Ben Clayton · 4 years, 6 months ago
  70. 0844277 Regres: Update test lists @ 544ae91e by SwiftShader Regression Bot · 4 years, 5 months ago
  71. 544ae91 Enable vk-unittests with Subzero JIT by Nicolas Capens · 4 years, 5 months ago
  72. 5021167 Kokoro: Split tests into Debug and RelWithDebInfo by Ben Clayton · 4 years, 5 months ago
  73. 5346cf5 Accept ImageCubeArray SPIRV capability by Chris Forbes · 4 years, 5 months ago
  74. 353f331 Vulkan/Debug: Add Thread and EventListener by Ben Clayton · 4 years, 6 months ago
  75. 93433f0 Vulkan/Debug: Add Location by Ben Clayton · 4 years, 6 months ago
  76. 05e8459 Vulkan/Debug: Add File by Ben Clayton · 4 years, 6 months ago
  77. dc005bd Vulkan/Debug: Add WeakMap by Ben Clayton · 4 years, 6 months ago
  78. 63382c6 Vulkan/Debug: Add Value and Variable by Ben Clayton · 4 years, 6 months ago
  79. b1f8876 Vulkan/Debug: Add Type by Ben Clayton · 4 years, 6 months ago
  80. 5e4d55f CMakeLists: Fix logic of BUILD_CPPDAP by Ben Clayton · 4 years, 5 months ago
  81. 7e0a8c1 Regres: Update test lists @ d00dfe49 by SwiftShader Regression Bot · 4 years, 5 months ago
  82. f466eb5 Advertise VK_PRESENT_MODE_MAILBOX_KHR by Chris Forbes · 4 years, 5 months ago
  83. c7a0968 Regres: Reduce scope of regres CI emails by Ben Clayton · 4 years, 5 months ago
  84. 8ed7ae4 Fix REACTOR_DEFAULT_OPT_LEVEL not actually applying by Antonio Maiorano · 4 years, 5 months ago
  85. bb7c338 Remove Visual Studio Vulkan project files by Nicolas Capens · 4 years, 5 months ago
  86. 4cf92db Vulkan/Debug: Add ID by Ben Clayton · 4 years, 6 months ago
  87. d00dfe4 Remove Float->UInt conversion workaround by Chris Forbes · 4 years, 5 months ago
  88. cf79a62 Add Float to UInt unit test by Nicolas Capens · 4 years, 5 months ago
  89. 062dc18 Add REACTOR_DEFAULT_OPT_LEVEL macro by Antonio Maiorano · 4 years, 5 months ago
  90. 84571ac Subzero: fix alloca return address allocation by Antonio Maiorano · 4 years, 6 months ago
  91. 86dc731 Subzero: proper fix for assert(Dest->hasReg()) by Antonio Maiorano · 4 years, 5 months ago
  92. afb4ebd CMakeLists: Add CMake rules for Vulkan debugger by Ben Clayton · 4 years, 6 months ago
  93. d1a1e68 Add github.com/google/cppdap as a third_party dependency by Ben Clayton · 4 years, 6 months ago
  94. 3f67b39 Add github.com/nlohmann/json as a third_party dependency by Ben Clayton · 4 years, 6 months ago
  95. b3a473e Enforce int and short to be 32- and 16-bit respectively by Nicolas Capens · 4 years, 5 months ago
  96. 7a15cef Cubemap array support by Alexis Hetu · 4 years, 6 months ago
  97. 84d0f7c Revert "Fix materialization of function arguments" by Antonio Maiorano · 4 years, 6 months ago
  98. f523485 Kokoro: Add ReactorUnitTests to windows presubmits by Ben Clayton · 4 years, 5 months ago
  99. c92bee5 Remove coverage asserts for tested code by Nicolas Capens · 4 years, 5 months ago
  100. 31916f4 [Subzero] Remove assert that breaks Shuffle operations. by David 'Digit' Turner · 4 years, 5 months ago