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/test
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-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: Use ostringstream in id validation tests (#4956)Shahbaz Youssefi
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-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-21spirv-val: Make it legal to use arrays of ray queries (#4938)Ricardo Garcia
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-16spirv-val: Test file suffix consistency (#4925)Spencer Fricke
2022-09-13Fix missing and incorrect DebugValues (#4929)Greg Fischer
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-07spirv-val: Label Builtin Array Test VUIDs (#4921)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-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: Add SPV_KHR_ray_tracing storage class (#4868)Spencer Fricke
2022-08-23tests: Make InstrumentPass tests use SinglePassRunAndMatch<> and stateful pat...jeremyg-lunarg
2022-08-18spirv-val: SBT Index for OpExecuteCallableKHR (#4900)Spencer Fricke
2022-08-17spirv-val: Remove ImageWrite Texel todo (#4899)Spencer Fricke
2022-08-16Add structs to eliminate dead input components (#4894)Greg Fischer
2022-08-16spirv-opt: fix copy-propagate-arrays index opti on structs. (#4891)Nathan Gauër
2022-08-16Fix ADCE to not eliminate top level DebugInfo instructions (#4889)Greg Fischer
2022-08-11Fix array copy propagation (#4890)Cassandra Beckley
2022-08-10Fix shuffle feeding shuffle with undef literal (#4883)Steven Perron
2022-08-09Local access chain convert: check for negative indexes (#4884)Steven Perron
2022-08-08spirv-val: Add SPV_KHR_ray_tracing instructions (#4871)Spencer Fricke
2022-08-03spirv-val: Label VUID 06997 (#4881)Spencer Fricke
2022-07-29Require ColMajor or RowMajor for matrices (#4878)alan-baker
2022-07-29Update structure layout validation (#4876)alan-baker