Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / spirv-headers
Commits: 04db24d6 by PENGUINLIONG at 2024-03-20T08:38:06-07:00 Register spq tools for SPIR-V (#399) * Update spir-v.xml * Update spir-v.xml * Update spir-v.xml - - - - - 7d500c4d by Michal Paszkowski at 2024-03-22T10:23:05-07:00 Register LLVM SPIR-V Backend as SPIR-V generator (#423) * Register LLVM SPIR-V Backend as SPIR-V generator * Change LLVM SPIR-V Backend vendor from "Intel" to "LLVM" - - - - - 4f7b471f by Adel Ejjeh at 2024-03-27T08:37:11-07:00 Update bit reservations for loop controsl and memory operands (#424) - - - - - 43350c2b by Timo Aaltonen at 2024-05-30T10:06:23+03:00 Merge branch 'upstream-unstable' into debian-unstable - - - - - ef862805 by Timo Aaltonen at 2024-05-30T10:08:16+03:00 version bump - - - - - c418fa3e by Timo Aaltonen at 2024-05-30T10:10:09+03:00 release to sid - - - - - 2 changed files: - debian/changelog - include/spirv/spir-v.xml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +spirv-headers (1.6.1+1.3.283.0-1) unstable; urgency=medium + + * New upstream release. + + -- Timo Aaltonen <tjaal...@debian.org> Thu, 30 May 2024 10:09:52 +0300 + spirv-headers (1.6.1+1.3.280.0-1) unstable; urgency=medium * New upstream release. ===================================== include/spirv/spir-v.xml ===================================== @@ -92,7 +92,9 @@ <id value="39" vendor="SirLynix" tool="Nazara ShaderLang Compiler" comment="Contact Jérôme Leclercq, https://github.com/NazaraEngine/ShaderLang"/> <id value="40" vendor="NVIDIA" tool="Slang Compiler" comment="Contact Theresa Foley, tfo...@nvidia.com, https://github.com/shader-slang/slang/"/> <id value="41" vendor="Zig Software Foundation" tool="Zig Compiler" comment="Contact Robin Voetter, https://github.com/Snektron"/> - <unused start="42" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/> + <id value="42" vendor="Rendong Liang" tool="spq" comment="Contact Rendong Liang, ad...@penguinliong.moe, https://github.com/PENGUINLIONG/spq-rs"/> + <id value="43" vendor="LLVM" tool="LLVM SPIR-V Backend" comment="Contact Michal Paszkowski, michal.paszkow...@intel.com, https://github.com/llvm/llvm-project/tree/main/llvm/lib/Target/SPIRV"/> + <unused start="44" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/> </ids> <!-- SECTION: SPIR-V Opcodes and Enumerants --> @@ -208,8 +210,8 @@ <!-- Reserved loop control bits --> <ids type="LoopControl" start="0" end="15" vendor="Khronos" comment="Reserved LoopControl bits, not available to vendors - see the SPIR-V Specification"/> - <ids type="LoopControl" start="16" end="25" vendor="Intel" comment="Contact michael.kins...@intel.com"/> - <ids type="LoopControl" start="26" end="30" comment="Unreserved bits reservable for use by vendors"/> + <ids type="LoopControl" start="16" end="27" vendor="Intel" comment="Contact michael.kins...@intel.com"/> + <ids type="LoopControl" start="28" end="30" comment="Unreserved bits reservable for use by vendors"/> <ids type="LoopControl" start="31" end="31" vendor="Khronos" comment="Reserved LoopControl bit, not available to vendors"/> @@ -269,8 +271,8 @@ <!-- Reserved memory operand bits --> <ids type="MemoryOperand" start="0" end="15" vendor="Khronos" comment="Reserved MemoryOperand bits, not available to vendors - see the SPIR-V Specification"/> - <ids type="MemoryOperand" start="16" end="17" vendor="Intel" comment="Contact michael.kins...@intel.com"/> - <ids type="MemoryOperand" start="18" end="30" comment="Unreserved bits reservable for use by vendors"/> + <ids type="MemoryOperand" start="16" end="18" vendor="Intel" comment="Contact michael.kins...@intel.com"/> + <ids type="MemoryOperand" start="19" end="30" comment="Unreserved bits reservable for use by vendors"/> <ids type="MemoryOperand" start="31" end="31" vendor="Khronos" comment="Reserved MemoryOperand bit, not available to vendors"/> <!-- SECTION: SPIR-V Image Operand Bit Reservations --> View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-headers/-/compare/be20f76651597455ee73e9c613df6b3c95baf5ae...c418fa3e31462ed7ee6baa38ac30200e9763eb54 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-headers/-/compare/be20f76651597455ee73e9c613df6b3c95baf5ae...c418fa3e31462ed7ee6baa38ac30200e9763eb54 You're receiving this email because of your account on salsa.debian.org.