5 files changed
+5
-5
lines changedSubmodule dxvk-nvapi updated 112 files
Submodule vkd3d-proton updated 77 files
- .github/workflows/test-build-windows.yml+2-2
- VP_D3D12_VKD3D_PROTON_profile.json+4
- include/vkd3d.h+1
- include/vkd3d_shader.h+5-1
- libs/vkd3d-shader/dxil.c+39-78
- libs/vkd3d-shader/spirv.c+35
- libs/vkd3d/cache.c+1-1
- libs/vkd3d/command.c+199-61
- libs/vkd3d/device.c+109-24
- libs/vkd3d/memory.c+13
- libs/vkd3d/meta.c+6
- libs/vkd3d/queue_timeline.c+34-1
- libs/vkd3d/resource.c+23
- libs/vkd3d/state.c+126-4
- libs/vkd3d/vkd3d_private.h+23-8
- programs/perf-script-to-profile.py+162
- programs/vkd3d-fsync-log-to-profile.py+169
- subprojects/dxil-spirv+1-1
- tests/d3d12_bindless.c+147-1.1k
- tests/d3d12_pso.c+130
- tests/d3d12_raytracing.c+36-2
- tests/d3d12_shaders.c+84
- tests/d3d12_sm_advanced.c+121-2
- tests/d3d12_test_utils.h+7
- tests/d3d12_tests.h+6
- tests/shaders/bindless/bindless_bufinfo.cs_5_1.cs_6_0.hlsl+16
- tests/shaders/bindless/bindless_cbv.cs_5_1.cs_6_0.hlsl+14
- tests/shaders/bindless/bindless_full_root_parameters.cs_5_1.hlsl+27
- tests/shaders/bindless/bindless_heap_sm66.cs_6_6.hlsl+66
- tests/shaders/bindless/bindless_heap_sm66_uav_counter.cs_6_6.hlsl+10
- tests/shaders/bindless/bindless_samplers.cs_5_1.cs_6_0.hlsl+11
- tests/shaders/bindless/bindless_srv.cs_5_1.cs_6_0.hlsl+35
- tests/shaders/bindless/bindless_uav.cs_5_1.cs_6_0.hlsl+13
- tests/shaders/bindless/bindless_uav_counter.cs_5_1.cs_6_0.hlsl+12
- tests/shaders/bindless/headers/bindless_bufinfo.h+92
- tests/shaders/bindless/headers/bindless_cbv.h+82
- tests/shaders/bindless/headers/bindless_full_root_parameters.h+218
- tests/shaders/bindless/headers/bindless_heap_sm66.h+92
- tests/shaders/bindless/headers/bindless_heap_sm66_uav_counter.h+64
- tests/shaders/bindless/headers/bindless_samplers.h+90
- tests/shaders/bindless/headers/bindless_srv.h+126
- tests/shaders/bindless/headers/bindless_uav.h+89
- tests/shaders/bindless/headers/bindless_uav_counter.h+84
- tests/shaders/bindless/headers/ps_divergent_buffer_index_varying.h+70
- tests/shaders/bindless/headers/vs_divergent_buffer_index_varying.h+65
- tests/shaders/bindless/ps_divergent_buffer_index_varying.ps_6_0.hlsl+19
- tests/shaders/bindless/vs_divergent_buffer_index_varying.vs_6_0.hlsl+31
- tests/shaders/pso/ds_topology_line.ds_5_0.ds_6_0.hlsl+20
- tests/shaders/pso/ds_topology_triangle.ds_5_0.ds_6_0.hlsl+20
- tests/shaders/pso/gs_topology_line.gs_5_0.gs_6_0.hlsl+11
- tests/shaders/pso/gs_topology_line_adj.gs_5_0.gs_6_0.hlsl+11
- tests/shaders/pso/gs_topology_point.gs_5_0.gs_6_0.hlsl+10
- tests/shaders/pso/gs_topology_triangle.gs_5_0.gs_6_0.hlsl+11
- tests/shaders/pso/gs_topology_triangle_adj.gs_5_0.gs_6_0.hlsl+11
- tests/shaders/pso/headers/ds_topology_line.h+106
- tests/shaders/pso/headers/ds_topology_triangle.h+105
- tests/shaders/pso/headers/gs_topology_line.h+87
- tests/shaders/pso/headers/gs_topology_line_adj.h+85
- tests/shaders/pso/headers/gs_topology_point.h+80
- tests/shaders/pso/headers/gs_topology_triangle.h+85
- tests/shaders/pso/headers/gs_topology_triangle_adj.h+85
- tests/shaders/pso/headers/hs_topology_line.h+96
- tests/shaders/pso/headers/hs_topology_triangle.h+105
- tests/shaders/pso/headers/vs_topology.h+70
- tests/shaders/pso/hs_topology_line.hs_5_0.hs_6_0.hlsl+27
- tests/shaders/pso/hs_topology_triangle.hs_5_0.hs_6_0.hlsl+30
- tests/shaders/pso/vs_topology.vs_5_0.vs_6_0.hlsl+11
- tests/shaders/rt/default_cs.cs_6_0.hlsl+7
- tests/shaders/rt/headers/default_cs.h+61
- tests/shaders/shaders/headers/ps_varying_mixed.h+86
- tests/shaders/shaders/headers/vs_varying_mixed.h+103
- tests/shaders/shaders/ps_varying_mixed.ps_5_0.ps_6_0.hlsl+11
- tests/shaders/shaders/vs_varying_mixed.vs_5_0.vs_6_0.hlsl+26
- tests/shaders/sm_advanced/headers/helper_lane_only_wave_ops.h+84
- tests/shaders/sm_advanced/headers/helper_lane_only_wave_ops_sm67.h+91
- tests/shaders/sm_advanced/helper_lane_only_wave_ops.ps_6_0.hlsl+30
- tests/shaders/sm_advanced/helper_lane_only_wave_ops_sm67.ps_6_7.hlsl+31
- dlls/amd_ags_x64/amd_ags_x64.spec+1
- dlls/amd_ags_x64/amd_ags_x64_main.c+41-3
- dlls/jscript/json.c+1-1
- dlls/jscript/tests/api.js+2-1
- dlls/kernelbase/process.c+12
- dlls/mfreadwrite/reader.c+9
- dlls/ntdll/tests/info.c+6
- dlls/ntdll/unix/loader.c+1
- dlls/ntdll/unix/process.c+6-3
- dlls/setupapi/devinst.c+8-2
- dlls/user32/win.c+60-103
- dlls/win32u/main.c+1-1
- dlls/win32u/tests/win32u.c+192-22
- dlls/win32u/window.c+10-8
- dlls/winegstreamer/unixlib.c+1
- dlls/winevulkan/vulkan.c+25
- dlls/winex11.drv/mouse.c+12-1
- dlls/wow64win/user.c+6-6
- include/ntuser.h+1-1
- server/protocol.def+12
- server/queue.c+10
- server/user.c+1-1
- server/user.h+2
- server/window.c+97
0 commit comments