Commit a864a2a
File tree
18 files changed
+1127
-30
lines changed- autogen
- external
- src
- rspirv
- binary
- dr
- build
- grammar
- lift
- sr
- spirv
18 files changed
+1127
-30
lines changedSubmodule SPIRV-Headers updated 95 files
- .github/workflows/presubmit.yml+10
- .gitignore+2
- BUILD.bazel+8-1
- BUILD.gn+6-22
- CMakeLists.txt+4-21
- LICENSE+399
- LICENSES/CC-BY-4.0.txt+396
- LICENSES/MIT.txt+18
- MODULE.bazel+8
- REUSE.toml+48
- include/spirv/1.0/GLSL.std.450.h+6-22
- include/spirv/1.0/OpenCL.std.h+6-22
- include/spirv/1.0/extinst.glsl.std.450.grammar.json+3-19
- include/spirv/1.0/extinst.opencl.std.100.grammar.json+3-19
- include/spirv/1.0/spirv.core.grammar.json+6-22
- include/spirv/1.0/spirv.cs+7-23
- include/spirv/1.0/spirv.h+7-23
- include/spirv/1.0/spirv.hpp+6-22
- include/spirv/1.0/spirv.hpp11+6-22
- include/spirv/1.0/spirv.json+6-22
- include/spirv/1.0/spirv.lua+6-22
- include/spirv/1.0/spirv.py+6-22
- include/spirv/1.1/GLSL.std.450.h+6-22
- include/spirv/1.1/OpenCL.std.h+6-22
- include/spirv/1.1/extinst.glsl.std.450.grammar.json+3-19
- include/spirv/1.1/extinst.opencl.std.100.grammar.json+4-20
- include/spirv/1.1/spirv.core.grammar.json+6-22
- include/spirv/1.1/spirv.cs+6-22
- include/spirv/1.1/spirv.h+7-23
- include/spirv/1.1/spirv.hpp+6-22
- include/spirv/1.1/spirv.hpp11+6-22
- include/spirv/1.1/spirv.json+6-22
- include/spirv/1.1/spirv.lua+6-22
- include/spirv/1.1/spirv.py+7-23
- include/spirv/1.2/GLSL.std.450.h+6-22
- include/spirv/1.2/OpenCL.std.h+6-22
- include/spirv/1.2/extinst.glsl.std.450.grammar.json+3-19
- include/spirv/1.2/extinst.opencl.std.100.grammar.json+3-19
- include/spirv/1.2/spirv.core.grammar.json+6-22
- include/spirv/1.2/spirv.cs+6-22
- include/spirv/1.2/spirv.h+7-23
- include/spirv/1.2/spirv.hpp+6-22
- include/spirv/1.2/spirv.hpp11+6-22
- include/spirv/1.2/spirv.json+6-22
- include/spirv/1.2/spirv.lua+6-22
- include/spirv/1.2/spirv.py+7-23
- include/spirv/spir-v.xml+4-21
- include/spirv/unified1/AMD_gcn_shader.h+2-19
- include/spirv/unified1/AMD_shader_ballot.h+2-19
- include/spirv/unified1/AMD_shader_explicit_vertex_parameter.h+2-19
- include/spirv/unified1/AMD_shader_trinary_minmax.h+2-19
- include/spirv/unified1/DebugInfo.h+2-18
- include/spirv/unified1/GLSL.std.450.h+6-22
- include/spirv/unified1/NonSemanticClspvReflection.h+2-19
- include/spirv/unified1/NonSemanticDebugBreak.h+2-19
- include/spirv/unified1/NonSemanticDebugPrintf.h+2-19
- include/spirv/unified1/NonSemanticShaderDebugInfo100.h+6-22
- include/spirv/unified1/NonSemanticVkspReflection.h+2-19
- include/spirv/unified1/OpenCL.std.h+6-22
- include/spirv/unified1/OpenCLDebugInfo100.h+2-18
- include/spirv/unified1/TOSA.001000.1.h+94
- include/spirv/unified1/extinst.debuginfo.grammar.json+146-162
- include/spirv/unified1/extinst.glsl.std.450.grammar.json+122-138
- include/spirv/unified1/extinst.nonsemantic.debugprintf.grammar.json+1-1
- include/spirv/unified1/extinst.nonsemantic.shader.debuginfo.100.grammar.json+177-193
- include/spirv/unified1/extinst.opencl.debuginfo.100.grammar.json+168-184
- include/spirv/unified1/extinst.opencl.std.100.grammar.json+279-295
- include/spirv/unified1/extinst.spv-amd-gcn-shader.grammar.json+2-2
- include/spirv/unified1/extinst.spv-amd-shader-ballot.grammar.json+8-8
- include/spirv/unified1/extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json+2-2
- include/spirv/unified1/extinst.spv-amd-shader-trinary-minmax.grammar.json+27-27
- include/spirv/unified1/extinst.tosa.001000.1.grammar.json+1.1k
- include/spirv/unified1/spirv.bf+52-22
- include/spirv/unified1/spirv.core.grammar.json+2.5k-2.2k
- include/spirv/unified1/spirv.cs+52-22
- include/spirv/unified1/spirv.h+90-22
- include/spirv/unified1/spirv.hpp+94-22
- include/spirv/unified1/spirv.hpp11+94-22
- include/spirv/unified1/spirv.json+47-25
- include/spirv/unified1/spirv.lua+50-22
- include/spirv/unified1/spirv.py+49-22
- include/spirv/unified1/spv.d+52-22
- tests/CMakeLists.txt+1-19
- tests/example.c+1-19
- tests/example.cpp+1-19
- tests/example11.cpp+1-19
- tests/find_package/CMakeLists.txt+3
- tests/pkg_config/CMakeLists.txt+3
- tools/buildHeaders/bin/generate_language_headers.py+11-42
- tools/buildHeaders/bin/makeExtinstHeaders.py+5-3
- tools/buildHeaders/header.cpp+14-47
- tools/buildHeaders/header.h+7-23
- tools/buildHeaders/jsonToSpirv.cpp+12-23
- tools/buildHeaders/jsonToSpirv.h+9-23
- tools/buildHeaders/main.cpp+7-23
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
157 | 159 | | |
158 | 160 | | |
159 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
605 | 616 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
359 | 360 | | |
360 | 361 | | |
361 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
362 | 368 | | |
363 | 369 | | |
364 | 370 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
201 | 207 | | |
202 | 208 | | |
203 | 209 | | |
| |||
680 | 686 | | |
681 | 687 | | |
682 | 688 | | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
683 | 705 | | |
0 commit comments