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/source
AgeCommit message (Expand)Author
2022-11-10Instrument: Change output buffer offset definitions (#4961)Jeremy Gebben
2022-11-10spirv-val: Multiple interface var with same SC (#4969)Spencer Fricke
2022-11-08Add pass to eliminate dead output components (#4982)Greg Fischer
2022-11-08spirv-opt: Add const folding for CompositeInsert (#4943)Spencer Fricke
2022-11-07spirv-val: Add VUID label for 07703 (#4980)Spencer Fricke
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-10-28Prevent eliminating case constructs in block merging (#4976)alan-baker
2022-10-28Only validate full layout in Vulkan environments (#4972)alan-baker
2022-10-27spirv-val: Label new Vulkan OpPtrAccessChain VUs (#4975)Spencer Fricke
2022-10-27Revert "test" (#4974)Nathan Gauër
2022-10-26testNathan Gauër
2022-10-24Prevent null pointer from being dereferenced (#4971)alan-baker
2022-10-24spirv-val: Add OpPtrAccessChain Base checks (#4965)Spencer Fricke
2022-10-20spirv-val: Improve PR 4831 error message (#4968)Spencer Fricke
2022-10-17spirv-val: Add remaining Component decoration validation (#4966)Spencer Fricke
2022-10-06Support Narrow Types in BitCast Folding Rule (#4941)gmitrano-unity
2022-10-06spirv-val: Add SPV_ARM_core_builtins validation (#4958)Kévin Petit
2022-09-30spirv-val: Add an option to use friendly names or not (#4951)Shahbaz Youssefi
2022-09-29spirv-val: Consistently quote ids in messages (#4950)Shahbaz Youssefi
2022-09-23spirv-opt: Remove unused folding rule (#4942)Spencer Fricke
2022-09-23spirv-val: Add initial SPV_EXT_mesh_shader validation (#4924)Spencer Fricke
2022-09-23Fix CreatDebugInlinedAt to not invoke def_use_mgr (#4939)Greg Fischer
2022-09-23spirv-opt: Fix stacked CompositeExtract constant folds (#4932)Spencer Fricke
2022-09-21Remove `spvOpcodeTerminatesExecution` (#4931)Steven Perron
2022-09-21Fix builtin validator for unimplemented opcodes. (#4940)Diego Novillo
2022-09-21spirv-val: Make it legal to use arrays of ray queries (#4938)Ricardo Garcia
2022-09-21Cleanup code for 272e4b3d0 (#4934)Greg Fischer
2022-09-16spirv-val: Fix comment for checking extended alignments (#4937)David Neto
2022-09-16spirv-val: Update VUID from 1.3.228 Vulkan spec (#4936)Spencer Fricke
2022-09-16spirv-val: Label VUID 07290 (#4927)Spencer Fricke
2022-09-16spirv-val: Label ShaderRecordBufferKHR VUID (#4926)Spencer Fricke
2022-09-13Fix missing and incorrect DebugValues (#4929)Greg Fischer
2022-09-12Also consider EmitMeshTasksEXT terminator in spirv-opt. (#4930)Hans-Kristian Arntzen
2022-09-09Fix DebugInlinedAt Line operand (#4928)Jeremy Hayes
2022-09-07spirv-diff: Allow no SpecId (#4904)Spencer Fricke
2022-09-07spirv-val: consider OpEmitMeshTasksEXT a terminator instruction (#4923)Spencer Fricke
2022-09-02Support building on OpenBSD (#4912)Brad Smith
2022-09-02Improve time to build dominators (#4916)Steven Perron
2022-09-02build: cmake: Add support for GNU/Hurd (#4895)Samuel Thibault
2022-09-02spirv-opt: Remove unused fold spec const code (#4906)Spencer Fricke
2022-09-02Implement tool changes for SPV_EXT_mesh_shader. (#4915)tmp-1.3.230Pankaj Mistry
2022-09-01Instrument: Add OpNames to generated functions and variables (#4873)jeremyg-lunarg
2022-09-01Fix ADCE to mark scope and inlined_at of line instructions as live. (#4910)Greg Fischer
2022-08-31Improve algorithm to reorder blocks in a function (#4911)Steven Perron
2022-08-29spirv-val: Better message for using OpTypeBool in input/output (#4901)Spencer Fricke
2022-08-29spirv-val: Use lookup table for Decoration string (#4903)Spencer Fricke
2022-08-29spirv-val: Add SPV_KHR_ray_tracing storage class (#4868)Spencer Fricke
2022-08-23Disable DebugInfoMgr during the entire CompactIds pass (#4905)Greg Fischer
2022-08-18spirv-val: SBT Index for OpExecuteCallableKHR (#4900)Spencer Fricke