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-05Switch SPIRV-Tools to use spirv.hpp11 internally (#4981)alan-baker
2022-01-26Fix various source comment (doxygen) typos (#4680)luzpaz
2021-07-06spirv-reduce: Eliminate skeletal structured control flow construct (#4360)Alastair Donaldson
2021-06-28Add IsReachable function to IRContext (#4323)Alastair Donaldson
2021-06-28spirv-reduce: Cleanup a few things (#4352)Alastair Donaldson
2021-05-14Invalidate analyses (#4260)Vasyl Teliman
2021-04-29Invalidate DefUse analysis (#4255)Vasyl Teliman
2021-04-09spirv-reduce: Remove redundant r-value references (#4232)Alastair Donaldson
2020-10-29CMake: Add SPIRV_TOOLS_BUILD_STATIC flag (#3910)Ben Clayton
2020-09-11spirv-reduce: Support reducing a specific function (#3774)Alastair Donaldson
2020-09-11spirv-reduce: Refactoring (#3793)Alastair Donaldson
2020-09-10Favour 'integrity' over 'coherence' as a replacement for 'sanity'. (#3619)Alastair Donaldson
2020-08-10Avoid using /MP4 for clang on windows. (#3662)Steven Perron
2020-07-29Update some language usage. (#3611)dan sinclair
2020-07-29Avoid use of 'sanity' and 'sanity check' in the code base (#3585)Alastair Donaldson
2020-07-27CMake: Enable building with BUILD_SHARED_LIBS=1 (#3490)Ben Clayton
2020-05-14spirv-reduce: Remove unused struct members (#3329)Alastair Donaldson
2020-05-14spirv-reduce: Remove unused uniforms and similar (#3321)Alastair Donaldson
2020-01-24Handle conflict between debug info and existing validation rule (#3104)Jaebaek Seo
2019-10-17Improved CMake install step. (#2963)Aaron Barany
2019-10-10reduce: add large tests and fix (#2947)Paul Thomson
2019-10-08reduce: improve remove unref instr pass (#2945)Paul Thomson
2019-09-04Export SPIRV-Tools targets on installation (#2785)rumblehhh
2019-08-23Extend reducer to remove relaxed precision decorations (#2797)Alastair Donaldson
2019-04-16Implement WebGPU->Vulkan initializer conversion for 'Function' variables (#2513)Ryan Harrison
2019-04-15reduce: Add two branch reduction passes (#2507)Paul Thomson
2019-04-08reduce: miscellaneous fixes (#2494)Paul Thomson
2019-04-02reduce: add remove_selection_reduction_opportunity (#2485)Paul Thomson
2019-03-29reduce: fix loop to selection pass for loops with combined header/continue bl...Paul Thomson
2019-03-26reduce: fix loop to selection dominance query (#2477)Paul Thomson
2019-03-26Improve reducer algorithm and other changes (#2472)Paul Thomson
2019-03-21Add some val options to reduce (#2401)Paul Thomson
2019-03-21reduce: remove unreferenced blocks pass (#2398)Paul Thomson
2019-02-12Fix merge blocks opportunity to check if still enabled (#2370)Paul Thomson
2019-02-08Fixes #2358. Added to the reducer the ability to remove a function t… (#2361)Alastair Donaldson
2019-02-01Merge blocks in reducer (#2353)Alastair Donaldson
2019-01-25Fixed names in ifdefs and GetName functions that had been forgotten in a prev...Alastair Donaldson
2019-01-24Refactored reducer so that the 'finding' functionality of a reduction pass ar...Alastair Donaldson
2018-12-19spirv-reduce: add OperandToUndefReductionPass (#2200)Paul Thomson
2018-12-12Validate during reduction (#2194)Alastair Donaldson
2018-12-10Add RemoveOpNameInstruction reduction pass (#2187)Hugues Evrard
2018-12-07Replace loop with selection (#2164)Alastair Donaldson
2018-11-27New spirv-reduce reduction pass: operand to dominating id. (#2099)Alastair Donaldson
2018-11-23Fix the missing pch files in spirv-reduce (#2097)Minmin Gong
2018-11-22Add newline at end of file (#2098)dan sinclair
2018-11-21Initial commit for spirv-reduce. (#2056)Alastair Donaldson