1. ae6a1e1 Fix UWP build (#4235) by Shahbaz Youssefi · 3 years ago
  2. 6210375 Fix clang-format-diff.py URL (#4233) by Paul Thomson · 3 years ago
  3. 8da800c spirv-reduce: Remove redundant r-value references (#4232) by Alastair Donaldson · 3 years ago
  4. 212895d Typo fix (#4225) by Alastair Donaldson · 3 years, 1 month ago
  5. 48007a5 Add interpolate legalization pass (#4220) by Greg Fischer · 3 years, 1 month ago
  6. 61e256c spirv-fuzz: Efficiency improvements to fuzzer pass (#4188) by Alastair Donaldson · 3 years, 1 month ago
  7. 2ee21fb spirv-fuzz: Avoid invalidating analyses when splitting blocks (#4218) by Alastair Donaldson · 3 years, 1 month ago
  8. 22eb528 spirv-fuzz: Do not add too many dead blocks (#4217) by Alastair Donaldson · 3 years, 1 month ago
  9. d0c73fc spirv-fuzz: Optimize transformations (#4216) by Alastair Donaldson · 3 years, 1 month ago
  10. f227930 spirv-fuzz: Fix comments #4215 by Vasyl Teliman · 3 years, 1 month ago
  11. ecc840d Add validation for SPV_EXT_shader_atomic_float_min_max (#4105) by Jason Ekstrand · 3 years, 1 month ago
  12. d20c9c2 Make spirv-tools-build-version a common dependency (#4210) by David Neto · 3 years, 1 month ago
  13. bed8479 spirv-fuzz: Call by value and move in transformations (#4208) by Alastair Donaldson · 3 years, 1 month ago
  14. c0833ce spirv-fuzz: Remove destructors from FuzzerPass subclasses (#4209) by Alastair Donaldson · 3 years, 1 month ago
  15. 3d39517 spirv-fuzz: Improve transformation test oracles (#4207) by Alastair Donaldson · 3 years, 1 month ago
  16. edb8399 spirv-fuzz: Add WGSL compatibility flag to context (#4193) by Vasyl Teliman · 3 years, 1 month ago
  17. 6382cbb spirv-fuzz: Avoid invalidating analyses in various transformations (#4205) by Alastair Donaldson · 3 years, 1 month ago
  18. 6578899 spirv-fuzz: Manage available instructions efficiently (#4177) by Alastair Donaldson · 3 years, 1 month ago
  19. 75d7c14 spirv-fuzz: Remove AddType methods from fuzzerutil (#4204) by Alastair Donaldson · 3 years, 1 month ago
  20. f2a19b0 spirv-val: Refactor of atomic pass (#4200) by sfricke-samsung · 3 years, 1 month ago
  21. 8f421ce spirv-val: Label VUID 04643 (#4202) by sfricke-samsung · 3 years, 1 month ago
  22. 2b0d16a spirv-val: Label VUID 04667 (#4201) by sfricke-samsung · 3 years, 1 month ago
  23. a732e4c spirv-fuzz: Apply fuzzer pass before checking exit conditions (#4199) by Alastair Donaldson · 3 years, 1 month ago
  24. a611be7 spirv-val: Fix Int64Atomics check (#4192) by sfricke-samsung · 3 years, 1 month ago
  25. 4f49877 Roll deps (#4185) by timvpGoogle · 3 years, 1 month ago
  26. c040bd3 spirv-val: Add Vulkan Execution Scope checks (#4183) by sfricke-samsung · 3 years, 1 month ago
  27. 8866fd7 spirv-fuzz: Locate instructions more efficiently (#4189) by Alastair Donaldson · 3 years, 1 month ago
  28. db2a706 spirv-fuzz: Make adding equation instructions more efficient (#4190) by Alastair Donaldson · 3 years, 1 month ago
  29. e8ab710 spirv-fuzz: Make PermutePhiOperands more efficient (#4191) by Alastair Donaldson · 3 years, 1 month ago
  30. 79ab273 Accept OpImageTexelPointer user in scalar-replacement (#4187) by Jaebaek Seo · 3 years, 1 month ago
  31. 042eff7 spirv-val: Add Vulkan Invocation Sematics check (#4182) by sfricke-samsung · 3 years, 1 month ago
  32. 03f2310 spirv-val: Label VUID 04634 (#4181) by sfricke-samsung · 3 years, 1 month ago
  33. 4100477 Support SPV_KHR_linkonce_odr, SPV_KHR_expect_assume (#4161) by David Neto · 3 years, 1 month ago
  34. 478754c spirv-fuzz: Avoid invalidating analyses (#4176) by Alastair Donaldson · 3 years, 1 month ago
  35. 7779907 spirv-fuzz: Add buggy test (#4180) by Vasyl Teliman · 3 years, 1 month ago
  36. 9e93b16 Remove usage of std::iterator. (#4171) by Corentin Wallez · 3 years, 1 month ago
  37. 5d8c403 BUILD.gn: fix typo for 'cflags' (#4169) by Corentin Wallez · 3 years, 1 month ago
  38. 77eb2b6 Suppress warning (#4168) by Corentin Wallez · 3 years, 1 month ago
  39. f7cf3ec spirv-fuzz: Avoid unnecessary dependency (#4165) by Alastair Donaldson · 3 years, 1 month ago
  40. 1746ed3 Add `void` in function declaration to keep some compilers happy (#4160) by Daniel Koch · 3 years, 1 month ago
  41. 4a59fd4 Fix -Wextra-semi-stmt -Wsuggest-destructor-override -Wdeprecated-copy-dtor (#4164) by Corentin Wallez · 3 years, 1 month ago
  42. c6da5e3 spirv-val: Vulkan 64-bit OpAtomicStore check (#4163) by sfricke-samsung · 3 years, 1 month ago
  43. e6a9f4e spirv-fuzz: Fix the bug in TransformationReplaceBranchFromDeadBlockWithExit (#4140) by Vasyl Teliman · 3 years, 2 months ago
  44. 7d514cf spirv-fuzz: Fix PartialCount (#4159) by Vasyl Teliman · 3 years, 2 months ago
  45. f7043c0 spirv-fuzz: Handle Vulkan SPIR-V versions (#4156) by Alastair Donaldson · 3 years, 2 months ago
  46. 43cfa9b spirv-fuzz: Add persistent state to the fuzzer (#4137) by Vasyl Teliman · 3 years, 2 months ago
  47. 939bc02 Require an OpSelectionMerge before an OpSwitch (#4154) by alan-baker · 3 years, 2 months ago
  48. 0bd920e Use standard function to get stdin to binary mode. (#4141) by Steven Perron · 3 years, 2 months ago
  49. d28186d Fixes for the vscode language server extension (#4150) by Ben Clayton · 3 years, 2 months ago
  50. ef3290b spirv-opt: Don't call GenerateCopy for mismatched image types (#4126) by seppala2 · 3 years, 2 months ago
  51. 1b35745 Start SPIRV-Tools v2021.0 by Jaebaek Seo · 3 years, 2 months ago
  52. 07383c6 Finalize SPIRV-Tools v2020.7 by Jaebaek Seo · 3 years, 2 months ago v2020.7
  53. 05cda81 Update CHANGES by Jaebaek Seo · 3 years, 2 months ago
  54. c79edd2 Generate differentiated error codes for buffer oob checking (#4144) by greg-lunarg · 3 years, 2 months ago
  55. cfa1dad Update a few virtuals to overrides. (#4143) by dan sinclair · 3 years, 2 months ago
  56. f0c96f4 spriv-val: Vulkan image gather constant component (#4133) by sfricke-samsung · 3 years, 2 months ago
  57. 3ad7e5f spirv-val: Fix/Label UniformConstant VUID (#4134) by sfricke-samsung · 3 years, 2 months ago
  58. f11f743 spirv-val: Add Vulkan Invariant Decoration VUID (#4132) by sfricke-samsung · 3 years, 2 months ago
  59. c91a25a spirv-val: label tests for VUID 04657 (#4119) by sfricke-samsung · 3 years, 3 months ago
  60. d61a7d1 spirv-val: Add Vulkan PSB64 convert VUID (#4122) by sfricke-samsung · 3 years, 3 months ago
  61. 297723d Mark module as modified if convert-to-half removes decorations. (#4127) by Steven Perron · 3 years, 3 months ago
  62. e8bd26e Set correct scope and line info for DebugValue (#4125) by Jaebaek Seo · 3 years, 3 months ago
  63. b812fd6 Validate SPV_KHR_workgroup_memory_explicit_layout (#4128) by Caio Marcelo de Oliveira Filho · 3 years, 3 months ago
  64. cc81f53 Validate VK_KHR_zero_initialize_workgroup_memory (#4124) by alan-baker · 3 years, 3 months ago
  65. d71ac38 spirv-val: Add Vulkan image gather offset VUID (#4118) by sfricke-samsung · 3 years, 3 months ago
  66. a4f97da Add cmake to windows path for kokoro (#4129) by alan-baker · 3 years, 3 months ago
  67. a61600c spirv-val: Label Vulkan atomic semantics VUIDs (#4120) by sfricke-samsung · 3 years, 3 months ago
  68. 819117c spirv-val: Label VUID 04662 (#4123) by sfricke-samsung · 3 years, 3 months ago
  69. 89ad227 spirv-val: Label VUID 04683 (#4121) by sfricke-samsung · 3 years, 3 months ago
  70. 968659a Remove obsolete GN config (#4110) by mi-ac · 3 years, 3 months ago
  71. f37547c spirv-val: Add Vulkan EXT builtins (#4115) by sfricke-samsung · 3 years, 3 months ago
  72. 1bd539b Support pending Intel extensions (#4116) by David Neto · 3 years, 3 months ago
  73. 56f8ed4 Validate Sampled=1 for Vulkan ImageQuerySizeLod, ImageQueryLevels, ImageQueryLod (#4103) by David Neto · 3 years, 3 months ago
  74. e25db02 spirv-val: Add Vulkan Memory Scope VUs (#4106) by sfricke-samsung · 3 years, 3 months ago
  75. 8383bd5 Migrate all Kokoro build scripts over to use the docker VM image (#4114) by Ben Clayton · 3 years, 3 months ago
  76. ee39b5d spirv-val: Add Vulkan Addressing Model check (#4107) by sfricke-samsung · 3 years, 3 months ago
  77. 9150cd4 Remove WebGPU support (#4108) by Ryan Harrison · 3 years, 3 months ago
  78. b2cfc5d spirv-val: Vulkan atomic storage class (#4079) by sfricke-samsung · 3 years, 3 months ago
  79. cec658c Avoid integrity check failures caused by propagating line instructions (#4096) by Jaebaek Seo · 3 years, 3 months ago
  80. b1507d0 Linker usability improvements (#4084) by Pierre Moreau · 3 years, 3 months ago
  81. 7bbe1a3 Revert "Generate differentiated error codes for buffer oob checking (#4097)" (#4100) by dan sinclair · 3 years, 3 months ago
  82. c32277c Generate differentiated error codes for buffer oob checking (#4097) by greg-lunarg · 3 years, 3 months ago
  83. f3ccb63 use std::string::empty() to test for emptiness (#4098) by David Neto · 3 years, 3 months ago
  84. ad77ed7 spirv-val: Label standalone Vulkan VUID (#4091) by sfricke-samsung · 3 years, 3 months ago
  85. aa005e8 spirv-val: Add Vulkan decroation VUID (#4090) by sfricke-samsung · 3 years, 3 months ago
  86. 4ed1f4f Fix binding number calculation in desc sroa (#4095) by Steven Perron · 3 years, 3 months ago
  87. af3a3d4 Build deps: dump ini from 1.3.5 to 1.3.7 in tools/sva (#4092) by Steven Perron · 3 years, 3 months ago
  88. 94d1a80 spirv-val: Add Vulkan FP Mode VUID (#4088) by sfricke-samsung · 3 years, 3 months ago
  89. 6d05ed8 spirv-val: Fix Vulkan image sampled check (#4085) by sfricke-samsung · 3 years, 3 months ago
  90. 37c0385 spirv-val: Add Vulkan ForwardPointer VUID (#4089) by sfricke-samsung · 3 years, 3 months ago
  91. d630e5f spirv-val: Add Vulkan ImageTexelPointer format check (#4087) by sfricke-samsung · 3 years, 3 months ago
  92. 1bb80d2 spirv-val: Add Vulkan Group Operation VUID (#4086) by sfricke-samsung · 3 years, 3 months ago
  93. 17ffa89 spirv-val: Add first StandAlone VUID 04633 (#4077) by sfricke-samsung · 3 years, 4 months ago
  94. 8f4b35c spirv-val: Add Subgroup VUIDs (#4074) by sfricke-samsung · 3 years, 4 months ago
  95. 4e31fdd spirv-fuzz: Fix OpPhi handling in DuplicateRegionWithSelection (#4065) by Alastair Donaldson · 3 years, 4 months ago
  96. ad898cb validation: validate return type of OpImageRead (#4072) by David Neto · 3 years, 4 months ago
  97. 305caff validation: tighter validation of multisampled images (#4059) by David Neto · 3 years, 4 months ago
  98. a0370ef validate OpTypeImage Sampled values for environemnts (#4064) by David Neto · 3 years, 4 months ago
  99. 09d1fea Force using Python 3 git-sync-deps (#4067) by Ryan Harrison · 3 years, 4 months ago
  100. 7170218 validate StorageImageMultisampled capability (#4062) by David Neto · 3 years, 4 months ago