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-06-30Fix unreachable loop increment (#4836)alan-baker
2022-06-30Use structural dominance to validate cfg (#4832)alan-baker
2022-06-29Write binary files to stdout in binary on windows. (#4834)Steven Perron
2022-06-29Fix segfault in `SpirvTools::Disassemble` when printing (#4833)Mike
2022-06-29Build struct order only for the section needed when unrolling. (#4830)Steven Perron
2022-06-29Avoid unrolling large loops while fuzzing (#4835)Alastair Donaldson
2022-06-24Fix SplitLoopHeader to handle single block loop (#4829)Steven Perron
2022-06-24Avoid if-conversion if both predecessors are the same (#4826)Steven Perron
2022-06-23Fixed crash unrolling loops with residual iterations (#4820)PENGUINLIONG
2022-06-21Fail validation when RelaxedPrecision is applied to a type. (#4823)Steven Perron
2022-06-21Do not check if the binary changed if encoding is different (#4824)Steven Perron
2022-06-21Avoid undefined divide-by-0 (#4821)Steven Perron
2022-06-20Remove stray output to stdout from tests (#4816)David Neto
2022-06-16Ability to fold Constant Vector times Matrix and Matrix times vector instruct...manas-kulkarni
2022-06-15spirv-val: Label 06807 and 06808 VUID (#4817)Spencer Fricke
2022-06-14Avoid replacing access chain with OOB access (#4819)Steven Perron
2022-06-11Simplify invocation of snprintf (#4815)David Neto
2022-06-08Fix usage of sprintf. (#4811)strangewiz
2022-06-08spirv-val: Add support for SPV_AMD_shader_early_and_late_fragment_tests (#4812)Junda Liu
2022-06-02spirv-val: Optimize struct field decoration lookup (#4809)Shahbaz Youssefi
2022-05-31Update CHANGESsdk-1.3.216.0sdk-1.3.216Diego Novillo
2022-05-31Roll external/spirv-headers/ b765c355f..5a1218669 (1 commit)Diego Novillo
2022-05-31Roll external/re2/ 0c5616df9..5723bb895 (6 commits)Diego Novillo
2022-05-31Roll external/googletest/ 25dcdc7e8..548b13dc3 (38 commits)Diego Novillo
2022-05-31Fold multiply and subtraction into FMA with negation (#4808)Nicolas Capens
2022-05-26spirv-val: Add PerVertexKHR (#4807)Spencer Fricke
2022-05-26Add more folding for composite instructions (#4802)Steven Perron
2022-05-25Add SPV_KHR_fragment_shader_barycentric support (#4805)stu-s
2022-05-11Add warning about spurious 'git cl upload' messages (#4800)Ryan Harrison
2022-05-10Handle 64-bit integers in local access chain convert (#4798)Steven Perron
2022-05-10Handle chains of OpAccessChain in replacing variable index access for flatten...Daniele Vettorel
2022-05-09spirv-opt: add pass for interface variable scalar replacement (#4779)Jaebaek Seo
2022-05-06Remove deprecated flags from spirv-opt help message (#4788)Rayan Hatout
2022-05-06spirv-opt : Add FixFuncCallArgumentsPass (#4775)JiaoluAMD
2022-05-06spirv-val: Add CullMaskKHR support (#4792)Daniel Koch
2022-05-05Add support for SPV_KHR_subgroup_rotate (#4786)Kévin Petit
2022-05-04Handle dontinline function in spread-volatile-semantics (#4776)JiaoluAMD
2022-05-03Add SpvBuiltInCullMaskKHR to a switch (#4790)Steven Perron
2022-05-03Reapply "Add folding rule to generate Fma instructions (#4783)" (#4789)Steven Perron
2022-05-03linker: Recalculate interface variables (#4784)Karol Herbst
2022-04-28spirv-opt: skips if_conversion when dontflatten is set (#4770)sindney
2022-04-20Revert "Add folding rule to generate Fma instructions (#4783)" (#4785)Daniele Vettorel
2022-04-19Add folding rule to generate Fma instructions (#4783)Steven Perron
2022-04-14Fix CMake for librt (#4773)Chad Versace
2022-04-13Use cmake 3.23 on Windows. (#4782)Steven Perron
2022-04-11Don't try to unroll loop with step count 0. (#4769)Steven Perron
2022-04-07Start SPIRV-Tools v2022.3-devNatalie Chouinard
2022-04-07Finalize SPIRV-Tools v2022.2v2022.2sdk-1.3.211.0sdk-1.3.211Natalie Chouinard
2022-04-07Update CHANGESNatalie Chouinard
2022-04-07Fix gen_build_version on Windows (#4780)Natalie Chouinard