-
-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodules + Regenerate bindings (#1534)
- Loading branch information
Showing
255 changed files
with
8,338 additions
and
4,259 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Submodule GLFW
updated
56 files
Submodule SPIRV-Headers
updated
15 files
+3 −0 | .github/workflows/presubmit.yml | |
+13 −5 | include/spirv/spir-v.xml | |
+57 −0 | include/spirv/unified1/spirv.bf | |
+236 −18 | include/spirv/unified1/spirv.core.grammar.json | |
+46 −0 | include/spirv/unified1/spirv.cs | |
+51 −0 | include/spirv/unified1/spirv.h | |
+55 −0 | include/spirv/unified1/spirv.hpp | |
+95 −40 | include/spirv/unified1/spirv.hpp11 | |
+47 −2 | include/spirv/unified1/spirv.json | |
+42 −0 | include/spirv/unified1/spirv.lua | |
+42 −0 | include/spirv/unified1/spirv.py | |
+46 −0 | include/spirv/unified1/spv.d | |
+19 −11 | tools/buildHeaders/header.cpp | |
+15 −0 | tools/buildHeaders/jsonToSpirv.cpp | |
+3 −0 | tools/buildHeaders/jsonToSpirv.h |
Submodule Vulkan-Headers
updated
28 files
Submodule Vulkan-Loader
updated
97 files
Submodule dawn
updated
21750 files
Submodule dxvk
updated
46 files
Submodule vkd3d
updated
15 files
+68 −45 | ANNOUNCE | |
+2 −0 | AUTHORS | |
+4 −4 | Makefile.am | |
+1 −1 | configure.ac | |
+1 −1 | demos/demo_xcb.h | |
+1 −0 | include/vkd3d.h | |
+1 −0 | include/vkd3d_shader.h | |
+23 −13 | libs/vkd3d-shader/d3dbc.c | |
+19 −8 | libs/vkd3d-shader/hlsl_codegen.c | |
+1 −2 | libs/vkd3d-shader/ir.c | |
+10 −3 | libs/vkd3d-shader/spirv.c | |
+2 −2 | libs/vkd3d-utils/vkd3d_utils_main.c | |
+2 −2 | libs/vkd3d/state.c | |
+1 −1 | programs/vkd3d-compiler/main.c | |
+61 −0 | tests/register-reservations.shader_test |
Submodule wgpu-native
updated
39 files
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.