Commit fcb7081
Proton CI Bot
experimental-bleeding-edge-10.0-335162-20260327-p4dd19a-wa77d91-d1676dc-ve80809
1 parent 4dd19aa commit fcb7081
6 files changed
+6
-6
lines changed- .github/workflows/artifacts.yml+3-1
- dxvk.conf-31
- src/d3d9/d3d9_constant_buffer.cpp+1-1
- src/d3d9/d3d9_constant_buffer.h+1-1
- src/d3d9/d3d9_device.cpp+82-76
- src/d3d9/d3d9_device.h+16-16
- src/d3d9/d3d9_fixed_function.cpp+24-26
- src/d3d9/d3d9_fixed_function.h+1-2
- src/d3d9/d3d9_include.h+5
- src/d3d9/d3d9_options.cpp-3
- src/d3d9/d3d9_options.h-12
- src/d3d9/d3d9_shader.cpp+6-3
- src/d3d9/d3d9_shader.h+2-2
- src/d3d9/d3d9_shader_validator.cpp+7-7
- src/d3d9/d3d9_state.h+2-2
- src/d3d9/d3d9_stateblock.cpp+6-6
- src/d3d9/d3d9_stateblock.h+4-4
- src/d3d9/d3d9_swvp_emu.cpp+1-1
- src/d3d9/d3d9_util.h+11-11
- src/d3d9/shaders/d3d9_fixed_function_frag.glsl+2-2
- src/d3d9/shaders/d3d9_fixed_function_vert.vert+3-3
- src/dxso/dxso_common.h+4-8
- src/dxso/dxso_compiler.cpp+3-21
- src/dxso/dxso_options.cpp-9
- src/dxso/dxso_options.h-15
- src/dxvk/dxvk_barrier.h+24
- src/dxvk/dxvk_context.cpp+33-22
- src/dxvk/dxvk_pipemanager.cpp+1-1
- src/dxvk/dxvk_shader_key.cpp-39
- src/dxvk/dxvk_shader_key.h-69
- src/util/config/config.cpp+2-2
- src/util/sha1/sha1_util.h+8
- subprojects/dxbc-spirv+1-1
Submodule dxvk-nvapi updated 11 files
Submodule vkd3d-proton updated 36 files
- README.md+23
- VP_D3D12_VKD3D_PROTON_profile.json+9-1
- build-widl.txt+2
- include/private/vkd3d_debug.h+3
- include/vkd3d.h+1-1
- include/vkd3d_device_vkd3d_ext.idl+14
- include/vkd3d_shader.h+6-1
- libs/vkd3d-common/debug.c+10-6
- libs/vkd3d-shader/dxil.c+15
- libs/vkd3d/cache.c+2-2
- libs/vkd3d/command.c+1.7k-367
- libs/vkd3d/device.c+326-42
- libs/vkd3d/device_vkd3d_ext.c+29-1
- libs/vkd3d/resource.c+102-10
- libs/vkd3d/swapchain.c+126-66
- libs/vkd3d/vkd3d_private.h+84-17
- libs/vkd3d/vulkan_procs.h+2
- profiles/PROFILES.md+6
- subprojects/dxil-spirv+1-1
- tests/d3d12_clear.c+1-1
- tests/d3d12_copy.c+693-1
- tests/d3d12_descriptors.c+5
- tests/d3d12_device.c+1-1
- tests/d3d12_enhanced_barriers.c+2-1
- tests/d3d12_render_target.c+349
- tests/d3d12_resource.c+2-2
- tests/d3d12_sm_advanced.c+240-10
- tests/d3d12_test_utils.h+31-2
- tests/d3d12_tests.h+20
- tests/shaders/pso/headers/ms_view_id_passthrough.h+40-40
- tests/shaders/pso/ms_view_id_passthrough.ms_6_5.hlsl+1-1
- tests/shaders/render_target/headers/ps_multisample_mask.h+31
- tests/shaders/render_target/ps_multisample_mask.ps_5_0.hlsl+25
- tests/shaders/sm_advanced/cs_ags_float8_conversion.cs_6_6.hlsl+26
- tests/shaders/sm_advanced/headers/cs_ags_float8_conversion.h+85
- tests/shaders/sm_advanced/wmma_ags.h+55
- configure.ac+1
- dlls/comctl32/static.c+3
- dlls/dwrite/analyzer.c+2-3
- dlls/dwrite/dwrite_private.h+1
- dlls/dwrite/font.c+6-1
- dlls/dwrite/opentype.c+8-1
- dlls/kernel32/kernel32.spec+1-1
- dlls/kernel32/tests/heap.c+48
- dlls/kernelbase/kernelbase.spec+1-1
- dlls/kernelbase/memory.c+52
- dlls/kernelbase/process.c+1
- dlls/mfmediaengine/main.c+50-16
- dlls/mfmediaengine/video_frame_sink.c+1-7
- dlls/mfsrcsnk/media_source.c+3-1
- dlls/msvcrt/file.c+7-2
- dlls/netprofm/list.c+15
- dlls/ntdll/exception.c+1-1
- dlls/ntdll/tests/exception.c+141
- dlls/ntdll/unix/loader.c+1
- dlls/ntdll/unix/signal_x86_64.c+1
- dlls/ntdll/unix/system.c+8-8
- dlls/ntdll/unix/thread.c+1
- dlls/user32/input.c+19
- dlls/user32/user32.spec+3-3
- dlls/win32u/defwnd.c+2
- dlls/win32u/message.c+15-2
- dlls/win32u/sysparams.c+6-2
- dlls/winegstreamer/.vscode/settings.json-14
- dlls/winhttp/session.c+5
- dlls/winhttp/tests/winhttp.c+22
- include/Makefile.in+1
- include/mfmediaengine.idl+177
- include/minwinbase.h+343
- include/winbase.h+3-306
- programs/explorer/desktop.c+10
- server/fd.c+13-6
- server/mapping.c+7
0 commit comments