1. 74e34ab Override the SPIRV-Headers path to use local copy by Nicolas Capens · 2 years, 11 months ago
  2. 0578dd6 Fix SPIRV-Tools Android.bp build by Nicolas Capens · 2 years, 11 months ago
  3. 2400435 Update SPIR-V Headers to b765c355f by Antonio Maiorano · 2 years, 11 months ago
  4. d2bd484 Squashed 'third_party/SPIRV-Headers/' changes from 6a55fade6..b765c355f by Antonio Maiorano · 2 years, 11 months ago
  5. 5c5afa8 Update SPIR-V Tools to 7014be600 by Antonio Maiorano · 2 years, 11 months ago
  6. 41fc88f Squashed 'third_party/SPIRV-Tools/' changes from eed5c76a5..7014be600 by Antonio Maiorano · 2 years, 11 months ago
  7. a697a48 update-spirvheaders: run Gerrit hook on generated CLs by Antonio Maiorano · 2 years, 11 months ago
  8. 62c1af0 update-sprivtools: run Gerrit hook on generated CLs by Antonio Maiorano · 2 years, 11 months ago
  9. 2e793ae Remove use of std::iterator, which is gone in C++20. by Peter Kasting · 2 years, 11 months ago
  10. 6431796 Always enable MemorySanitizer instrumentation for compute routines by Nicolas Capens · 2 years, 11 months ago
  11. ae17ef6 Always enable MemorySanitizer instrumentation for sampling routines by Nicolas Capens · 2 years, 11 months ago
  12. f915929 Handle instrumentation of scalar single-precision (_ss) intrinsics by Nicolas Capens · 2 years, 11 months ago
  13. c75846e Revert "Always enable MemorySanitizer instrumentation for vertex routines" by Nicolas Capens · 2 years, 11 months ago
  14. cdf43bd Regres: Update test lists @ 6fb4e049 by SwiftShader Regression Bot · 2 years, 11 months ago
  15. c833330 Remove legacy build defines by Nicolas Capens · 2 years, 11 months ago
  16. 616af33 Document the vk::DescriptorSet memory layout by Nicolas Capens · 2 years, 11 months ago
  17. 5d795eb Always enable MemorySanitizer instrumentation for vertex routines by Nicolas Capens · 2 years, 11 months ago
  18. 02576ed Revert "Always enable MemorySanitizer instrumentation for sampling routines" by Nicolas Capens · 2 years, 11 months ago
  19. 6fb4e04 Always enable MemorySanitizer instrumentation for sampling routines by Nicolas Capens · 2 years, 11 months ago
  20. e617219 Fix heap corruption for empty descriptor pools by Ari Suonpää · 2 years, 11 months ago
  21. c5b284e Always enable MemorySanitizer instrumentation for blitter routines by Nicolas Capens · 2 years, 11 months ago
  22. adef92e Fix CMake build using Clang 13 compiler by Nicolas Capens · 2 years, 11 months ago
  23. 5903f21 Remove 'partial precision' intrinsics by Nicolas Capens · 2 years, 11 months ago
  24. 69a53d9 Run the MemorySanitizer pass after optimizations by Nicolas Capens · 2 years, 11 months ago
  25. 9f2ef7c Revert to using LLVM's O0 pipeline for coroutines by Nicolas Capens · 2 years, 11 months ago
  26. b92f7ac Merge coroutine pass manager run into a single pipeline by Nicolas Capens · 2 years, 11 months ago
  27. 45fce44 Skip optimization passes when generating debug info by Nicolas Capens · 2 years, 11 months ago
  28. 8e678f5 Validate LLVM IR before running passes by Nicolas Capens · 3 years ago
  29. f88fc3b Always enable MemorySanitizer instrumentation for setup routines by Nicolas Capens · 3 years ago
  30. 79d4c6c Replace rr::Config with an integer optimization level pragma by Nicolas Capens · 3 years ago
  31. 25c7598 Implement ScopedPragma by Nicolas Capens · 3 years ago
  32. 89c498e GCC: add explicit template instantiation by Stephan Hartmann · 3 years ago
  33. 5f5faa3 Delete src/SwiftShader by Nicolas Capens · 3 years ago
  34. f13461d Mark Reactor routine parameters 'noundef' by Nicolas Capens · 3 years ago
  35. 71f3089 Revert "Temporarily ignore unsupported feature struct" by Nicolas Capens · 3 years ago
  36. 697c5be Regres: Update test lists @ 88fe9ce0 by SwiftShader Regression Bot · 3 years ago
  37. 3acaa53 Automate downloading .git/hooks/commit-msg by Nicolas Capens · 3 years ago
  38. 88fe9ce Run all LLVM passes in LLVMJIT.cpp by Nicolas Capens · 3 years ago
  39. 3aecad9 Regres: Update test lists @ ea5f37f3 by SwiftShader Regression Bot · 3 years ago
  40. ea5f37f Support the new LLVM pass manager by Nicolas Capens · 3 years ago
  41. b5af7ca Backport fix for C++23 incompatibility in llvm by Alan Zhao · 3 years ago
  42. c0a055b Delete the legacy OpenGL ES implementation's source code by Nicolas Capens · 3 years ago
  43. 103a69b Delete GLESUnitTests by Nicolas Capens · 3 years ago
  44. 598c7cd Detect <xcb/shm.h> for building XCB surface support by Nicolas Capens · 3 years ago
  45. bbe3f7b Remove the extensions directory by Nicolas Capens · 3 years ago
  46. 1d450ae Stop building legacy SwiftShader GL in Chromium by Alexis Hetu · 3 years ago
  47. 6190d1f Alert about Legacy SwiftShader debug build usage by Nicolas Capens · 3 years ago
  48. de96541 Regres: Update test lists @ d621b4de by SwiftShader Regression Bot · 3 years ago
  49. d621b4d Temporarily ignore unsupported feature struct by Nicolas Capens · 3 years ago
  50. 011bba6 Optimize sRGB conversion using FMA by Nicolas Capens · 3 years ago
  51. ff5dab1 Fix storage image write of VK_FORMAT_B8G8R8A8_SRGB by Nicolas Capens · 3 years ago
  52. 0d553c1 Refactor sRGB color space conversions by Nicolas Capens · 3 years ago
  53. 3f37fd8 Regres: Update test lists @ 62098215 by SwiftShader Regression Bot · 3 years ago
  54. 6209821 Work around MSan false positives for Reactor routine parameters by Nicolas Capens · 3 years ago
  55. 6b6d4c8 Pass RoutineT::operator() parameters by value by Nicolas Capens · 3 years ago
  56. d15c424 VkImage::copy remove the isEntireRow/Slice optimizations by Corentin Wallez · 3 years ago
  57. 384903e Regres: Update test lists @ d09282e5 by SwiftShader Regression Bot · 3 years ago
  58. d09282e Temporarily fix failing dEQP tests by Alexis Hetu · 3 years ago
  59. d013fbff Update Vulkan headers to version 1.3.211 by Alexis Hetu · 3 years ago
  60. 626c44c Fix reading 0 sized scissor array by Alexis Hetu · 3 years ago
  61. 9c16e14 Only build WSI support for XCB surfaces when xcb.h is found by Nicolas Capens · 3 years ago
  62. 23ccff7 Use 'discard' to denote terminated or demoted invocations by Nicolas Capens · 3 years ago
  63. 9f1ab6e Regres: Update test lists @ d3cc7d7a by SwiftShader Regression Bot · 3 years ago
  64. d3cc7d7 Remove unsupported extension feature enums by Nicolas Capens · 3 years ago
  65. 1b159f6 Update SPIR-V Tools to eed5c76a5 by Nicolas Capens · 3 years ago
  66. e8c5896 Squashed 'third_party/SPIRV-Tools/' changes from bd325d298..eed5c76a5 by Nicolas Capens · 3 years ago
  67. b4acc83 Regres: Update test lists @ 7d100c55 by SwiftShader Regression Bot · 3 years ago
  68. 7d100c5 Added missing feature structure for VK_KHR_maintenance4 by Alexis Hetu · 3 years ago
  69. 0b2a768 Validate SPIR-V instruction word array accesses by Nicolas Capens · 3 years ago
  70. da0c7ac Add documentation for the configuration file mechanism by Daniele Vettorel · 3 years ago
  71. a7e5b3e Support VK_IMAGE_CREATE_EXTENDED_USAGE_BIT by Nicolas Capens · 3 years ago
  72. 1884ffd Reactor: riscv64 is not supported in subzero by Rebecca Chang Swee Fun · 3 years ago
  73. 0840365 llvm-10.0: add configs/common and configs/linux for riscv64 by Rebecca Chang Swee Fun · 3 years ago
  74. 0e110e6 llvm-10.0: update script to include riscv64 target by Rebecca Chang Swee Fun · 3 years ago
  75. 716a7d9 marl: add new source file for riscv64 by Rebecca Chang Swee Fun · 3 years ago
  76. eeb5351 Add missing imageView compatible formats for YCbCr by Alexis Hetu · 3 years, 4 months ago
  77. a190cee Correct border clamp and depth comparison order by Nicolas Capens · 3 years ago
  78. 649d6e4 Regres: Update test lists @ afcbbd0a by SwiftShader Regression Bot · 3 years ago
  79. afcbbd0 Fix inline uniform block update by Alexis Hetu · 3 years ago
  80. 5d57dd8 Regres: Update test lists @ bc5bec05 by SwiftShader Regression Bot · 3 years ago
  81. 4d6c93d Squashed 'third_party/SPIRV-Tools/' changes from 9668d2e4e..bd325d298 by Nicolas Capens · 3 years ago
  82. bc5bec0 Update SPIR-V Tools to bd325d298 by Nicolas Capens · 3 years ago
  83. 0a1985c Regres: Update test lists @ 40b410f4 by SwiftShader Regression Bot · 3 years ago
  84. 40b410f Update simple limits for Vulkan's 2022 profile by Sean Risser · 3 years ago
  85. 3ed03de Add new core Vulkan 1.3 structures by Alexis Hetu · 3 years, 1 month ago
  86. 3865b08 Use template functions for core Vulkan 1.3 properties by Alexis Hetu · 3 years, 1 month ago
  87. 5c0531f Fix SPV_EXT_shader_stencil_export by Alexis Hetu · 3 years ago
  88. bbe92e9 VK_KHR_shader_terminate_invocation implementation by Alexis Hetu · 3 years ago
  89. 2e6c4dc VK_KHR_shader_terminate_invocation promoted structures by Alexis Hetu · 3 years, 1 month ago
  90. 4d2f9f1 VK_EXT_shader_demote_to_helper_invocation support by Alexis Hetu · 3 years, 1 month ago
  91. 205ddee VK_EXT_shader_demote_to_helper_invocation promoted structures by Alexis Hetu · 3 years, 1 month ago
  92. e1c0739 Regres: Update test lists @ 040e2534 by SwiftShader Regression Bot · 3 years ago
  93. 040e253 Force-inline all SPIR-V function calls by Nicolas Capens · 3 years, 1 month ago
  94. dde3145 Use SwiftShader's copy of SPIRV-Tools for GN builds by Nicolas Capens · 3 years ago
  95. 33b068c Update SPIR-V Tools to 9668d2e4e by Nicolas Capens · 3 years ago
  96. 4111ae9 Squashed 'third_party/SPIRV-Tools/' changes from 0741f4273..9668d2e4e by Nicolas Capens · 3 years ago
  97. dc3b5e2 Regres: Update test lists @ ea980600 by SwiftShader Regression Bot · 3 years ago
  98. ea98060 VK_EXT_private_data support by Alexis Hetu · 3 years, 5 months ago
  99. 2f38036 VK_EXT_private_data promoted structures by Alexis Hetu · 3 years, 1 month ago
  100. 17d57d1 Stop skipping VK_STRUCTURE_TYPE_IMAGE_VIEW_MIN_LOD_CREATE_INFO_EXT by Nicolas Capens · 3 years ago