1. ab5d8ea Disable -Wbitwise-instead-of-logical for llvm-10.0 in swiftshader by Nico Weber · 2 years, 7 months ago
  2. 5863305 Regres: Update test lists @ ca2ada82 by SwiftShader Regression Bot · 2 years, 7 months ago
  3. ca2ada8 Fix border update when rendering to cube face by Alexis Hetu · 2 years, 7 months ago
  4. 56db9c6 Revert "Kokoro: Disable gcp_ubuntu builds failing to update CMake" by Nicolas Capens · 2 years, 7 months ago
  5. 04f61b9 Regres: Roll dEQP to master revision e2aeccd by Alexis Hetu · 2 years, 7 months ago
  6. b0f8eb1 Restore zero-initialization of device memory allocations for GN builds by Nicolas Capens · 2 years, 7 months ago
  7. eacf0cd Don't initialize device memory allocations in MSan builds by Nicolas Capens · 2 years, 8 months ago
  8. 7b550be Don't initialize host memory allocations in MSan builds by Nicolas Capens · 2 years, 8 months ago
  9. 24530ca Disable C4244 when building LLVM for swiftshader by Nico Weber · 2 years, 8 months ago
  10. a1594b9 Move ExternalMemoryHost to its own file by Alexis Hetu · 2 years, 7 months ago
  11. 118ac38 Refactor DeviceMemory buffer allocation/freeing by Nicolas Capens · 2 years, 8 months ago
  12. c329881 Rename allocation functions by Nicolas Capens · 2 years, 8 months ago
  13. 03fa329 Separate device memory allocations from host allocations by Nicolas Capens · 2 years, 8 months ago
  14. 8c181d7 Deep copy specialization info by Nicolas Capens · 2 years, 8 months ago
  15. 80dfdef Regres: Update test lists @ 70178a76 by SwiftShader Regression Bot · 2 years, 8 months ago
  16. 70178a7 Refactor swapchain image creation by Nicolas Capens · 2 years, 8 months ago
  17. 0625115 Increase the maximum 1D, 2D, and Cube image dimension to 16384 by Nicolas Capens · 2 years, 8 months ago
  18. 337c513 Kokoro: Disable gcp_ubuntu builds failing to update CMake by Nicolas Capens · 2 years, 8 months ago
  19. f43b9df Add realms.cfg to LUCI configs. by Vadim Shtayura · 2 years, 8 months ago
  20. f1aca93 Add padding to VkBuffer size to avoid access violation by Nicolas Capens · 2 years, 8 months ago
  21. caffd15 Remove the legacy GLSL ES vertex shader fuzzer by Nicolas Capens · 2 years, 8 months ago
  22. 1cdfcb6 Fix macOS build requiring Objective-C++17 compilation by Nicolas Capens · 2 years, 8 months ago
  23. b2b1388 Restore zero-initialization of memory allocations by Nicolas Capens · 2 years, 8 months ago
  24. b7b7cb7 Refactor config constants by Nicolas Capens · 2 years, 8 months ago
  25. cde65f7 Don't initialize memory allocations in MSan builds by Nicolas Capens · 3 years, 3 months ago
  26. 83002b0 Fix unused-command-line-argument warning by Yi Kong · 2 years, 8 months ago
  27. d625b64 Regres: Skip the Vulkan Loader by Nicolas Capens · 2 years, 8 months ago
  28. a4b405b Regres: Update test lists @ 562df488 by SwiftShader Regression Bot · 2 years, 8 months ago
  29. 562df48 Implement support for regular scaled buffer formats by Nicolas Capens · 2 years, 8 months ago
  30. 22f5c92 Eliminate Subzero's dependency on llvm::FoldingSet by Nicolas Capens · 4 years ago
  31. af6471b Fix dEQP setup documentation for Linux by Nicolas Capens · 2 years, 8 months ago
  32. 5806db9 Fix obtaining the execution model from the intended entry point by Nicolas Capens · 2 years, 8 months ago
  33. 159f512 Implement VK_EXT_4444_formats by Sean Risser · 2 years, 8 months ago
  34. 36e6c2a Revert "Work around dEQP-VK output_location test flakiness" by Nicolas Capens · 2 years, 8 months ago
  35. c79a36e Increase maxStorageBufferRange to MAX_MEMORY_ALLOCATION_SIZE (1 GiB) by Nicolas Capens · 2 years, 8 months ago
  36. efbbb2f Rename rasterOperation() to blendColor() by Nicolas Capens · 2 years, 8 months ago
  37. 23a0daa Support self-resolving vkGetInstanceProcAddr by Nicolas Capens · 2 years, 8 months ago
  38. 7a31bbc Regres: disable logging of decompiled SPIR-V and empty loginfo by Nicolas Capens · 2 years, 8 months ago
  39. 71724e7 Fix exported extension functions by Nicolas Capens · 2 years, 8 months ago
  40. 054ff0c Refactor SPIR-V binary optimization by Nicolas Capens · 2 years, 8 months ago
  41. c710de9 Only use -Wno-shadow on clang builds. by Geoff Lang · 2 years, 8 months ago
  42. 4e38129 Compute the image size in 64-bit arithmetic by Nicolas Capens · 2 years, 8 months ago
  43. 755b78d Force -Wno-shadow to avoid variable shadowing warnings. by Peter Kasting · 2 years, 8 months ago
  44. c4e2327 Regres: Update test lists @ 6cbc2468 by SwiftShader Regression Bot · 2 years, 8 months ago
  45. 6cbc246 Set all provoking vertex feature bools by Sean Risser · 2 years, 8 months ago
  46. 584c2cf Fully support all 16-bit packed texture formats by Sean Risser · 2 years, 8 months ago
  47. e6cfc08 Optimize SPIR-V binary cache reuse by Nicolas Capens · 2 years, 8 months ago
  48. e7b8fc4 Add optimization state to the optimized SPIR-V binary cache key by Nicolas Capens · 2 years, 8 months ago
  49. 06a0f32 Cache optimized SPIR-V binaries instead of compiled shaders by Nicolas Capens · 2 years, 8 months ago
  50. 7d3a860 Fix use of deleted shader during compute execution by Nicolas Capens · 2 years, 8 months ago
  51. 0c22767 Refactor SPIR-V binary storage by Nicolas Capens · 2 years, 8 months ago
  52. b7de6ca Return error for requested unsupported features by Sean Risser · 2 years, 8 months ago
  53. 7e69c97 Clamp depth before the depth test by Nicolas Capens · 2 years, 8 months ago
  54. 9e3dca1 Skip depth bounds test when there is no depth attachment by Nicolas Capens · 2 years, 8 months ago
  55. 91ec775 Rename render target to color buffer by Nicolas Capens · 2 years, 8 months ago
  56. 0fa19bd Delete explicit copy assignment operator by Kevin Lubick · 2 years, 8 months ago
  57. 40adeab Add derived class for every type of external memory by Alexis Hetu · 2 years, 8 months ago
  58. 7f2c7d1 Fix decompression of cube-compatible layered 2D images by Nicolas Capens · 2 years, 8 months ago
  59. ab1122a Refactor image decompression and cube border update by Nicolas Capens · 2 years, 8 months ago
  60. d56fe7d Refactor cube compatibility by Nicolas Capens · 2 years, 8 months ago
  61. 446e61c Refactor VkMemoryAllocateInfo parsing by Alexis Hetu · 2 years, 9 months ago
  62. 3520922 Remove vulkan_fuchsia_extras.h by Nicolas Capens · 2 years, 8 months ago
  63. 83556ea Use the shorter promoted Vulkan structure and enum names by Nicolas Capens · 2 years, 9 months ago
  64. aed9a76 Revert "Add external memory parameter to size computations" by Alexis Hetu · 2 years, 9 months ago
  65. bac3c55 Update git-hooks to latest revision by Sean Risser · 2 years, 9 months ago
  66. c82c593 Remove erroneous ASSERT for format lists by Sean Risser · 2 years, 9 months ago
  67. 46a649d Minimize usage of global constructors in Reactor by Sean Risser · 2 years, 9 months ago
  68. b75ca37 Increase maxComputeSharedMemorySize. by Jamie Madill · 2 years, 9 months ago
  69. 773ef52 update angle revision by Takuto Ikuta · 2 years, 9 months ago
  70. 8ed4e39 Turn BC6 constructors into constexpr by Sean Risser · 2 years, 9 months ago
  71. a6ca3d4 Implement VK_EXT_load_store_op_none by Nicolas Capens · 2 years, 9 months ago
  72. 0adc214 Refactor determining the aspects to clear by Nicolas Capens · 2 years, 9 months ago
  73. 5180569 Refactor command execution by Nicolas Capens · 2 years, 9 months ago
  74. 5167e10 Update Vulkan headers to version 1.2.189 by Nicolas Capens · 2 years, 9 months ago
  75. 6dfb3ae Eliminate custom Vulkan constants by Nicolas Capens · 2 years, 9 months ago
  76. 4088363 Don't use global variables for CPUID by Sean Risser · 2 years, 9 months ago
  77. 6d217b5 Remove global constructor from BC6 by Sean Risser · 2 years, 9 months ago
  78. e32890c Fix Subzero Optimizer run time variability by Nicolas Capens · 2 years, 9 months ago
  79. 6aad52e Fix Chromium's swiftshader_unittests by Nicolas Capens · 2 years, 9 months ago
  80. 02a91c9 Deprecate libEGL and libGLESv2 CMake build targets by Nicolas Capens · 2 years, 9 months ago
  81. 705231f Remove Config::Edit::None default object by Sean Risser · 2 years, 9 months ago
  82. 6b06de2 Mac: use default visibility by Leonard Grey · 2 years, 9 months ago
  83. 34d436e Add PA and BTI to SwiftShader by André Kempe · 2 years, 9 months ago
  84. 9eb5aca Add external memory parameter to size computations by Alexis Hetu · 2 years, 9 months ago
  85. 16b4457 Remove useless 'target' parameter by Alexis Hetu · 2 years, 9 months ago
  86. 1594184 Separate analysis info from SPIR-V execution modes by Nicolas Capens · 2 years, 9 months ago
  87. d5d18aa Squashed 'third_party/marl/' changes from 3285a2dfb..49602432d by Nicolas Capens · 2 years, 9 months ago
  88. f2bf63b Update Marl to 49602432d by Nicolas Capens · 2 years, 9 months ago
  89. 803ceb5 Xcb: Check if geom is valid before using it by Alexis Hetu · 2 years, 9 months ago
  90. f9dd2e7 Fix integer overflow in vertex buffer access robustness check by Nicolas Capens · 2 years, 9 months ago
  91. 526b987 Disable hwasan in llvm-10.0. by Evgenii Stepanov · 2 years, 9 months ago
  92. b2af6a8 Regres: Update test lists @ 8532b0f2 by SwiftShader Regression Bot · 2 years, 10 months ago
  93. 8532b0f Implement VK_EXT_custom_border_color by Nicolas Capens · 3 years ago
  94. c3dd927 Regres: Update test lists @ e4b7794d by SwiftShader Regression Bot · 2 years, 10 months ago
  95. e4b7794 Remove unimplemented MaskedStore/MaskedLoad usage by Nicolas Capens · 2 years, 10 months ago
  96. 15f3944 Optimize OpImageFetch for single-level mipmaps by Nicolas Capens · 2 years, 10 months ago
  97. d448309 Fix computing anisotropy factor for single-level mipmap by Nicolas Capens · 2 years, 10 months ago
  98. 1bc8669 Regres: Update test lists @ dcfc0a6e by SwiftShader Regression Bot · 2 years, 10 months ago
  99. dcfc0a6 Fix ignoring fragment shader depth for EarlyFragmentTests mode by Nicolas Capens · 2 years, 10 months ago
  100. 8660e1c Include multisample handling into fragment pipeline stages by Nicolas Capens · 2 years, 10 months ago