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-09-07spirv-val: Label Builtin Array Test VUIDs (#4921)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-23tests: Make InstrumentPass tests use SinglePassRunAndMatch<> and stateful pat...jeremyg-lunarg
2022-08-23Disable DebugInfoMgr during the entire CompactIds pass (#4905)Greg Fischer
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-11Start SPIRV-Tools v2022.4Nathan Gauër
2022-08-11Finalize SPIRV-Tools v2022.3v2022.3Nathan Gauër
2022-08-10Fix shuffle feeding shuffle with undef literal (#4883)Steven Perron
2022-08-09Allow spirv-opt print-all to show pretty IDs (#4888)Nathan Gauër
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-08Update CHANGES (#4886)sdk-1.3.224.1sdk-1.3.224.0stablesdk-1.3.224Nathan Gauër
2022-08-04spirv-diff: Fix asserts in ComparePreambleInstructions() (#4872)jeremyg-lunarg
2022-08-03spirv-val: Label VUID 06997 (#4881)Spencer Fricke
2022-07-29spirv-opt : SPV_NV_bindless_texture related changes (#4870)Pankaj Mistry
2022-07-29Require ColMajor or RowMajor for matrices (#4878)alan-baker
2022-07-29Remove default copy constructor in header. (#4879)Jamie Madill
2022-07-29Update structure layout validation (#4876)alan-baker
2022-07-28spirv-as: Avoid overflow when parsing exponents on hex floats (#4874)David Neto
2022-07-26spirv-val: Fix Vulkan memory scope (#4869)Spencer Fricke
2022-07-26spirv-as: Avoid recursion when skipping whitespace (#4866)Alastair Donaldson
2022-07-20spirv-val: Add SPV_KHR_ray_query (#4848)Spencer Fricke
2022-07-19Implement SPV_NV_bindless_texture related changes (#4847)Pankaj Mistry
2022-07-15spirv-val: Add OpConvertUToAccelerationStructureKHR (#4838)Spencer Fricke
2022-07-13spirv-val: Label VUID 06925 (#4852)Spencer Fricke
2022-07-12Revert "Optimize DefUseManager allocations (#4709)" (#4846)Greg Fischer
2022-07-08Fix small bug traversing users in interface_var_sroa (#4850)Greg Fischer
2022-07-07spirv-val: Add Vulkan decoration interface (#4831)Spencer Fricke
2022-07-07Use structural reachability in CFG checks (#4849)alan-baker
2022-07-06Update validator diagnostics with "structurally dominated" (#4844)David Neto
2022-07-06Add limit for scalar replacment when fuzzing (#4843)Steven Perron
2022-07-05Reduce load size does not work for array with spec const size (#4845)Steven Perron
2022-07-05Avoid undefined behaviour when getting debug opcode (#4842)Steven Perron
2022-07-05use exec_tools instead of tools for better RBE compatibility (#4837)Kevin Lubick
2022-07-05DCE: clean up the cfg for all functions that were processed. (#4840)Steven Perron