aboutsummaryrefslogtreecommitdiff
path: root/source/val/validate_extensions.cpp
AgeCommit message (Expand)Author
2024-06-04spirv-val, core: add support for OpExtInstWithForwardRefs (#5698)Nathan Gauër
2024-02-21spirv-val: Make Constant evaluation consistent (#5587)Spencer Fricke
2023-11-17spirv-val: Loosen restriction on base type of DebugTypePointer and DebugTypeQ...Sajjad Mirza
2023-03-28spirv-val: Remove unused includes and code (#5176)Spencer Fricke
2023-01-11Validate version 5 of clspv reflection (#5050)alan-baker
2022-11-24Add validation support for SPV_NV_shader_invocation_reorder. (#4979)alelenv
2022-11-04Switch SPIRV-Tools to use spirv.hpp11 internally (#4981)alan-baker
2022-09-01Implement tool changes for SPV_EXT_mesh_shader. (#4915)Pankaj Mistry
2022-03-04spirv-val: Validate DebugTypeMatrix (#4732)Jeremy Hayes
2022-02-09[spirv-val] Allow 0 Component Count for DebugTypeArray for Shader (#4706)Greg Fischer
2022-01-26Fix various source comment (doxygen) typos (#4680)luzpaz
2021-12-15Basic support for SPIR-V 1.6 (#4663)alan-baker
2021-12-08Fix endianness of string literals (#4622)Marius Hillenbrand
2021-09-15spirv-opt: Switch from Vulkan.DebugInfo to Shader.DebugInfo (#4493)Greg Fischer
2021-08-23spirv-val: Validate vulkan debug info similarly to opencl debug info (#4466)Greg Fischer
2021-07-29Fix validator crash (#4418)alan-baker
2021-07-02add tests for SPV_KHR_bit_instructions (#4350)Ben Ashbaugh
2021-03-31Add interpolate legalization pass (#4220)Greg Fischer
2021-01-27Validate SPV_KHR_workgroup_memory_explicit_layout (#4128)Caio Marcelo de Oliveira Filho
2021-01-14Remove WebGPU support (#4108)Ryan Harrison
2020-08-16Allow DebugTypeTemplate for Type operand (#3702)Jaebaek Seo
2020-08-12Validate more OpenCL.DebugInfo.100 instructions (#3684)Jaebaek Seo
2020-08-05OpenCL.DebugInfo.100 DebugTypeArray with variable size (#3549)Jaebaek Seo
2020-07-30Validator support for non-semantic clspv reflection (#3618)alan-baker
2020-05-25spirv-val: allow DebugInfoNone for DebugTypeComposite.Size (#3374)Jaebaek Seo
2020-02-25Add validation rules for OpenCL.DebugInfo.100 extension (#3133)Jaebaek Seo
2019-12-18Add support for SPV_KHR_non_semantic_info (#3110)David Neto
2019-08-15Update remquo validation to match the OpenCL Extended Instruction Set Specifi...Toomas Remmelg
2019-05-22Update vloadn and vstoren validation to match the OpenCL Extended Instruction...Toomas Remmelg
2018-11-28Ensure that only whitelisted extensions are used in WebGPU (#2127)Ryan Harrison
2018-11-27Move OpExtInst validation into validate_extensions.cpp (#2124)Ryan Harrison
2018-11-27Ensure that imported extended instructions for WebGPU are only "GLSL.std.450"...Ryan Harrison