1. 60f8c2e Prevent clang-format from splitting shift operator by Nicolas Capens · 4 years, 6 months ago
  2. c77b1d8 Support for BC1, BC2, BC3, BC4 and BC5 by Alexis Hetu · 4 years, 6 months ago
  3. 07958d4 src/Vulkan/Debug: Add scope for case block by Ben Clayton · 4 years, 6 months ago
  4. d684c7f Vulkan/Debug: Add Server by Ben Clayton · 4 years, 6 months ago
  5. a5859c1 Vulkan/Debug: Add Context by Ben Clayton · 4 years, 6 months ago
  6. 71af593 Tweaks to make clang-format produce better code by Ben Clayton · 4 years, 6 months ago
  7. 11dcf98 Add EmulatedReactor.cpp to Subzero.vcxproj by Antonio Maiorano · 4 years, 6 months ago
  8. 5c9a338 Regres: Fix debug macro detection by Ben Clayton · 4 years, 6 months ago
  9. 157ba26 Do not indent C++ namespace contents by Nicolas Capens · 4 years, 6 months ago
  10. 72c398f Vulkan: Add description methods to all commands. by Ben Clayton · 4 years, 6 months ago
  11. a717210 .vscode: Add cppdap to includePath by Ben Clayton · 4 years, 6 months ago
  12. 0844277 Regres: Update test lists @ 544ae91e by SwiftShader Regression Bot · 4 years, 6 months ago
  13. 544ae91 Enable vk-unittests with Subzero JIT by Nicolas Capens · 4 years, 6 months ago
  14. 5021167 Kokoro: Split tests into Debug and RelWithDebInfo by Ben Clayton · 4 years, 6 months ago
  15. 5346cf5 Accept ImageCubeArray SPIRV capability by Chris Forbes · 4 years, 6 months ago
  16. 353f331 Vulkan/Debug: Add Thread and EventListener by Ben Clayton · 4 years, 6 months ago
  17. 93433f0 Vulkan/Debug: Add Location by Ben Clayton · 4 years, 6 months ago
  18. 05e8459 Vulkan/Debug: Add File by Ben Clayton · 4 years, 6 months ago
  19. dc005bd Vulkan/Debug: Add WeakMap by Ben Clayton · 4 years, 6 months ago
  20. 63382c6 Vulkan/Debug: Add Value and Variable by Ben Clayton · 4 years, 6 months ago
  21. b1f8876 Vulkan/Debug: Add Type by Ben Clayton · 4 years, 6 months ago
  22. 5e4d55f CMakeLists: Fix logic of BUILD_CPPDAP by Ben Clayton · 4 years, 6 months ago
  23. 7e0a8c1 Regres: Update test lists @ d00dfe49 by SwiftShader Regression Bot · 4 years, 6 months ago
  24. f466eb5 Advertise VK_PRESENT_MODE_MAILBOX_KHR by Chris Forbes · 4 years, 6 months ago
  25. c7a0968 Regres: Reduce scope of regres CI emails by Ben Clayton · 4 years, 6 months ago
  26. 8ed7ae4 Fix REACTOR_DEFAULT_OPT_LEVEL not actually applying by Antonio Maiorano · 4 years, 6 months ago
  27. bb7c338 Remove Visual Studio Vulkan project files by Nicolas Capens · 4 years, 6 months ago
  28. 4cf92db Vulkan/Debug: Add ID by Ben Clayton · 4 years, 6 months ago
  29. d00dfe4 Remove Float->UInt conversion workaround by Chris Forbes · 4 years, 6 months ago
  30. cf79a62 Add Float to UInt unit test by Nicolas Capens · 4 years, 6 months ago
  31. 062dc18 Add REACTOR_DEFAULT_OPT_LEVEL macro by Antonio Maiorano · 4 years, 6 months ago
  32. 84571ac Subzero: fix alloca return address allocation by Antonio Maiorano · 4 years, 6 months ago
  33. 86dc731 Subzero: proper fix for assert(Dest->hasReg()) by Antonio Maiorano · 4 years, 6 months ago
  34. afb4ebd CMakeLists: Add CMake rules for Vulkan debugger by Ben Clayton · 4 years, 6 months ago
  35. d1a1e68 Add github.com/google/cppdap as a third_party dependency by Ben Clayton · 4 years, 7 months ago
  36. 3f67b39 Add github.com/nlohmann/json as a third_party dependency by Ben Clayton · 4 years, 7 months ago
  37. b3a473e Enforce int and short to be 32- and 16-bit respectively by Nicolas Capens · 4 years, 6 months ago
  38. 7a15cef Cubemap array support by Alexis Hetu · 4 years, 6 months ago
  39. 84d0f7c Revert "Fix materialization of function arguments" by Antonio Maiorano · 4 years, 7 months ago
  40. f523485 Kokoro: Add ReactorUnitTests to windows presubmits by Ben Clayton · 4 years, 6 months ago
  41. c92bee5 Remove coverage asserts for tested code by Nicolas Capens · 4 years, 6 months ago
  42. 31916f4 [Subzero] Remove assert that breaks Shuffle operations. by David 'Digit' Turner · 4 years, 6 months ago
  43. 18c6a78 SpirvShader: Use struct for MemoryVisitor callback. by Ben Clayton · 4 years, 6 months ago
  44. 0f4359f Regres: Update dEQP to include fence timeout fix. by Ben Clayton · 4 years, 6 months ago
  45. 1e610ee Vulkan: Tidy VkCommandBuffer.cpp by Ben Clayton · 4 years, 6 months ago
  46. c166eb7 Reactor: Rename Blend() to Shuffle() by Ben Clayton · 4 years, 6 months ago
  47. 629b743 Regres: Update test lists @ b9f03f47 by SwiftShader Regression Bot · 4 years, 6 months ago
  48. 8701dc4 Reactor: Switch swizzles over to 16-bit hex codes by Ben Clayton · 4 years, 6 months ago
  49. b9f03f4 [vulkan] Add VK_SUBGROUP_FEATURE_ARITHMETIC_BIT support by David 'Digit' Turner · 4 years, 6 months ago
  50. f6a128b Vulkan: Optimize shaderClipDistance and shaderCullDistance by Ben Clayton · 4 years, 10 months ago
  51. 9ad035b Vulkan: Implement shaderClipDistance and shaderCullDistance by Ben Clayton · 4 years, 10 months ago
  52. 2b9e22a Regres: support GCOV_PREFIX for collecting coverage by Paul Thomson · 4 years, 6 months ago
  53. 1c0b778 Regres: update testlists for recent deqp roll by Chris Forbes · 4 years, 6 months ago
  54. ab3abfa Regres: Adjust exit code handling by Chris Forbes · 4 years, 6 months ago
  55. 3a7101b [vulkan] Clarify configuration macros for external memory and semaphores. by David 'Digit' Turner · 4 years, 6 months ago
  56. bf151b8 ReactorUnitTests: add unit tests for intrinsics by Antonio Maiorano · 4 years, 6 months ago
  57. e6ab470 SubzeroReactor: implement most missing intrinsics by Antonio Maiorano · 4 years, 6 months ago
  58. 9c0617c SubzeroReactor: add stubbed coroutine support by Antonio Maiorano · 4 years, 6 months ago
  59. b34b558 Subzero: fix assert for sqrt of vector float types by Antonio Maiorano · 4 years, 6 months ago
  60. bb222a1 Subzero: hack fix for assert(Dest->hasReg()) by Antonio Maiorano · 4 years, 6 months ago
  61. f3fff9b SubzeroReactor: fix assertion !isVectorType(Ty) by Antonio Maiorano · 4 years, 6 months ago
  62. 6f946f4 Subzero: fix assert when dumping unnamed constant by Antonio Maiorano · 4 years, 6 months ago
  63. dee5b5f Regres: roll deqp forward to current tip of 1.1.6 by Chris Forbes · 4 years, 6 months ago
  64. a727d80 Enable the fullDrawIndexUint32 feature by Alexis Hetu · 4 years, 6 months ago
  65. 80d21bb Regres: Update test lists @ bbd0694f by SwiftShader Regression Bot · 4 years, 6 months ago
  66. 9c795fd VulkanUnitTests: Fix bad comment on assembly. by Ben Clayton · 4 years, 6 months ago
  67. bbd0694 Remove Common/Types.hpp include from SpirvShader by Chris Forbes · 4 years, 6 months ago
  68. fca575e Regres: Add pending deqp change to fix bad graphicsfuzz tests by Chris Forbes · 4 years, 6 months ago
  69. 8ffeadb Make Vk::Stringify return std::string by Sean Risser · 4 years, 6 months ago
  70. b64fbfe VkPipeline: Replace spirv-opt list with RegisterPerformancePasses() by Ben Clayton · 4 years, 7 months ago
  71. 6e2ff45 Regres: refactor for use as a library by Paul Thomson · 4 years, 6 months ago
  72. 9d12894 Regres: Update test lists @ fb7ca1d5 by SwiftShader Regression Bot · 4 years, 6 months ago
  73. fb7ca1d SpirvShaderEnumNames: Use spirv-tools' spvOpcodeString() by Ben Clayton · 4 years, 6 months ago
  74. 72e6f39 Rename SpirvShader_dbg.cpp -> SpirvShaderEnumNames.cpp by Ben Clayton · 4 years, 6 months ago
  75. cc8ee00 SpirvShader: Remove now unused includes by Ben Clayton · 4 years, 6 months ago
  76. 474dba4 SpirvShader: Move arithmetic ops to new cpp file by Ben Clayton · 4 years, 6 months ago
  77. 5e51cfc SpirvShader: Move image handling to new cpp file by Ben Clayton · 4 years, 6 months ago
  78. ee58972 SpirvShader: Move spec ops to new cpp file by Ben Clayton · 4 years, 6 months ago
  79. a5ca6da SpirvShader: Move group ops to new cpp file by Ben Clayton · 4 years, 6 months ago
  80. f3e2cc2 SpirvShader: Move memory ops to new cpp file by Ben Clayton · 4 years, 6 months ago
  81. b427400 SpirvShader: Move control flow handling to new cpp file by Ben Clayton · 4 years, 6 months ago
  82. 22f954e SpirvShader: Move GLSLstd450 handling to new cpp file by Ben Clayton · 4 years, 6 months ago
  83. 284953f Pipeline: Move utility functions to ShaderCore by Ben Clayton · 4 years, 6 months ago
  84. 389749a Fix ICD generation (again). by Jamie Madill · 4 years, 6 months ago
  85. 4cea2ae Regres: Use android.googlesource.com for dEQP by Ben Clayton · 4 years, 6 months ago
  86. d6e903b Support multisampled Bresenham lines by Alexis Hetu · 4 years, 6 months ago
  87. 8a6dcf7 Support sample image instruction operand by Alexis Hetu · 4 years, 6 months ago
  88. 2613cb5 Fix ICD build when using multiple toolchains. by Jamie Madill · 4 years, 6 months ago
  89. ac3a67c gles: Only clamp default block uniform indexes by Chris Forbes · 4 years, 6 months ago
  90. 663dcef Reactor: Work around new MSVC brokenness. by Ben Clayton · 4 years, 6 months ago
  91. ad1f264 Regres: Update test lists @ f2637d0d by SwiftShader Regression Bot · 4 years, 6 months ago
  92. ae3c27d Merge changes I672a4d28,I4a74212f,I5c51e8aa,I323ea936 by Ben Clayton · 4 years, 6 months ago
  93. f2637d0 Present should return OUT_OF_DATE if the window size outdated by Jonah Ryan-Davis · 4 years, 6 months ago
  94. e7ce4e5 Make GN builds produce an ICD JSON in the build dir by Corentin Wallez · 4 years, 6 months ago
  95. deac536 Add missing vkCmdSetLineStippleEXT function by Chris Forbes · 4 years, 6 months ago
  96. 7b29abf Improved pNext pointer handling by Alexis Hetu · 4 years, 6 months ago
  97. a59e70e Fix vkQueuePresentKHR is pResults is not null. by AWoloszyn · 4 years, 7 months ago
  98. 8faa5d2 Regres: Update test lists @ d44d6151 by SwiftShader Regression Bot · 4 years, 6 months ago
  99. 561e9d6 ExecutionEngine: add preliminary support for COFF ARM64 by Adam Kallai · 4 years, 7 months ago
  100. afc52b0 Fix build: Do not return stack temporary. by Ben Clayton · 4 years, 6 months ago