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-11-10Instrument: Change output buffer offset definitions (#4961)Jeremy Gebben
2022-11-08Add pass to eliminate dead output components (#4982)Greg Fischer
2022-11-02Add passes to eliminate dead output stores (#4970)Greg Fischer
2022-09-30spirv-val: Add an option to use friendly names or not (#4951)Shahbaz Youssefi
2022-05-09spirv-opt: add pass for interface variable scalar replacement (#4779)Jaebaek Seo
2022-05-06spirv-opt : Add FixFuncCallArgumentsPass (#4775)JiaoluAMD
2022-03-23spirv-opt: (WIP) Eliminate Dead Input Component Pass (#4720)Greg Fischer
2022-03-07Add pass to remove DontInline function control (#4747)Steven Perron
2022-01-26Fix typo in comment: SPIR-V section for debug instructions (#4683)David Neto
2022-01-26Fix various source comment (doxygen) typos (#4680)luzpaz
2022-01-25spirv-opt: add pass to Spread Volatile semantics (#4667)Jaebaek Seo
2022-01-25Vulkan 1.3 (#4686)alan-baker
2021-12-15Basic support for SPIR-V 1.6 (#4663)alan-baker
2021-12-15Rename strip reflect to strip nonsemantic (#4661)Steven Perron
2021-12-09optimizer: restore previous ABI. (#4653)Dave Airlie
2021-10-27Add spirv-opt pass to replace descriptor accesses based on variable indices (...Jaebaek Seo
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-09-15Add preserve_interface mode to aggressive_dead_code_elim (#4520)Greg Fischer
2021-09-02Set threshold for reduce-load-size pass (#4499)Jaebaek Seo
2021-08-27spirv-lint: Add lint based on divergence analysis (#4488)Jakub Kuderski
2021-08-26Add a feature for allowing LocalSizeId (#4492)gnl21
2021-08-18Add spirv-opt convert-to-sampled-image pass (#4340)Jaebaek Seo
2021-08-06Add new target for spirv-lint (#4446)dong-ja
2021-07-12Add non-semantic vulkan extended instruction set (#4362)Greg Fischer
2021-06-29spirv-opt: A pass to removed unused input on OpEntryPoint instructions. (#4275)ZHOU He
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-06-07Add kInstErrorMax to instrument.hpp (#4315)Greg Fischer
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-02-12Generate differentiated error codes for buffer oob checking (#4144)greg-lunarg
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
2021-01-12Revert "Generate differentiated error codes for buffer oob checking (#4097)" ...dan sinclair
2021-01-11Generate differentiated error codes for buffer oob checking (#4097)greg-lunarg
2020-12-01Add texel buffer out-of-bounds checking instrumentation (#4038)greg-lunarg
2020-10-31Temporarily add EmptyPass to prevent glslang from failing (#4004)Jaebaek Seo
2020-10-29Propagate OpLine to all applied instructions in spirv-opt (#3951)Jaebaek Seo
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-16Add buffer oob check to bindless instrumentation (#3800)greg-lunarg
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-22Support SPV_KHR_terminate_invocation (#3568)alan-baker
2020-07-15spirv-fuzz: Add replay range option (#3535)Alastair Donaldson
2020-07-14Add support to GPU-AV instrumentation for Task and Mesh shaders (#3512)greg-lunarg