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
path: root/tools
AgeCommit message (Expand)Author
2020-04-13Update acorn version (#3294)Steven Perron
2020-04-02spirv-fuzz: Introduce TransformationContext (#3272)Alastair Donaldson
2020-04-02spirv-fuzz: Add validator options (#3254)Alastair Donaldson
2020-02-04Fix typos in opt's help. Update environment version. (#3170)Jakub Kuderski
2020-01-07spirv-fuzz: Add fuzzer pass to perform module donation (#3117)Alastair Donaldson
2019-12-19Add support for SPV_KHR_non_semantic_info (#3110)David Neto
2019-11-27spirv-fuzz: Improve debugging facilities (#3074)Alastair Donaldson
2019-10-30Add description of wrap-opkill. (#3000)Steven Perron
2019-10-08reduce: improve remove unref instr pass (#2945)Paul Thomson
2019-10-03spirv-fuzz: option to convert shader into a form that renders red (#2934)Alastair Donaldson
2019-10-03reduce/fuzz: improve command line args (#2932)Paul Thomson
2019-10-01fuzz: add shrinker-temp-file-prefix (#2928)Paul Thomson
2019-09-27spirv-fuzz: allow interestingness script arguments (#2925)Paul Thomson
2019-09-24Add OpCopyMemory test to SVA. (#2885)dan sinclair
2019-09-20Allow validation during spirv-fuzz replay (#2873)Alastair Donaldson
2019-09-19Fix header include syntax. (#2882)Ehsan
2019-09-19Add WebGPU SPIR-V Assembler in JavaScript. (#2876)dan sinclair
2019-09-13SPIRV-Tools support for SPIR-V 1.5 (#2865)alan-baker
2019-09-04For WebGPU<->Vulkan optimization, set correct execution environment (#2834)Ryan Harrison
2019-09-03Add --relax-float-ops and --convert-relaxed-to-half (#2808)greg-lunarg
2019-08-29Amd ext to khr (#2811)Steven Perron
2019-08-08Add descriptor array scalar replacement (#2742)Steven Perron
2019-08-02fuzz: change output extension and fix usage string (#2778)Paul Thomson
2019-07-31Add pass to inject code for robust-buffer-access semantics (#2771)David Neto
2019-07-12Correctly implement WebGPU related flag exclusions (#2737)Ryan Harrison
2019-07-12Remove Common Uniform Elimination Pass (#2731)greg-lunarg
2019-07-10Add —preserve-bindings and —preserve-spec-constants (#2693)Thomas Roughton
2019-07-07Shrinker for spirv-fuzz (#2708)Alastair Donaldson
2019-06-26Warn when input facts are invalid. (#2699)Alastair Donaldson
2019-06-26Got rid of redundant declaration. (#2698)Alastair Donaldson
2019-06-20Add all accepted target environments to the tools' help texts (#2687)Kévin Petit
2019-06-17Another fix uint -> uint32_t (#2676)David Neto
2019-06-15Fix uint -> uint32_t in fuzz.cpp (#2675)David Neto
2019-06-13Add replayer tool for spirv-fuzz. (#2664)Alastair Donaldson
2019-05-31Close opened file handles. (#2644)dan sinclair
2019-05-27Add spirv-fuzz tool. (#2631)Alastair Donaldson
2019-05-24Remove MarkV and Stats code. (#2576)dan sinclair
2019-05-22Add in individual flags for Vulkan <-> WebGPU passes (#2615)Ryan Harrison
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-04-26Add spirv-lesspipe.sh into SPIRV_SKIP_EXECUTABLES umbrella (https://github.co...Gustavo Alvarez
2019-04-08reduce: miscellaneous fixes (#2494)Paul Thomson
2019-04-05Add WebGPU->Vulkan and Vulkan->WebGPU flags in spirv-opt (#2496)Ryan Harrison
2019-04-03Add pass to generate needed initializers for WebGPU (#2481)Ryan Harrison
2019-03-26Add option to validate after each pass (#2462)alan-baker
2019-03-26Improve reducer algorithm and other changes (#2472)Paul Thomson
2019-03-21Add some val options to reduce (#2401)Paul Thomson
2019-03-14Add --strip-atomic-counter-memory (#2413)Ryan Harrison
2019-02-08Fixes #2358. Added to the reducer the ability to remove a function t… (#2361)Alastair Donaldson