- fa5d424 spirv-val: Add more Vulkan VUID labels (#4764) by sfricke-samsung · 3 years ago
- 90728d2 spirv-val: Clean up VariablePointers logic (#4755) by sfricke-samsung · 3 years ago
- b3c1790 spirv-val: Add Vulkan 32-bit bit op Base (#4758) by sfricke-samsung · 3 years ago
- 9668d2e spirv-val: Label and add test for PSB Aligned (#4756) by sfricke-samsung · 3 years ago
- f8cd514 spirv-val: Add better error code for invalid operand (#4753) by sfricke-samsung · 3 years ago
- 7963fa1 spirv-val: Add Vulkan Dref not allowed 3D dim VUID (#4751) by sfricke-samsung · 3 years ago
- 5c9d55a spirv-val: Add Vulkan Image VUID 06214 (#4750) by sfricke-samsung · 3 years ago
- 9700708 spirv-val: Label Vulkan RuntimeArray VUID (#4749) by sfricke-samsung · 3 years ago
- ca59914 spirv-val: Disallow array of push constants (#4742) by sfricke-samsung · 3 years ago
- 273d2a4 spirv-val: Label VUID 06491 (#4745) by sfricke-samsung · 3 years ago
- d1addc4 spirv-val: Label Vulkan VUID 04734 (#4739) by sfricke-samsung · 3 years ago
- 598bc67 spirv-val: Validate DebugTypeMatrix (#4732) by Jeremy Hayes · 3 years ago
- ff91f94 [spirv-val] Allow 0 Component Count for DebugTypeArray for Shader (#4706) by Greg Fischer · 3 years, 1 month ago
- 20b122b Fix handling of Nontemporal image operand (#4692) by alan-baker · 3 years, 1 month ago
- 65ecfd1 Fix various source comment (doxygen) typos (#4680) by luzpaz · 3 years, 2 months ago
- 6938af7 Vulkan 1.3 (#4686) by alan-baker · 3 years, 2 months ago
- df2aad6 val: interface struct with builtins must be Block (#4665) by David Neto · 3 years, 3 months ago
- 5d0e324 Patch location validation VUIDs (#4664) by David Neto · 3 years, 3 months ago
- 7d76881 Basic support for SPIR-V 1.6 (#4663) by alan-baker · 3 years, 3 months ago
- b014238 Allow WorkgroupSize on variables for Kernels (#4627) by alan-baker · 3 years, 4 months ago
- 339d447 Improve decoration validation (#4490) by alan-baker · 3 years, 4 months ago
- c194bb2 spirv-val Update LocalSizeId VUID (#4602) by sfricke-samsung · 3 years, 5 months ago
- 791f5b4 Only validate workgroup layout for explicit workgroup memory (#4542) by alan-baker · 3 years, 5 months ago
- 2feb707 Avoid confusing short-circuiting (#3404) by David Neto · 3 years, 5 months ago
- 17a5bac Handle missing execution modes for limitation check (#4594) by alan-baker · 3 years, 5 months ago
- 35fd0e1 Consider 0xffffffff offset as missing (#4564) by alan-baker · 3 years, 5 months ago
- 06ebc48 Account for strided components in arrays (#4575) by alan-baker · 3 years, 5 months ago
- 0292d6b Update SPIRV-Headers (#4573) by alan-baker · 3 years, 5 months ago
- 3234daa Do not assume there are execution modes (#4555) by alan-baker · 3 years, 6 months ago
- a6c5056 Fix checks for offset in nested structs (#4531) by alan-baker · 3 years, 6 months ago
- 1454c95 spirv-opt: Switch from Vulkan.DebugInfo to Shader.DebugInfo (#4493) by Greg Fischer · 3 years, 6 months ago
- 846b032 Fix infinite loop in validation (#4523) by alan-baker · 3 years, 6 months ago
- 5efeaad Fix bad order of checks in atomic validation (#4524) by alan-baker · 3 years, 6 months ago
- 4f4f760 Change validator boolean tests to avoid asserts (#4503) by alan-baker · 3 years, 6 months ago
- 912460e Fix infinite loop in GetBlockDepth (#4519) by alan-baker · 3 years, 6 months ago
- 013b1f3 Fix validation message for cooperative matrix column type (#4502) by David Neto · 3 years, 6 months ago
- c16224c Add some missing switch validation (#4507) by alan-baker · 3 years, 6 months ago
- a1d5d67 spirv-val: Validate vulkan debug info similarly to opencl debug info (#4466) by Greg Fischer · 3 years, 7 months ago
- d699296 spirv-val: Fix WorkgroupSize VUID 04425 (#4482) by sfricke-samsung · 3 years, 7 months ago
- a9ce5e0 Fix matrix stride validation (#4468) by alan-baker · 3 years, 7 months ago
- e172833 Don't double count variables for location validation (#4474) by alan-baker · 3 years, 7 months ago
- b2e36b6 Disallow loading a runtime-sized array (#4473) by alan-baker · 3 years, 7 months ago
- 5737dbb Fix validator crash (#4418) by alan-baker · 3 years, 8 months ago
- 2a7a561 Fix local size hint id tests (#4400) by alan-baker · 3 years, 8 months ago
- c67f132 add tests for SPV_KHR_bit_instructions (#4350) by Ben Ashbaugh · 3 years, 9 months ago
- 3a02d11 Add validation for SPV_EXT_shader_atomic_float16_add (#4325) by Jason Ekstrand · 3 years, 9 months ago
- e065c48 Initial support for SPV_KHR_integer_dot_product (#4327) by Kévin Petit · 3 years, 9 months ago
- f8eafd4 spirv-val: Label VUID 04780 (#4334) by sfricke-samsung · 3 years, 9 months ago
- e84bcb2 spirv-val: Add GLCompute to VUID 04644 message (#4333) by sfricke-samsung · 3 years, 9 months ago
- 4d22f58 Support SPV_KHR_subgroup_uniform_control_flow (#4318) by alan-baker · 3 years, 9 months ago
- ecdd9a3 spirv-val: Vulkan Storage Class for Execution Model (#4212) by sfricke-samsung · 3 years, 9 months ago
- fb02131 No error report for variable image offset when before-legal-hlsl is on (#4316) by Jaebaek Seo · 3 years, 9 months ago
- 010cd28 Fix continue construct for single block loops (#4277) by alan-baker · 3 years, 10 months ago
- 693d564 spriv-val: Fix clang-format bug for VUID string (#4238) by sfricke-samsung · 4 years ago
- 48007a5 Add interpolate legalization pass (#4220) by Greg Fischer · 4 years ago
- ecc840d Add validation for SPV_EXT_shader_atomic_float_min_max (#4105) by Jason Ekstrand · 4 years ago
- f2a19b0 spirv-val: Refactor of atomic pass (#4200) by sfricke-samsung · 4 years ago
- 8f421ce spirv-val: Label VUID 04643 (#4202) by sfricke-samsung · 4 years ago
- 2b0d16a spirv-val: Label VUID 04667 (#4201) by sfricke-samsung · 4 years ago
- a611be7 spirv-val: Fix Int64Atomics check (#4192) by sfricke-samsung · 4 years ago
- c040bd3 spirv-val: Add Vulkan Execution Scope checks (#4183) by sfricke-samsung · 4 years ago
- 042eff7 spirv-val: Add Vulkan Invocation Sematics check (#4182) by sfricke-samsung · 4 years ago
- 03f2310 spirv-val: Label VUID 04634 (#4181) by sfricke-samsung · 4 years ago
- 4100477 Support SPV_KHR_linkonce_odr, SPV_KHR_expect_assume (#4161) by David Neto · 4 years ago
- 4a59fd4 Fix -Wextra-semi-stmt -Wsuggest-destructor-override -Wdeprecated-copy-dtor (#4164) by Corentin Wallez · 4 years ago
- c6da5e3 spirv-val: Vulkan 64-bit OpAtomicStore check (#4163) by sfricke-samsung · 4 years ago
- 939bc02 Require an OpSelectionMerge before an OpSwitch (#4154) by alan-baker · 4 years ago
- f0c96f4 spriv-val: Vulkan image gather constant component (#4133) by sfricke-samsung · 4 years, 1 month ago
- 3ad7e5f spirv-val: Fix/Label UniformConstant VUID (#4134) by sfricke-samsung · 4 years, 1 month ago
- f11f743 spirv-val: Add Vulkan Invariant Decoration VUID (#4132) by sfricke-samsung · 4 years, 1 month ago
- c91a25a spirv-val: label tests for VUID 04657 (#4119) by sfricke-samsung · 4 years, 1 month ago
- d61a7d1 spirv-val: Add Vulkan PSB64 convert VUID (#4122) by sfricke-samsung · 4 years, 1 month ago
- b812fd6 Validate SPV_KHR_workgroup_memory_explicit_layout (#4128) by Caio Marcelo de Oliveira Filho · 4 years, 2 months ago
- cc81f53 Validate VK_KHR_zero_initialize_workgroup_memory (#4124) by alan-baker · 4 years, 2 months ago
- d71ac38 spirv-val: Add Vulkan image gather offset VUID (#4118) by sfricke-samsung · 4 years, 2 months ago
- a61600c spirv-val: Label Vulkan atomic semantics VUIDs (#4120) by sfricke-samsung · 4 years, 2 months ago
- 819117c spirv-val: Label VUID 04662 (#4123) by sfricke-samsung · 4 years, 2 months ago
- 89ad227 spirv-val: Label VUID 04683 (#4121) by sfricke-samsung · 4 years, 2 months ago
- f37547c spirv-val: Add Vulkan EXT builtins (#4115) by sfricke-samsung · 4 years, 2 months ago
- 56f8ed4 Validate Sampled=1 for Vulkan ImageQuerySizeLod, ImageQueryLevels, ImageQueryLod (#4103) by David Neto · 4 years, 2 months ago
- e25db02 spirv-val: Add Vulkan Memory Scope VUs (#4106) by sfricke-samsung · 4 years, 2 months ago
- 9150cd4 Remove WebGPU support (#4108) by Ryan Harrison · 4 years, 2 months ago
- b2cfc5d spirv-val: Vulkan atomic storage class (#4079) by sfricke-samsung · 4 years, 2 months ago
- f3ccb63 use std::string::empty() to test for emptiness (#4098) by David Neto · 4 years, 2 months ago
- ad77ed7 spirv-val: Label standalone Vulkan VUID (#4091) by sfricke-samsung · 4 years, 2 months ago
- aa005e8 spirv-val: Add Vulkan decroation VUID (#4090) by sfricke-samsung · 4 years, 2 months ago
- 94d1a80 spirv-val: Add Vulkan FP Mode VUID (#4088) by sfricke-samsung · 4 years, 2 months ago
- 6d05ed8 spirv-val: Fix Vulkan image sampled check (#4085) by sfricke-samsung · 4 years, 2 months ago
- 37c0385 spirv-val: Add Vulkan ForwardPointer VUID (#4089) by sfricke-samsung · 4 years, 2 months ago
- d630e5f spirv-val: Add Vulkan ImageTexelPointer format check (#4087) by sfricke-samsung · 4 years, 2 months ago
- 1bb80d2 spirv-val: Add Vulkan Group Operation VUID (#4086) by sfricke-samsung · 4 years, 2 months ago
- 17ffa89 spirv-val: Add first StandAlone VUID 04633 (#4077) by sfricke-samsung · 4 years, 3 months ago
- 8f4b35c spirv-val: Add Subgroup VUIDs (#4074) by sfricke-samsung · 4 years, 3 months ago
- ad898cb validation: validate return type of OpImageRead (#4072) by David Neto · 4 years, 3 months ago
- 305caff validation: tighter validation of multisampled images (#4059) by David Neto · 4 years, 3 months ago
- a0370ef validate OpTypeImage Sampled values for environemnts (#4064) by David Neto · 4 years, 3 months ago
- 7170218 validate StorageImageMultisampled capability (#4062) by David Neto · 4 years, 3 months ago
- 3b85234 spirv-val: Add last TessLevelOuter and TessLevelInner VUID (#4055) by sfricke-samsung · 4 years, 3 months ago
- 1712907 spirv-val: Add last ClipDistance and CullDistance VUID (#4054) by sfricke-samsung · 4 years, 3 months ago
- 1a6b405 spirv-val: Add last ViewportIndex and Layer VUID (#4053) by sfricke-samsung · 4 years, 3 months ago