1. 34d436e Add PA and BTI to SwiftShader by André Kempe · 2 years, 8 months ago
  2. 9eb5aca Add external memory parameter to size computations by Alexis Hetu · 2 years, 7 months ago
  3. 16b4457 Remove useless 'target' parameter by Alexis Hetu · 2 years, 7 months ago
  4. 1594184 Separate analysis info from SPIR-V execution modes by Nicolas Capens · 2 years, 8 months ago
  5. d5d18aa Squashed 'third_party/marl/' changes from 3285a2dfb..49602432d by Nicolas Capens · 2 years, 7 months ago
  6. f2bf63b Update Marl to 49602432d by Nicolas Capens · 2 years, 7 months ago
  7. 803ceb5 Xcb: Check if geom is valid before using it by Alexis Hetu · 2 years, 8 months ago
  8. f9dd2e7 Fix integer overflow in vertex buffer access robustness check by Nicolas Capens · 2 years, 8 months ago
  9. 526b987 Disable hwasan in llvm-10.0. by Evgenii Stepanov · 2 years, 8 months ago
  10. b2af6a8 Regres: Update test lists @ 8532b0f2 by SwiftShader Regression Bot · 2 years, 8 months ago
  11. 8532b0f Implement VK_EXT_custom_border_color by Nicolas Capens · 2 years, 10 months ago
  12. c3dd927 Regres: Update test lists @ e4b7794d by SwiftShader Regression Bot · 2 years, 8 months ago
  13. e4b7794 Remove unimplemented MaskedStore/MaskedLoad usage by Nicolas Capens · 2 years, 8 months ago
  14. 15f3944 Optimize OpImageFetch for single-level mipmaps by Nicolas Capens · 2 years, 8 months ago
  15. d448309 Fix computing anisotropy factor for single-level mipmap by Nicolas Capens · 2 years, 8 months ago
  16. 1bc8669 Regres: Update test lists @ dcfc0a6e by SwiftShader Regression Bot · 2 years, 8 months ago
  17. dcfc0a6 Fix ignoring fragment shader depth for EarlyFragmentTests mode by Nicolas Capens · 2 years, 8 months ago
  18. 8660e1c Include multisample handling into fragment pipeline stages by Nicolas Capens · 2 years, 8 months ago
  19. 2855636 Only process active fragment samples by Nicolas Capens · 2 years, 8 months ago
  20. 8460144 Refactor sample shading state determination by Nicolas Capens · 2 years, 8 months ago
  21. 856d3c1 Add Bias and Fetch to divergent Lod sampling by Sean Risser · 2 years, 8 months ago
  22. 151c99b Optimize Lod and Grad texture sampling by Sean Risser · 2 years, 8 months ago
  23. 4466040 Initialize llvm::orc::ExecutionSession with default SelfExecutorProcessControl by Nicolas Capens · 2 years, 8 months ago
  24. b8bcc42 Remove -Wno-unused-but-set-variable flag usage by Nicolas Capens · 2 years, 8 months ago
  25. fdb16bd Fix some instances of -Wunused-but-set-variable. by Peter Kasting · 2 years, 8 months ago
  26. 9159471 Add missing dependency for LLVM 10 CMake builds by Elias Naur · 3 years, 1 month ago
  27. 7a7993b Remove -Xclang -fuse-init-array from the Android build flags by Nicolas Capens · 2 years, 8 months ago
  28. 557d015 Move remaining Subzero x86 traits to their corresponding class by Nicolas Capens · 2 years, 9 months ago
  29. 907c55a Move Subzero Inst traits to the Inst header/source by Nicolas Capens · 2 years, 9 months ago
  30. 1ff9f88 Move Subzero Assembler traits to the Assembler header/source by Nicolas Capens · 2 years, 9 months ago
  31. f8c7e51 Refactor AsmAddress creation by Nicolas Capens · 2 years, 9 months ago
  32. f79b017 Make AsmAddress producing methods static by Nicolas Capens · 2 years, 9 months ago
  33. 6646932 Increase Subzero x86-64 stack alignment to 16 by Nicolas Capens · 2 years, 9 months ago
  34. 3a84c8e Fix RequiredStackAlignment initialization by Nicolas Capens · 2 years, 9 months ago
  35. 5059719 Rename Subzero Address to AsmAddress by Nicolas Capens · 2 years, 9 months ago
  36. aaa8ab7 Rename Subzero traits Operand to AsmOperand by Nicolas Capens · 2 years, 9 months ago
  37. f0819bd Specialize Subzero X86 backends for 32- or 64-bit by Nicolas Capens · 2 years, 9 months ago
  38. 53abe2f Don't templatize based on X86 traits by Nicolas Capens · 2 years, 9 months ago
  39. e7da8d8 Deduplicate X86 condition codes by Nicolas Capens · 2 years, 9 months ago
  40. 667b632 De-templatize the IceAssemblerX86Base class by Nicolas Capens · 2 years, 9 months ago
  41. 062a79f Duplicate X86 headers into X8632 and X8664 ones by Nicolas Capens · 2 years, 9 months ago
  42. 78964c0 Define specialized PoolTypeConverter constants in the header by Nicolas Capens · 2 years, 9 months ago
  43. c6747d9 Backport LLVM fix for mallinfo deprecation by Adrian Ratiu · 2 years, 9 months ago
  44. ba18c78 Define NO_SANITIZE_FUNCTION on win/clang too by Nico Weber · 2 years, 9 months ago
  45. 4716eec Stop building with -fno-operator-names by Nico Weber · 2 years, 9 months ago
  46. 4ffa755 Stop defining _WINDLL by Nico Weber · 2 years, 9 months ago
  47. 02834d4 Remove workaround for 32-bit gold ICF bug by Nico Weber · 2 years, 9 months ago
  48. 65498c1 Remove -Wno-error flags by Nico Weber · 2 years, 9 months ago
  49. b77a8af Remove now-unused gni imports by Nico Weber · 2 years, 9 months ago
  50. 0ef83dd Remove x86/x64-specific arch flags by Nico Weber · 2 years, 9 months ago
  51. d44b0b0 Try to unbreak build after https://swiftshader-review.googlesource.com/c/SwiftShader/+/55608 by Nico Weber · 2 years, 9 months ago
  52. 4855a32 Remove mips-specific arch flags by Nico Weber · 2 years, 9 months ago
  53. 766eb91 Share ANGLE_DISABLE_TRACE-setting code between win and non-win by Nico Weber · 2 years, 9 months ago
  54. 6f0ce12 Stop passing -fomit-frame-pointers in swiftshader build file by Nico Weber · 2 years, 9 months ago
  55. 3a5f44a Remove sysroot and mmacosx-version-min flag for mac/arm builds by Nico Weber · 2 years, 9 months ago
  56. c8b6ec0 Remove explicit -msse2 flags (and some other minor things) by Nico Weber · 2 years, 9 months ago
  57. b45ad7a Remove unnecessary flags from BUILD.gn by Nico Weber · 2 years, 9 months ago
  58. 43d3e0c Delete the legacy OpenGL ES build for Android by Nicolas Capens · 2 years, 9 months ago
  59. 9534228 Eliminate Subzero sandboxing support by Nicolas Capens · 2 years, 9 months ago
  60. 52cb3d1 Assume Microsoft ABI on Windows by Nicolas Capens · 2 years, 9 months ago
  61. 97e0693 Eliminate support for the PNaCl ABI by Nicolas Capens · 2 years, 9 months ago
  62. 3c89f07 Replace curl command with git-hooks submodule by Sean Risser · 2 years, 10 months ago
  63. 4ca9630 Clarify contributing documentation for Windows users by Nicolas Capens · 2 years, 9 months ago
  64. 846da56 Fix -Wundefined-var-template warnings for ARM32 and MIPS32 by Nicolas Capens · 2 years, 9 months ago
  65. 3fc930f Define constant static template members as constexpr by Nicolas Capens · 2 years, 9 months ago
  66. fddd4f2 Make Subzero opcode pointer constant by Nicolas Capens · 2 years, 9 months ago
  67. 6f12605 Fix -Wundefined-var-template warnings by Nicolas Capens · 2 years, 9 months ago
  68. 07fd995 Regres: Increase MaxProcMemory to 6 GiB by Nicolas Capens · 2 years, 9 months ago
  69. 69deca6 Fix gcc < 9 builds by James Rumble · 2 years, 9 months ago
  70. 314508f Work around MemorySanitizer false-positive by Nicolas Capens · 2 years, 9 months ago
  71. 47c3ca0 Increase max workgroup size for WebGPU by Corentin Wallez · 2 years, 9 months ago
  72. 1231b44 Disable the legacy OpenGL ES targets for Android by Nicolas Capens · 2 years, 9 months ago
  73. 9c5d0d7 Fix Android Vulkan build by Nicolas Capens · 2 years, 9 months ago
  74. c9991d4 Implement Pragma() for Reactor MemorySanitizer instrumentation by Nicolas Capens · 2 years, 10 months ago
  75. a3726e0 Increase limits to support base WebGPU. by Corentin Wallez · 2 years, 9 months ago
  76. 964b9e3 SpirvShader: Consider OpEntryPoint interface IDs by Ben Clayton · 2 years, 9 months ago
  77. dc8cbfa Determine MSan instrumentation for Reactor at run-time by Nicolas Capens · 2 years, 10 months ago
  78. 951192f GCC: readd visibility attributes for EGL/GLESv2 by Stephan Hartmann · 2 years, 9 months ago
  79. f679fc1 Fix -warn-stack-size command line option for LLVM 12 by Nicolas Capens · 2 years, 9 months ago
  80. f239c9f Only perform LOD computation when it is necessary by Alexis Hetu · 3 years, 2 months ago
  81. 4eb079f Regres: Update test lists @ e4fea30b by SwiftShader Regression Bot · 2 years, 9 months ago
  82. e4fea30 Fix -Wloop-analysis warnings in llvm-subzero. by Peter Kasting · 2 years, 9 months ago
  83. d2bdde2 Enable the -Wdeprecated-copy compiler warning by Nicolas Capens · 2 years, 10 months ago
  84. 990e4b2 Prevent changing Reference<> address by Nicolas Capens · 2 years, 10 months ago
  85. 8f07562 Make UpdateAfterBind descriptor limits equal to base limits by Nicolas Capens · 2 years, 9 months ago
  86. f0a9f88 Regres: Update test lists @ 4a304244 by SwiftShader Regression Bot · 2 years, 9 months ago
  87. 4a30424 Skip wait on already signalled timeline semaphore by Mikko Tiusanen · 2 years, 10 months ago
  88. 863f46e Remove assert to enable indexless access chains by Jari Komppa · 2 years, 10 months ago
  89. cf2ffd0 Increase maximum framebuffer size by Alexis Hetu · 2 years, 10 months ago
  90. 663b67f Fix -Wdeprecated-copy. by Peter Kasting · 2 years, 10 months ago
  91. 84bc198 Disable -warn-stack-size for LLVM older than version 12 by Nicolas Capens · 2 years, 10 months ago
  92. 72e6254 Regres: Fix testing external contributions if reviewed by Googler by Nicolas Capens · 2 years, 10 months ago
  93. 9559e58 Revert "Remove git submodules before rolling into Android" by Nicolas Capens · 2 years, 10 months ago
  94. 81ba5f4 Prevent BC6h decoder from using global constructor by Sean Risser · 2 years, 10 months ago
  95. 5ecc95a Regres: Update test lists @ 3da42a3a by SwiftShader Regression Bot · 2 years, 10 months ago
  96. 3da42a3 Regres: Update test lists @ efe254de by SwiftShader Regression Bot · 2 years, 10 months ago
  97. efe254d Remove git submodules before rolling into Android by Nicolas Capens · 2 years, 10 months ago
  98. 940f2ac Value-initialize all vk::GraphicsState members by Nicolas Capens · 3 years, 1 month ago
  99. 491ade4 Explicitly initialize VkSpecializationInfo fields by Nicolas Capens · 2 years, 10 months ago
  100. c1e4abc Make clang-format-all.sh only look at source files by Sean Risser · 2 years, 10 months ago