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-10spirv-val: Multiple interface var with same SC (#4969)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-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-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-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-val: Add initial SPV_EXT_mesh_shader validation (#4924)Spencer Fricke
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-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-07spirv-val: consider OpEmitMeshTasksEXT a terminator instruction (#4923)Spencer Fricke
2022-09-02Improve time to build dominators (#4916)Steven Perron
2022-09-02Implement tool changes for SPV_EXT_mesh_shader. (#4915)tmp-1.3.230Pankaj Mistry
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-18spirv-val: SBT Index for OpExecuteCallableKHR (#4900)Spencer Fricke
2022-08-17spirv-val: Remove ImageWrite Texel todo (#4899)Spencer Fricke
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
2022-07-26spirv-val: Fix Vulkan memory scope (#4869)Spencer Fricke
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-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-06-30Fix unreachable loop increment (#4836)alan-baker
2022-06-30Use structural dominance to validate cfg (#4832)alan-baker
2022-06-29Build struct order only for the section needed when unrolling. (#4830)Steven Perron
2022-06-21Fail validation when RelaxedPrecision is applied to a type. (#4823)Steven Perron
2022-06-15spirv-val: Label 06807 and 06808 VUID (#4817)Spencer Fricke
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-26spirv-val: Add PerVertexKHR (#4807)Spencer Fricke
2022-05-25Add SPV_KHR_fragment_shader_barycentric support (#4805)stu-s
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-03Add SpvBuiltInCullMaskKHR to a switch (#4790)Steven Perron