Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-30spirv-val: Add an option to use friendly names or not (#4951)Shahbaz Youssefi
2022-01-26Fix various source comment (doxygen) typos (#4680)luzpaz
2022-01-25Vulkan 1.3 (#4686)alan-baker
2021-12-15Basic support for SPIR-V 1.6 (#4663)alan-baker
2021-10-06Include a maximum value for spv_target_env (#4559)Alastair Donaldson
2021-09-15spirv-opt: Switch from Vulkan.DebugInfo to Shader.DebugInfo (#4493)Greg Fischer
2021-08-26Add a feature for allowing LocalSizeId (#4492)gnl21
2021-07-12Add non-semantic vulkan extended instruction set (#4362)Greg Fischer
2021-06-23Initial support for SPV_KHR_integer_dot_product (#4327)Kévin Petit
2021-06-09Support Intel extensions for fixed point and hls-float (#4321)David Neto
2021-03-31Add interpolate legalization pass (#4220)Greg Fischer
2021-03-10Add `void` in function declaration to keep some compilers happy (#4160)Daniel Koch
2021-01-28Validate SPV_KHR_workgroup_memory_explicit_layout (#4128)Caio Marcelo de Oliveira Filho
2021-01-20Support pending Intel extensions (#4116)David Neto
2021-01-15Remove WebGPU support (#4108)Ryan Harrison
2020-10-20Support SPV_KHR_fragment_shading_rate (#3943)Tobski
2020-09-28[spirv-dis] Add some context comments to disassembly. (#3847)dan sinclair
2020-09-18spirv-fuzz: Add pass recommendations (#3757)Alastair Donaldson
2020-09-11spirv-reduce: Support reducing a specific function (#3774)Alastair Donaldson
2020-07-30Validator support for non-semantic clspv reflection (#3618)alan-baker
2020-07-27Avoid operand type range checks (#3379)David Neto
2020-07-15spirv-fuzz: Add replay range option (#3535)Alastair Donaldson
2020-03-17Add support for KHR_ray_{query,tracing} extensions (#3235)Daniel Koch
2020-02-20Make spvOpcodeString part of the public API (#3174)Steven Perron
2020-01-25Clarify mapping of target env to SPIR-V version (#3150)David Neto
2020-01-24Add spvParseVulkanEnv (#3142)David Neto
2020-01-15Add basic support for Vulkan 1.2: SPV_ENV_VULKAN_1_2David Neto
2019-12-20Support OpenCL.DebugInfo.100 extended instruction set (#3080)David Neto
2019-12-19Add support for SPV_KHR_non_semantic_info (#3110)David Neto
2019-11-27spirv-fuzz: Improve debugging facilities (#3074)Alastair Donaldson
2019-09-20Allow validation during spirv-fuzz replay (#2873)Alastair Donaldson
2019-09-13SPIRV-Tools support for SPIR-V 1.5 (#2865)alan-baker
2019-07-10Add —preserve-bindings and —preserve-spec-constants (#2693)Thomas Roughton
2019-07-07Shrinker for spirv-fuzz (#2708)Alastair Donaldson
2019-05-27Add library for spirv-fuzz (#2618)Alastair Donaldson
2019-05-13Make pointers to isomorphic type interchangeable with option. (#2570)Steven Perron
2019-05-09VK_KHR_uniform_buffer_standard_layout validation (#2562)David Neto
2019-05-07Support SPIR-V 1.4 (#2550)David Neto
2019-03-26Improve reducer algorithm and other changes (#2472)Paul Thomson
2019-02-07Make spvParseTargetEnv public (#2362)dan sinclair
2018-11-27Prevent diagnostic memory leak (#2110)alan-baker
2018-11-21Initial commit for spirv-reduce. (#2056)Alastair Donaldson
2018-11-16Validator: Support VK_EXT_scalar_block_layoutDavid Neto
2018-11-06Validate the id bound. (#2031)Steven Perron
2018-11-06Add explicit void parameter in libspirv.h again (#2032)James Jones
2018-09-10Add option for the max id bound. (#1870)Steven Perron
2018-08-03Rewrite include guards (#1793)dan sinclair
2018-07-12Add option to skip verifying block layoutLei Zhang
2018-06-26Add validation for structs decorated as Block or BufferBlock.Ari Suonpaa
2018-06-21Add a WIP WebGPU environment. It disallows OpUndefCorentin Wallez