forked from KhronosGroup/SPIRV-Headers
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pulled original remote and resolved conflicts
- Loading branch information
Showing
15 changed files
with
333 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, [email protected], 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, [email protected], https://github.com/PENGUINLIONG/spq-rs"/> | ||
<id value="43" vendor="LLVM" tool="LLVM SPIR-V Backend" comment="Contact Michal Paszkowski, [email protected], 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 [email protected]"/> | ||
<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 [email protected]"/> | ||
<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 [email protected]"/> | ||
<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 [email protected]"/> | ||
<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 --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.