1. ff010f9 Limit Subzero routine stack size to 512 KiB by Nicolas Capens · 3 years, 2 months ago
  2. 25f0f85 Limit LLVM routine stack size to 512 KiB by Nicolas Capens · 3 years, 3 months ago
  3. 14dcbed Fix macOS arm64 cross compiling. by Yilong Li · 3 years, 2 months ago
  4. 5104555 Clarify DepthGreater/Less/Unchanged execution modes are unused by Nicolas Capens · 3 years, 2 months ago
  5. 4d22b2c Replace deprecated llvm::VectorType usage with FixedVectorType by Googler · 3 years, 2 months ago
  6. a483f38 Silence dead code warning by Nicolas Capens · 3 years, 2 months ago
  7. df5dee6 Allow sampling usage when querying linear image format properties. by Yilong Li · 3 years, 2 months ago
  8. 4e75f45 Pool Subzero constant data by Nicolas Capens · 3 years, 2 months ago
  9. 3d26cfc Finalize Reactor Function creation at Routine acquisition by Nicolas Capens · 3 years, 2 months ago
  10. 8b4cf1c Fix Reactor memory leaks by Antonio Maiorano · 3 years, 2 months ago
  11. 5830d74 Enable named mmap usage for CMake builds by Nicolas Capens · 3 years, 2 months ago
  12. 0cbf89c Enable named mmap usage for Chromium by Nicolas Capens · 3 years, 2 months ago
  13. 1a094f1 Only enable naming anonymous mmap on Linux by Nicolas Capens · 3 years, 2 months ago
  14. 945f144 Add utility function to count input components by Alexis Hetu · 3 years, 2 months ago
  15. 377716d Support SampleId and SamplePosition builtins by Alexis Hetu · 3 years, 2 months ago
  16. a549987 Store interpolation data in routine by Alexis Hetu · 3 years, 2 months ago
  17. 09df3eb Per sample shading by Alexis Hetu · 3 years, 2 months ago
  18. 3e9b79f Enable named mmap usage on Android by Nicolas Capens · 3 years, 2 months ago
  19. aec0826 VulkanBenchmarks: split out benchmark classes into separate files by Antonio Maiorano · 3 years, 2 months ago
  20. ea1f7d1 Handle sampleRateShading parameters by Alexis Hetu · 3 years, 2 months ago
  21. be800bd Move required interpolation logic to SpirvShader by Alexis Hetu · 3 years, 2 months ago
  22. 8be5574 Add mode for sample qualifier by Alexis Hetu · 3 years, 2 months ago
  23. 99e54b1 Update Android.bp for VK_EXT_headless_surface by Jason Macnak · 3 years, 2 months ago
  24. a372f1a VulkanBenchmarks: refactor TriangleBenchmark into a more reusable base class by Antonio Maiorano · 3 years, 2 months ago
  25. 646a277 VulkanBenchmarks: add solid and interpolated triangles tests by Antonio Maiorano · 3 years, 2 months ago
  26. 413f7cb Flip samples to their correct position by Alexis Hetu · 3 years, 2 months ago
  27. 3fe96b7 Target macOS 10.14 on ARM64 to enable C++17 by Nicolas Capens · 3 years, 2 months ago
  28. 9441aea Merge changes I6c21b03d,Ic6136d02,I988c0288,I21d11818,I79fa8162, ... by Ben Clayton · 3 years, 2 months ago
  29. 43e291e Update src/Pipeline/SpirvShaderInstructions.inl by Ben Clayton · 3 years, 2 months ago
  30. 137f569 Update SPIR-V Tools to f37547c73 by Ben Clayton · 3 years, 2 months ago
  31. 745997b Squashed 'third_party/SPIRV-Tools/' changes from b0e22d28f5e..f37547c73a9 by Ben Clayton · 3 years, 2 months ago
  32. d05681b Squashed 'third_party/SPIRV-Headers/' changes from 104ecc356c1..8bb2420b44a by Ben Clayton · 3 years, 2 months ago
  33. 1a396fe Update SPIR-V Headers to 8bb2420b4 by Ben Clayton · 3 years, 2 months ago
  34. f0adfcb Mend git merge history for SPIRV-Headers and SPIRV-Tools by Ben Clayton · 3 years, 2 months ago
  35. d79f17c Mend git merge history for SPIRV-Headers and SPIRV-Tools by Ben Clayton · 3 years, 2 months ago
  36. 24d6bf7 Revert 9dff6a3bb5 to mend git merge history for SPIRV-Headers and SPIRV-Tools by Ben Clayton · 3 years, 2 months ago
  37. bdb9eea Squashed 'third_party/SPIRV-Tools/' changes from a61d07a7276..b0e22d28f5e by Ben Clayton · 3 years, 2 months ago
  38. ded361b Squashed 'third_party/SPIRV-Headers/' changes from 7845730cab6..104ecc356c1 by Ben Clayton · 3 years, 2 months ago
  39. 22f14a8 Implement non-void indirect Reactor Call() support by Nicolas Capens · 3 years, 3 months ago
  40. 16bec86 Make RoutineT::getEntry() type safe by Antonio Maiorano · 3 years, 3 months ago
  41. b009745 Regres: Update test lists @ b3e5c440 by SwiftShader Regression Bot · 3 years, 2 months ago
  42. 5b36fbc Target macOS 10.12 when building LLVM by Nicolas Capens · 3 years, 2 months ago
  43. 532770b Use aligned allocation for classes with aligned members by Nicolas Capens · 3 years, 2 months ago
  44. b3e5c44 Enable and require C++17 compilation by Nicolas Capens · 3 years, 2 months ago
  45. 1d5174b Implement VK_KHR_depth_stencil_resolve by Sean Risser · 3 years, 6 months ago
  46. 8642467 Move reusable Vulkan code from VulkanBenchmarks to new VulkanWrapper library by Antonio Maiorano · 3 years, 2 months ago
  47. e27e748 VulkanBenchmarks: factor out code into separate files by Antonio Maiorano · 3 years, 2 months ago
  48. 22be66d Fix always performing early depth test when requested by Nicolas Capens · 3 years, 2 months ago
  49. 89fd148 vulkan: Support VK_KHR_external_memory_fd on OS X. by David 'Digit' Turner · 4 years, 1 month ago
  50. 8da0f82 VulkanBenchmarks: improve and clarify resource ownership by Antonio Maiorano · 3 years, 2 months ago
  51. 765e4f6 Regres: Update test lists @ 149733ce by SwiftShader Regression Bot · 3 years, 2 months ago
  52. 149733c Fix crash in vertex shader when position is not declared by Alexis Hetu · 3 years, 2 months ago
  53. af4a3a9 LLVMReactorDebugInfo: fix location filename always "<unknown>" on Windows by Antonio Maiorano · 3 years, 2 months ago
  54. aedd133 VulkanBenchmarks: fix memory leaks by Antonio Maiorano · 3 years, 2 months ago
  55. 5255c46 Regres: Update test lists @ 2cc34907 by SwiftShader Regression Bot · 3 years, 2 months ago
  56. 2cc3490 VulkanBenchmarks: add texture sampling to Triangle benchmarks by Antonio Maiorano · 3 years, 9 months ago
  57. c4a1bd4 Implement VK_EXT_headless_surface by Antonio Maiorano · 3 years, 3 months ago
  58. f3e6b33 Update AHB default YUV dataspace to YCBCR_601 by Jason Macnak · 3 years, 3 months ago
  59. 1fe25a8 VulkanBenchmarks: refactor into Image class by Nicolas Capens · 3 years, 9 months ago
  60. eeb8184 Fix back-face culling for vertices near w=0 by Nicolas Capens · 3 years, 3 months ago
  61. 3549479 Define static constexpr members in .cpp files by Sean Risser · 3 years, 3 months ago
  62. 6a59d06 Add VK_EXT_host_query_reset by Sean Risser · 3 years, 3 months ago
  63. 009667d Implement VK_EXT_separate_stencil_usage by Sean Risser · 3 years, 3 months ago
  64. 348ba20 Eliminate SpirvShaderEnumNames.cpp by Nicolas Capens · 3 years, 3 months ago
  65. 588d32c Reduce the LLVM compile layer object lifetime by Nicolas Capens · 3 years, 3 months ago
  66. 58d987a Reduce the mangler object lifetime by Nicolas Capens · 3 years, 3 months ago
  67. 567e560 Eliminate duplicate LLVM contexts by Nicolas Capens · 3 years, 3 months ago
  68. 0985120 Fix mismatched signedness for a compare in subzero by Sean Risser · 3 years, 3 months ago
  69. 2e89a70 Fix missing fields initializers warnings by Nicolas Capens · 3 years, 3 months ago
  70. 937395c Add Direct-to-Display support using KMS/DRM by Nicolas Caramelli · 3 years, 3 months ago
  71. 071cf0c Add structs for VK_KHR_vulkan_memory_model by Sean Risser · 3 years, 3 months ago
  72. 7b2f938 Fix implicit inexact conversion by Nicolas Capens · 3 years, 3 months ago
  73. b9e179f Clarify 3-level caching of sampling routines by Nicolas Capens · 3 years, 3 months ago
  74. ff29e24 Add support for Vulkan12Properties by Sean Risser · 3 years, 3 months ago
  75. 1cc5b33 Optimize reciprocal sqrt operation by Antonio Maiorano · 3 years, 3 months ago
  76. d156187 Optimize reciprocal operation by Antonio Maiorano · 3 years, 4 months ago
  77. 1ca6504 Fix ReactorBenchmarks build failure by Antonio Maiorano · 3 years, 3 months ago
  78. fa44979 Regres: remove "risky" tests. by Nicolas Capens · 3 years, 4 months ago
  79. 8e7b187 Handle suballocated AHB buffers by Jason Macnak · 3 years, 4 months ago
  80. 236d75a Implement VK_KHR_uniform_buffer_standard_layout by Sean Risser · 3 years, 4 months ago
  81. f8b99b5 Update README by Nicolas Capens · 3 years, 4 months ago
  82. 7a0ca4e Check that MSan builds use Clang by Nicolas Capens · 3 years, 4 months ago
  83. c16dc71 Regres: Roll dEQP to version 1.2.5 merged into master by Nicolas Capens · 3 years, 4 months ago
  84. 4f90750 Implement VK_EXT_scalar_block_layout support by Nicolas Capens · 3 years, 4 months ago
  85. 31cc1f1 Fix typo in 'maxPos' constant vector by Nicolas Capens · 3 years, 4 months ago
  86. 5add6b5 Disable SPIR-V validation during pipeline compilation by Nicolas Capens · 3 years, 4 months ago
  87. 6178ad2 Remove support for R16G16B16 and R32G32B32 sampling by Nicolas Capens · 3 years, 4 months ago
  88. 01f7307 Enable sampling and filtering of 16-bit SNORM formats by Nicolas Capens · 3 years, 4 months ago
  89. 386b47b Enable sampling and filtering of 16-bit UNORM formats by Nicolas Capens · 3 years, 4 months ago
  90. 7a519d3 Fix resolvable depth difference calculation for triangle near 0 by Nicolas Capens · 3 years, 4 months ago
  91. 0a64a97 Regres: Update test lists @ d94a77b3 by SwiftShader Regression Bot · 3 years, 4 months ago
  92. 8875d25 Update dEQP/Cherry setup documentation by Nicolas Capens · 3 years, 4 months ago
  93. 35f0770 Context refactor: from OpenGL-like state to Vulkan-like state by Alexis Hetu · 3 years, 6 months ago
  94. d94a77b Set prefersDedicatedAllocation for AHB by Jason Macnak · 3 years, 4 months ago
  95. 83498ed Treat AHB YUV as external format by Jason Macnak · 3 years, 4 months ago
  96. 714843a Handle AHARDWAREBUFFER_FORMAT_YV12 by Jason Macnak · 3 years, 4 months ago
  97. 45049c8 Update SPIR-V version to VK_1_1_SPV_1_4 by Sean Risser · 3 years, 5 months ago
  98. cc7263b Handle VkExternalFormatANDROID in VkCreateImage by Jason Macnak · 3 years, 4 months ago
  99. 79a271a Add decorate operations new to SPIR-V 1.4 by Sean Risser · 3 years, 4 months ago
  100. f4c2113 Handle more image properties from external device memory by Jason Macnak · 3 years, 4 months ago