-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule vkd3d-proton
updated
15 files
+23 −0 | CHANGELOG.md | |
+41 −6 | libs/vkd3d-shader/spirv.c | |
+1 −0 | libs/vkd3d-shader/vkd3d_shader_private.h | |
+181 −60 | libs/vkd3d/command.c | |
+7 −1 | libs/vkd3d/device.c | |
+4 −0 | libs/vkd3d/meson.build | |
+124 −20 | libs/vkd3d/meta.c | |
+48 −0 | libs/vkd3d/shaders/cs_resolve_color_float.comp | |
+43 −0 | libs/vkd3d/shaders/cs_resolve_color_sint.comp | |
+43 −0 | libs/vkd3d/shaders/cs_resolve_color_uint.comp | |
+45 −11 | libs/vkd3d/vkd3d_private.h | |
+3 −0 | libs/vkd3d/vkd3d_shaders.h | |
+1 −1 | meson.build | |
+55 −7 | tests/d3d12_copy.c | |
+6 −0 | tests/d3d12_shaders.c |