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-11-02Add passes to eliminate dead output stores (#4970)Greg Fischer
2022-09-27build: Fix BUILD.gn build error (#4948)Spencer Fricke
2022-09-23spirv-val: Add initial SPV_EXT_mesh_shader validation (#4924)Spencer Fricke
2022-08-08spirv-val: Add SPV_KHR_ray_tracing instructions (#4871)Spencer Fricke
2022-07-20spirv-val: Add SPV_KHR_ray_query (#4848)Spencer Fricke
2022-07-12Revert "Optimize DefUseManager allocations (#4709)" (#4846)Greg Fischer
2022-05-09spirv-opt: add pass for interface variable scalar replacement (#4779)Jaebaek Seo
2022-05-06spirv-opt : Add FixFuncCallArgumentsPass (#4775)JiaoluAMD
2022-04-07Fix gen_build_version on Windows (#4780)Natalie Chouinard
2022-03-28BUILD.gn: Fix standalone GN builds (#4765)Nicolas Capens
2022-03-23BUILD.gn: Enable independent builds within the Chromium tree (#4762)Nicolas Capens
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-02-16Optimize DefUseManager allocations (#4709)pd-valve
2022-02-15Optimize Type::HashValue (#4707)pd-valve
2022-01-25spirv-opt: add pass to Spread Volatile semantics (#4667)Jaebaek Seo
2021-12-15Rename strip reflect to strip nonsemantic (#4661)Steven Perron
2021-10-27Add spirv-opt pass to replace descriptor accesses based on variable indices (...Jaebaek Seo
2021-09-23GN: Fix build for debuginfo codegen. (#4536)Jamie Madill
2021-09-15spirv-opt: Switch from Vulkan.DebugInfo to Shader.DebugInfo (#4493)Greg Fischer
2021-08-18GN: Suppress unreachable code warnings. (#4476)Jamie Madill
2021-08-18Add spirv-opt convert-to-sampled-image pass (#4340)Jaebaek Seo
2021-08-09spirv-opt: Add dataflow analysis framework (#4402)dong-ja
2021-07-28Add control dependence analysis to opt (#4380)dong-ja
2021-07-26Fix public deps on generated headers (#4386)krockot
2021-07-25BUILD.gn: introduce finer grained internal targets for Tint (#4399)Corentin Wallez
2021-07-20spirv-fuzz: TransformationWrapVectorSynonym that rewrites scalar operations u...Shiyu Liu
2021-07-16Add common enum for debug info instructions from either opencl or vulkan (#4377)Greg Fischer
2021-07-15Add missing fuzzer header dependency. (#4381)Jamie Madill
2021-07-14Fix BUILD.gn (#4378)Alastair Donaldson
2021-07-13spirv-fuzz: support building using gn (#4365)Alastair Donaldson
2021-07-13Fix vendor table build in BUILD.gn for nonsemantic.vulkan.debuginfo.100 (#4375)Greg Fischer
2021-07-12Add non-semantic vulkan extended instruction set (#4362)Greg Fischer
2021-07-06spirv-reduce: Eliminate skeletal structured control flow construct (#4360)Alastair Donaldson
2021-07-02Add remove_unused_interface_variable_pass.* to BUILD.gn (#4363)Steven Perron
2021-04-12Fix UWP build (#4235)Shahbaz Youssefi
2021-03-31Add interpolate legalization pass (#4220)Greg Fischer
2021-03-11BUILD.gn: fix typo for 'cflags' (#4169)Corentin Wallez
2021-03-10Suppress warning (#4168)Corentin Wallez
2021-01-15Remove WebGPU support (#4108)Ryan Harrison
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-09-12Add missing file to BUILD.gn (#3798)Alastair Donaldson
2020-07-30Validator support for non-semantic clspv reflection (#3618)alan-baker
2020-05-19Add in a bunch of missed files to the BUILD.gn (#3360)Ryan Harrison
2020-05-19Remove stale entries from BUILD.gn (#3358)Ryan Harrison
2020-04-27Add debug information analysis (#3305)Jaebaek Seo
2020-03-12Instrument: Debug Printf support (#3215)greg-lunarg
2020-02-25Combine extinst-name and extinst-output-base into one arg. (#3200)Geoff Lang