-
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.
update vkd3d-proton to v2.0-103-ge2185df7
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vkd3d-proton
updated
28 files
+8 −2 | README.md | |
+11 −6 | include/private/hashmap.h | |
+167 −30 | include/private/vkd3d_atomic.h | |
+8 −5 | include/private/vkd3d_common.h | |
+63 −0 | include/private/vkd3d_rw_spinlock.h | |
+2 −0 | include/private/vkd3d_threads.h | |
+298 −4 | include/vkd3d_d3d12.idl | |
+1 −0 | include/vkd3d_shader.h | |
+138 −47 | libs/vkd3d-shader/dxil.c | |
+398 −50 | libs/vkd3d-shader/spirv.c | |
+26 −0 | libs/vkd3d-shader/vkd3d_shader_main.c | |
+1 −1 | libs/vkd3d/cache.c | |
+1,431 −451 | libs/vkd3d/command.c | |
+1 −5 | libs/vkd3d/debug_ring.c | |
+250 −10 | libs/vkd3d/device.c | |
+3 −0 | libs/vkd3d/meson.build | |
+138 −0 | libs/vkd3d/meta.c | |
+93 −78 | libs/vkd3d/resource.c | |
+40 −0 | libs/vkd3d/shaders/cs_predicate_command.comp | |
+30 −0 | libs/vkd3d/shaders/cs_resolve_binary_queries.comp | |
+26 −0 | libs/vkd3d/shaders/cs_resolve_predicate.comp | |
+300 −57 | libs/vkd3d/state.c | |
+8 −7 | libs/vkd3d/swapchain.c | |
+203 −49 | libs/vkd3d/vkd3d_private.h | |
+3 −0 | libs/vkd3d/vkd3d_shaders.h | |
+1 −1 | subprojects/Vulkan-Headers | |
+1 −1 | subprojects/dxil-spirv | |
+198 −11 | tests/d3d12.c |
54ab99b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aeikum Thank you for your work on it. May I ask, do you think a nvidia support will be possible in the futur ?