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
2020-05-21Remove deprecated interfaces from instrument passes (#3361)greg-lunarg
2020-03-17Add support for KHR_ray_{query,tracing} extensions (#3235)Daniel Koch
2020-03-12Instrument: Debug Printf support (#3215)greg-lunarg
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-27Change default version for CreatInstBindlessCheckPass to 2 (#3119)greg-lunarg
2019-12-21Fix convert-relax-to-half invalid code (#3099) (#3106)greg-lunarg
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-12-16Make Instrumentation format version 2 the default (Step 1) (#3096)greg-lunarg
2019-12-03graphics robust access: use signed clamp (#3073)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-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-16Instrument: Add support for Buffer Device Address extension (#2792)greg-lunarg
2019-08-14Replace OpKill With function call. (#2790)Steven Perron
2019-08-08Add descriptor array scalar replacement (#2742)Steven Perron
2019-07-31Add pass to inject code for robust-buffer-access semantics (#2771)David Neto
2019-07-15Allow ray tracing shaders in inst bindle check pass. (#2733)Jason Macnak
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-05-29Instrument: Add version 2 of record formats (#2630)greg-lunarg
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-09Add pass to fix some invalid unreachable blocks for WebGPU (#2563)Ryan Harrison
2019-05-09VK_KHR_uniform_buffer_standard_layout validation (#2562)David Neto
2019-05-07Support SPIR-V 1.4 (#2550)David Neto
2019-04-16Implement WebGPU->Vulkan initializer conversion for 'Function' variables (#2513)Ryan Harrison
2019-04-12Add pass to legalize OpVectorShuffle for WebGPU (#2509)Ryan Harrison
2019-04-05Add WebGPU->Vulkan and Vulkan->WebGPU flags in spirv-opt (#2496)Ryan Harrison
2019-04-05Add fix storage class code. (#2434)Steven Perron
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-19Bindless Validation: Descriptor Initialization Check (#2419)greg-lunarg
2019-03-14Add --strip-atomic-counter-memory (#2413)Ryan Harrison
2019-02-14Add pass to remove dead members. (#2379)Steven Perron
2019-02-07Make spvParseTargetEnv public (#2362)dan sinclair
2019-02-07Expand bindless bounds checking to runtime-sized descriptor arrays (#2316)greg-lunarg
2019-01-24Add SpirvTools::IsValid(). (#2326)fjhenigman
2019-01-17Sink (#2284)Steven Perron
2019-01-17Fix vertex instrumentation to use VertexIndex and InstanceIndex (#2294)greg-lunarg
2018-12-18Implement initial --webgpu-mode flag (#2217)Ryan Harrison
2018-12-18Add --target-env flag to spirv-opt (#2216)Ryan Harrison