-
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
Proton Merge Bot
committed
Jan 29, 2025
1 parent
7b0ae2e
commit 81a63cd
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule dxvk
updated
67 files
Submodule dxvk-nvapi
updated
71 files
Submodule vkd3d-proton
updated
20 files
+6 −2 | VP_D3D12_VKD3D_PROTON_profile.json | |
+1 −1 | include/vkd3d.h | |
+75 −9 | include/vkd3d_shader.h | |
+1 −1 | khronos/SPIRV-Headers | |
+1 −1 | khronos/Vulkan-Headers | |
+114 −1 | libs/vkd3d-shader/dxil.c | |
+12 −0 | libs/vkd3d/breadcrumbs.c | |
+244 −93 | libs/vkd3d/command.c | |
+28 −0 | libs/vkd3d/debug_common.c | |
+6 −33 | libs/vkd3d/debug_ring.c | |
+27 −7 | libs/vkd3d/descriptor_debug.c | |
+48 −29 | libs/vkd3d/device.c | |
+8 −0 | libs/vkd3d/device_vkd3d_ext.c | |
+63 −0 | libs/vkd3d/state.c | |
+39 −2 | libs/vkd3d/vkd3d_private.h | |
+4 −4 | libs/vkd3d/vulkan_procs.h | |
+1 −1 | profiles/PROFILES.md | |
+1 −1 | subprojects/dxil-spirv | |
+184 −2 | tests/d3d12_sparse.c | |
+1 −0 | tests/d3d12_tests.h |
Submodule wine
updated
10 files
+2 −12 | dlls/user32/message.c | |
+1 −1 | dlls/user32/user32.spec | |
+10 −0 | dlls/win32u/main.c | |
+39 −0 | dlls/win32u/message.c | |
+69 −0 | dlls/win32u/tests/win32u.c | |
+2 −2 | dlls/win32u/win32u.spec | |
+2 −2 | dlls/winevulkan/make_vulkan | |
+1,958 −897 | dlls/winevulkan/vk.xml | |
+14 −0 | dlls/wow64win/user.c | |
+6 −0 | include/ntuser.h |