1. 73a6940 Tightly pack PlaneEquations array by Alexis Hetu · 2 years, 8 months ago
  2. 82d932b Fix Android.bp build after SPIRV-Headers update by Alexis Hetu · 2 years, 8 months ago
  3. 1ef9076 Follow-up 2: Fix Android.bp build after SPIRV-Tools update by Alexis Hetu · 2 years, 8 months ago
  4. 7cf6e51 Follow-up: Fix Android.bp build after SPIRV-Tools update by Alexis Hetu · 2 years, 8 months ago
  5. 96b34f7 Associate inline sampler caches with instruction position by Nicolas Capens · 2 years, 8 months ago
  6. 208f7fb Use the Vulkan format for OpImageWrite by Nicolas Capens · 2 years, 8 months ago
  7. e7355b9 Simplify obtaining the type from a SPIR-V object <id> by Nicolas Capens · 2 years, 8 months ago
  8. 4de878a Treat sRGB formats as unsigned normalized by Nicolas Capens · 2 years, 8 months ago
  9. 920f829 Improve inverse blendConstant() readability by Nicolas Capens · 2 years, 8 months ago
  10. e9c047f Optimize clamping of constant blend factors by Nicolas Capens · 2 years, 8 months ago
  11. 05963ef Parse SPIR-V image instructions before code generation by Nicolas Capens · 2 years, 8 months ago
  12. ff9bb52 Check for valid SPIR-V <id>s by comparing against 0 by Nicolas Capens · 2 years, 8 months ago
  13. ec08a3b Fix Android.bp build after SPIRV-Tools update by Alexis Hetu · 2 years, 8 months ago
  14. 6bd0509 Add warning treated as error for missing case statement by Alexis Hetu · 2 years, 8 months ago
  15. 7e9b8b3 Regres updates SHA and testlists after daily run by Sean Risser · 2 years, 9 months ago
  16. 054981b Update SPIR-V shader instructions after SPIRV-Tools update by Alexis Hetu · 2 years, 8 months ago
  17. 525d34e Regres: Update test lists @ 4c6da56d by SwiftShader Regression Bot · 2 years, 8 months ago
  18. 5330ac7 Update SPIR-V Tools to 339d4475c by Alexis Hetu · 2 years, 8 months ago
  19. 00e0af1 Squashed 'third_party/SPIRV-Tools/' changes from f37547c73..339d4475c by Alexis Hetu · 2 years, 8 months ago
  20. 4905e58 Update SPIR-V Headers to 29817199b by Alexis Hetu · 2 years, 8 months ago
  21. b8e7bb8 Squashed 'third_party/SPIRV-Headers/' changes from 8bb2420b4..29817199b by Alexis Hetu · 2 years, 8 months ago
  22. 0d651b7 No format verification in SPIR-V headers and tools update scripts by Alexis Hetu · 2 years, 8 months ago
  23. 4c6da56 VK_EXT_pipeline_creation_feedback support by Alexis Hetu · 2 years, 8 months ago
  24. 2413491 Regres: Update test lists @ 70f3a0ff by SwiftShader Regression Bot · 2 years, 8 months ago
  25. 3f063e1 Fix min/max blend operations by Nicolas Capens · 2 years, 8 months ago
  26. 70f3a0f VK_EXT_blend_operation_advanced minimal implementation by Alexis Hetu · 2 years, 8 months ago
  27. bf075ca Support VK_EXT_pipeline_creation_cache_control by Alexis Hetu · 2 years, 8 months ago
  28. 1a57ff0 Poison device memory allocations for GN MSan builds by Nicolas Capens · 2 years, 8 months ago
  29. e733a26 Add assert on illegal signed/unsigned blit by Alexis Hetu · 2 years, 8 months ago
  30. 7a57132 Perform all blend operations in floating-point by Alexis Hetu · 2 years, 8 months ago
  31. 91a9a02 Regres: Update test lists @ 542593f0 by SwiftShader Regression Bot · 2 years, 8 months ago
  32. 542593f Implement support for VK_FORMAT_R16*_UNORM attachment formats by Nicolas Capens · 2 years, 8 months ago
  33. 7718604 Clamp blend factors and color output by Nicolas Capens · 2 years, 8 months ago
  34. 8c5df9c Refactor blending by Nicolas Capens · 2 years, 8 months ago
  35. 9d8950e Update git-hooks to HEAD revision by Sean Risser · 2 years, 8 months ago
  36. 942f5fc Revert "Make git-hooks track with origin/main" by Sean Risser · 2 years, 8 months ago
  37. ace415c Refactor Queue::Submit to use internal structure by Alexis Hetu · 2 years, 8 months ago
  38. d143249 Make git-hooks track with origin/main by Sean Risser · 2 years, 8 months ago
  39. 2181091 Delay extension support check until instance/device creation by Nicolas Capens · 2 years, 8 months ago
  40. c5e2372 Update git-hooks to latest version by Sean Risser · 2 years, 8 months ago
  41. 6683bca [Fuchsia] Fix Vulkan compilation by Sergey Ulanov · 2 years, 8 months ago
  42. 2a86d62 Regres: Update test lists @ 6b700ffc by SwiftShader Regression Bot · 2 years, 8 months ago
  43. 6b700ff Add VK_KHR_shader_integer_dot_product structs by Sean Risser · 2 years, 8 months ago
  44. d09862d Regres: Update test lists @ 85101b9e by SwiftShader Regression Bot · 2 years, 8 months ago
  45. 85101b9 Avoid SPIR-V binary identifier clashes by Nicolas Capens · 2 years, 8 months ago
  46. ce9f17f Avoid recompiling identical SPIR-V binaries by Nicolas Capens · 2 years, 8 months ago
  47. 14fca80 Store the SPIR-V binary of a vk::ShaderModule in an sw::SpirvBinary by Nicolas Capens · 2 years, 8 months ago
  48. 7997cbc Fix uninitialized memoryOwner on unused DescriptorSet by Alexis Hetu · 2 years, 8 months ago
  49. 5db06cf Fix BC6h decoder by Alexis Hetu · 2 years, 9 months ago
  50. 6429865 Fix blitting of various packed formats by Alexis Hetu · 2 years, 9 months ago
  51. 95b7691 Update Vulkan headers to version 1.2.196 by Sean Risser · 2 years, 8 months ago
  52. 33eaf1f Use smart pointer for the LibX11Exports singleton by Yilong Li · 2 years, 9 months ago
  53. cab415b Regres: Update test lists @ ce1449fd by SwiftShader Regression Bot · 2 years, 8 months ago
  54. ce1449f Fix Depth+Stencil image copy by Alexis Hetu · 2 years, 9 months ago
  55. cd2682f Fix blitting of compressed images by Alexis Hetu · 2 years, 9 months ago
  56. 1ed6897 Make decompression functions const by Alexis Hetu · 2 years, 9 months ago
  57. e0af842 Remove LOG_TRAP by Sean Risser · 3 years, 4 months ago
  58. ab5d8ea Disable -Wbitwise-instead-of-logical for llvm-10.0 in swiftshader by Nico Weber · 2 years, 9 months ago
  59. 5863305 Regres: Update test lists @ ca2ada82 by SwiftShader Regression Bot · 2 years, 9 months ago
  60. ca2ada8 Fix border update when rendering to cube face by Alexis Hetu · 2 years, 9 months ago
  61. 56db9c6 Revert "Kokoro: Disable gcp_ubuntu builds failing to update CMake" by Nicolas Capens · 2 years, 9 months ago
  62. 04f61b9 Regres: Roll dEQP to master revision e2aeccd by Alexis Hetu · 2 years, 9 months ago
  63. b0f8eb1 Restore zero-initialization of device memory allocations for GN builds by Nicolas Capens · 2 years, 9 months ago
  64. eacf0cd Don't initialize device memory allocations in MSan builds by Nicolas Capens · 2 years, 9 months ago
  65. 7b550be Don't initialize host memory allocations in MSan builds by Nicolas Capens · 2 years, 9 months ago
  66. 24530ca Disable C4244 when building LLVM for swiftshader by Nico Weber · 2 years, 9 months ago
  67. a1594b9 Move ExternalMemoryHost to its own file by Alexis Hetu · 2 years, 9 months ago
  68. 118ac38 Refactor DeviceMemory buffer allocation/freeing by Nicolas Capens · 2 years, 9 months ago
  69. c329881 Rename allocation functions by Nicolas Capens · 2 years, 9 months ago
  70. 03fa329 Separate device memory allocations from host allocations by Nicolas Capens · 2 years, 9 months ago
  71. 8c181d7 Deep copy specialization info by Nicolas Capens · 2 years, 9 months ago
  72. 80dfdef Regres: Update test lists @ 70178a76 by SwiftShader Regression Bot · 2 years, 9 months ago
  73. 70178a7 Refactor swapchain image creation by Nicolas Capens · 2 years, 9 months ago
  74. 0625115 Increase the maximum 1D, 2D, and Cube image dimension to 16384 by Nicolas Capens · 2 years, 9 months ago
  75. 337c513 Kokoro: Disable gcp_ubuntu builds failing to update CMake by Nicolas Capens · 2 years, 9 months ago
  76. f43b9df Add realms.cfg to LUCI configs. by Vadim Shtayura · 2 years, 9 months ago
  77. f1aca93 Add padding to VkBuffer size to avoid access violation by Nicolas Capens · 2 years, 9 months ago
  78. caffd15 Remove the legacy GLSL ES vertex shader fuzzer by Nicolas Capens · 2 years, 9 months ago
  79. 1cdfcb6 Fix macOS build requiring Objective-C++17 compilation by Nicolas Capens · 2 years, 9 months ago
  80. b2b1388 Restore zero-initialization of memory allocations by Nicolas Capens · 2 years, 9 months ago
  81. b7b7cb7 Refactor config constants by Nicolas Capens · 2 years, 9 months ago
  82. cde65f7 Don't initialize memory allocations in MSan builds by Nicolas Capens · 3 years, 4 months ago
  83. 83002b0 Fix unused-command-line-argument warning by Yi Kong · 2 years, 9 months ago
  84. d625b64 Regres: Skip the Vulkan Loader by Nicolas Capens · 2 years, 9 months ago
  85. a4b405b Regres: Update test lists @ 562df488 by SwiftShader Regression Bot · 2 years, 9 months ago
  86. 562df48 Implement support for regular scaled buffer formats by Nicolas Capens · 2 years, 9 months ago
  87. 22f5c92 Eliminate Subzero's dependency on llvm::FoldingSet by Nicolas Capens · 4 years, 2 months ago
  88. af6471b Fix dEQP setup documentation for Linux by Nicolas Capens · 2 years, 9 months ago
  89. 5806db9 Fix obtaining the execution model from the intended entry point by Nicolas Capens · 2 years, 9 months ago
  90. 159f512 Implement VK_EXT_4444_formats by Sean Risser · 2 years, 9 months ago
  91. 36e6c2a Revert "Work around dEQP-VK output_location test flakiness" by Nicolas Capens · 2 years, 9 months ago
  92. c79a36e Increase maxStorageBufferRange to MAX_MEMORY_ALLOCATION_SIZE (1 GiB) by Nicolas Capens · 2 years, 9 months ago
  93. efbbb2f Rename rasterOperation() to blendColor() by Nicolas Capens · 2 years, 9 months ago
  94. 23a0daa Support self-resolving vkGetInstanceProcAddr by Nicolas Capens · 2 years, 9 months ago
  95. 7a31bbc Regres: disable logging of decompiled SPIR-V and empty loginfo by Nicolas Capens · 2 years, 9 months ago
  96. 71724e7 Fix exported extension functions by Nicolas Capens · 2 years, 9 months ago
  97. 054ff0c Refactor SPIR-V binary optimization by Nicolas Capens · 2 years, 9 months ago
  98. c710de9 Only use -Wno-shadow on clang builds. by Geoff Lang · 2 years, 9 months ago
  99. 4e38129 Compute the image size in 64-bit arithmetic by Nicolas Capens · 2 years, 9 months ago
  100. 755b78d Force -Wno-shadow to avoid variable shadowing warnings. by Peter Kasting · 2 years, 9 months ago