1. 81bc9d9 Remove spaces after control statements keywords by Nicolas Capens · 4 years, 8 months ago
  2. a8d5a6d Enable blending for 32FP formats by Alexis Hetu · 4 years, 7 months ago
  3. 53f2a7a Make use of vec<T, N> vector broadcasts by Nicolas Capens · 4 years, 8 months ago
  4. 9e5d547 Replace vector() and replicate() with float4 constructors by Nicolas Capens · 4 years, 7 months ago
  5. 7e0142f Create a generic vec<T, N> class by Nicolas Capens · 4 years, 8 months ago
  6. d37b0ab Typedef int4/float4 from a vec4<T> template by Nicolas Capens · 4 years, 8 months ago
  7. 9e6cce2 Prefer alignas() over ALIGN() by Nicolas Capens · 4 years, 8 months ago
  8. 24c49dd R11G11B10F support by Alexis Hetu · 4 years, 8 months ago
  9. fbbfeb7 Add missing source file to android build by Chris Forbes · 4 years, 8 months ago
  10. ebb0bec Use allocateExecutable() in LLVMReactor by Sergey Ulanov · 4 years, 8 months ago
  11. a384afc Fix BCn related SwANGLE test failure by Alexis Hetu · 4 years, 8 months ago
  12. 60f8c2e Prevent clang-format from splitting shift operator by Nicolas Capens · 4 years, 8 months ago
  13. c77b1d8 Support for BC1, BC2, BC3, BC4 and BC5 by Alexis Hetu · 4 years, 8 months ago
  14. 07958d4 src/Vulkan/Debug: Add scope for case block by Ben Clayton · 4 years, 8 months ago
  15. d684c7f Vulkan/Debug: Add Server by Ben Clayton · 4 years, 8 months ago
  16. a5859c1 Vulkan/Debug: Add Context by Ben Clayton · 4 years, 8 months ago
  17. 71af593 Tweaks to make clang-format produce better code by Ben Clayton · 4 years, 8 months ago
  18. 11dcf98 Add EmulatedReactor.cpp to Subzero.vcxproj by Antonio Maiorano · 4 years, 8 months ago
  19. 157ba26 Do not indent C++ namespace contents by Nicolas Capens · 4 years, 8 months ago
  20. 72c398f Vulkan: Add description methods to all commands. by Ben Clayton · 4 years, 8 months ago
  21. 5346cf5 Accept ImageCubeArray SPIRV capability by Chris Forbes · 4 years, 8 months ago
  22. 353f331 Vulkan/Debug: Add Thread and EventListener by Ben Clayton · 4 years, 8 months ago
  23. 93433f0 Vulkan/Debug: Add Location by Ben Clayton · 4 years, 8 months ago
  24. 05e8459 Vulkan/Debug: Add File by Ben Clayton · 4 years, 8 months ago
  25. dc005bd Vulkan/Debug: Add WeakMap by Ben Clayton · 4 years, 8 months ago
  26. 63382c6 Vulkan/Debug: Add Value and Variable by Ben Clayton · 4 years, 8 months ago
  27. b1f8876 Vulkan/Debug: Add Type by Ben Clayton · 4 years, 8 months ago
  28. f466eb5 Advertise VK_PRESENT_MODE_MAILBOX_KHR by Chris Forbes · 4 years, 8 months ago
  29. 8ed7ae4 Fix REACTOR_DEFAULT_OPT_LEVEL not actually applying by Antonio Maiorano · 4 years, 8 months ago
  30. bb7c338 Remove Visual Studio Vulkan project files by Nicolas Capens · 4 years, 8 months ago
  31. 4cf92db Vulkan/Debug: Add ID by Ben Clayton · 4 years, 8 months ago
  32. d00dfe4 Remove Float->UInt conversion workaround by Chris Forbes · 4 years, 8 months ago
  33. cf79a62 Add Float to UInt unit test by Nicolas Capens · 4 years, 8 months ago
  34. 062dc18 Add REACTOR_DEFAULT_OPT_LEVEL macro by Antonio Maiorano · 4 years, 8 months ago
  35. afb4ebd CMakeLists: Add CMake rules for Vulkan debugger by Ben Clayton · 4 years, 8 months ago
  36. b3a473e Enforce int and short to be 32- and 16-bit respectively by Nicolas Capens · 4 years, 8 months ago
  37. 7a15cef Cubemap array support by Alexis Hetu · 4 years, 8 months ago
  38. 84d0f7c Revert "Fix materialization of function arguments" by Antonio Maiorano · 4 years, 9 months ago
  39. 18c6a78 SpirvShader: Use struct for MemoryVisitor callback. by Ben Clayton · 4 years, 8 months ago
  40. 1e610ee Vulkan: Tidy VkCommandBuffer.cpp by Ben Clayton · 4 years, 8 months ago
  41. c166eb7 Reactor: Rename Blend() to Shuffle() by Ben Clayton · 4 years, 8 months ago
  42. 8701dc4 Reactor: Switch swizzles over to 16-bit hex codes by Ben Clayton · 4 years, 8 months ago
  43. b9f03f4 [vulkan] Add VK_SUBGROUP_FEATURE_ARITHMETIC_BIT support by David 'Digit' Turner · 4 years, 8 months ago
  44. f6a128b Vulkan: Optimize shaderClipDistance and shaderCullDistance by Ben Clayton · 5 years ago
  45. 9ad035b Vulkan: Implement shaderClipDistance and shaderCullDistance by Ben Clayton · 5 years ago
  46. 3a7101b [vulkan] Clarify configuration macros for external memory and semaphores. by David 'Digit' Turner · 4 years, 8 months ago
  47. bf151b8 ReactorUnitTests: add unit tests for intrinsics by Antonio Maiorano · 4 years, 8 months ago
  48. e6ab470 SubzeroReactor: implement most missing intrinsics by Antonio Maiorano · 4 years, 8 months ago
  49. 9c0617c SubzeroReactor: add stubbed coroutine support by Antonio Maiorano · 4 years, 8 months ago
  50. f3fff9b SubzeroReactor: fix assertion !isVectorType(Ty) by Antonio Maiorano · 4 years, 8 months ago
  51. a727d80 Enable the fullDrawIndexUint32 feature by Alexis Hetu · 4 years, 8 months ago
  52. bbd0694 Remove Common/Types.hpp include from SpirvShader by Chris Forbes · 4 years, 8 months ago
  53. 8ffeadb Make Vk::Stringify return std::string by Sean Risser · 4 years, 8 months ago
  54. b64fbfe VkPipeline: Replace spirv-opt list with RegisterPerformancePasses() by Ben Clayton · 4 years, 8 months ago
  55. fb7ca1d SpirvShaderEnumNames: Use spirv-tools' spvOpcodeString() by Ben Clayton · 4 years, 8 months ago
  56. 72e6f39 Rename SpirvShader_dbg.cpp -> SpirvShaderEnumNames.cpp by Ben Clayton · 4 years, 8 months ago
  57. cc8ee00 SpirvShader: Remove now unused includes by Ben Clayton · 4 years, 8 months ago
  58. 474dba4 SpirvShader: Move arithmetic ops to new cpp file by Ben Clayton · 4 years, 8 months ago
  59. 5e51cfc SpirvShader: Move image handling to new cpp file by Ben Clayton · 4 years, 8 months ago
  60. ee58972 SpirvShader: Move spec ops to new cpp file by Ben Clayton · 4 years, 8 months ago
  61. a5ca6da SpirvShader: Move group ops to new cpp file by Ben Clayton · 4 years, 8 months ago
  62. f3e2cc2 SpirvShader: Move memory ops to new cpp file by Ben Clayton · 4 years, 8 months ago
  63. b427400 SpirvShader: Move control flow handling to new cpp file by Ben Clayton · 4 years, 8 months ago
  64. 22f954e SpirvShader: Move GLSLstd450 handling to new cpp file by Ben Clayton · 4 years, 8 months ago
  65. 284953f Pipeline: Move utility functions to ShaderCore by Ben Clayton · 4 years, 8 months ago
  66. 389749a Fix ICD generation (again). by Jamie Madill · 4 years, 8 months ago
  67. d6e903b Support multisampled Bresenham lines by Alexis Hetu · 4 years, 8 months ago
  68. 8a6dcf7 Support sample image instruction operand by Alexis Hetu · 4 years, 8 months ago
  69. 2613cb5 Fix ICD build when using multiple toolchains. by Jamie Madill · 4 years, 8 months ago
  70. ac3a67c gles: Only clamp default block uniform indexes by Chris Forbes · 4 years, 8 months ago
  71. 663dcef Reactor: Work around new MSVC brokenness. by Ben Clayton · 4 years, 8 months ago
  72. f2637d0 Present should return OUT_OF_DATE if the window size outdated by Jonah Ryan-Davis · 4 years, 8 months ago
  73. e7ce4e5 Make GN builds produce an ICD JSON in the build dir by Corentin Wallez · 4 years, 8 months ago
  74. deac536 Add missing vkCmdSetLineStippleEXT function by Chris Forbes · 4 years, 8 months ago
  75. 7b29abf Improved pNext pointer handling by Alexis Hetu · 4 years, 8 months ago
  76. a59e70e Fix vkQueuePresentKHR is pResults is not null. by AWoloszyn · 4 years, 8 months ago
  77. afc52b0 Fix build: Do not return stack temporary. by Ben Clayton · 4 years, 8 months ago
  78. 597db18 Fix chrome build: Use spaces (not tabs) in .gn files (2/2) by Ben Clayton · 4 years, 8 months ago
  79. d44d615 Fix chrome build: Use spaces (not tabs) in .gn files by Ben Clayton · 4 years, 8 months ago
  80. aee3c36 Fix vkGetDescriptorSetLayoutSupport implementation by Chris Forbes · 4 years, 8 months ago
  81. e823bb0 Log unsupported extensions used in pNext structs by Sean Risser · 5 years ago
  82. 4584a9c Handle new device extension properties by Alexis Hetu · 4 years, 8 months ago
  83. 131a1ba libVulkan references and deferences structures uselessly by Alexis Hetu · 4 years, 8 months ago
  84. 698235c Revert submission by Sean Risser · 4 years, 8 months ago
  85. 607908e Log unsupported extensions used in pNext structs by Sean Risser · 5 years ago
  86. b59b778 Subzero: add subzeroEmitTextAsm flag by Antonio Maiorano · 4 years, 8 months ago
  87. 05ac79a Subzero: add subzeroDumpEnabled flag by Antonio Maiorano · 4 years, 8 months ago
  88. 85e5e45 Subzero: map optimization level none/less to m1 by Antonio Maiorano · 4 years, 8 months ago
  89. 7ffda5b Subzero: fix invalid register allocation by Antonio Maiorano · 4 years, 8 months ago
  90. 01386d1 Subzero Win64: fix Call for ptr and spillover args by Antonio Maiorano · 4 years, 8 months ago
  91. 4279852 [OpenGL] Fix implicit int-to-float-conversion compiler warning. by David 'Digit' Turner · 4 years, 8 months ago
  92. d34bb29 Remove quadLayout by Alexis Hetu · 4 years, 9 months ago
  93. f2c9ce1 Fix xcb library name. by AWoloszyn · 4 years, 8 months ago
  94. 0d0ed6f Remove unused depth buffer quad layout logic by Alexis Hetu · 4 years, 8 months ago
  95. 5d1e854 Fixed 3D image copy by Alexis Hetu · 4 years, 8 months ago
  96. d640759 Remove depth+stencil formats from the Blitter by Alexis Hetu · 4 years, 8 months ago
  97. 2377845 Reactor: Move print apis out of core reactor header. by Ben Clayton · 4 years, 8 months ago
  98. 96f6404 Reactor: Remove the CallSupported capability. by Ben Clayton · 4 years, 8 months ago
  99. b7eb3a8 Reactor: Add ConstantData() and member function calling by Ben Clayton · 4 years, 8 months ago
  100. 87894ca Reactor/Traits: Swap the naming of CToReactorPtr and CToReactorPtrT. by Ben Clayton · 4 years, 8 months ago