Commit a96ddf6
Proton CI Bot
experimental-bleeding-edge-10.0-330163-20260319-p5c4949-we36d54-d3730b7-vad18f0
1 parent 5c49491 commit a96ddf6
6 files changed
Lines changed: 6 additions & 6 deletions
- .gitlab-ci.yml+40-1
- CMakeLists.txt+21-7
- CodeEmitter/CodeEmitter/Buffer.h+1
- CodeEmitter/CodeEmitter/Emitter.h+2-2
- CodeEmitter/CodeEmitter/LoadstoreOps.inl+50-50
- External/code-format-helper/requirements_formatting.txt+81-30
- External/code-format-helper/requirements_formatting.txt.in+2-1
- External/vixl+1-1
- FEXCore/Source/CMakeLists.txt+5
- FEXCore/Source/Common/VectorRegType.h+4
- FEXCore/Source/Interface/Config/Config.json.in+7-4
- FEXCore/Source/Interface/Core/ArchHelpers/Arm64Emitter.cpp+68-59
- FEXCore/Source/Interface/Core/ArchHelpers/Arm64Emitter.h+33-6
- FEXCore/Source/Interface/Core/CPUBackend.cpp+3
- FEXCore/Source/Interface/Core/CPUID.cpp+3-3
- FEXCore/Source/Interface/Core/CPUID.h+1-1
- FEXCore/Source/Interface/Core/CodeCache.cpp+7-9
- FEXCore/Source/Interface/Core/Core.cpp+4-3
- FEXCore/Source/Interface/Core/Dispatcher/Dispatcher.h+4
- FEXCore/Source/Interface/Core/JIT/AtomicOps.cpp+1-1
- FEXCore/Source/Interface/Core/JIT/BranchOps.cpp+18-4
- FEXCore/Source/Interface/Core/JIT/JIT.cpp+37-37
- FEXCore/Source/Interface/Core/JIT/MemoryOps.cpp+1-1
- FEXCore/Source/Interface/Core/JIT/MiscOps.cpp+11-2
- FEXCore/Source/Interface/Core/JIT/VectorOps.cpp+4-4
- FEXCore/Source/Interface/Core/LookupCache.cpp+3
- FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp+6-4
- FEXCore/Source/Interface/Core/OpcodeDispatcher.h+9-7
- FEXCore/Source/Interface/Core/X86Tables/SecondaryGroupTables.cpp+1-1
- FEXCore/Source/Interface/Core/X86Tables/X87Tables.cpp+18-7
- FEXCore/Source/Interface/IR/IRDumper.cpp+2-2
- FEXCore/Source/Interface/IR/IREmitter.h+7-5
- FEXCore/Source/Interface/IR/IntrusiveIRList.h+1-5
- FEXCore/Source/Interface/IR/Passes/IRDumperPass.cpp+3-3
- FEXCore/Source/Utils/AllocatorHooks.cpp+3
- FEXCore/Source/Utils/MemberFunctionToPointer.h+2-2
- FEXCore/Source/Utils/SpinWaitLock.cpp+2-2
- FEXCore/Source/Utils/SpinWaitLock.h+1-1
- FEXCore/include/FEXCore/Core/HostFeatures.h+1
- FEXCore/include/FEXCore/Utils/AllocatorHooks.h+10
- FEXCore/include/FEXCore/Utils/CompilerDefs.h+3
- FEXCore/include/git_version.h.in+4-1
- Source/Common/Config.cpp+9-9
- Source/Common/HostFeatures.cpp+39-37
- Source/Steam/VERSIONS.txt.in+1-1
- Source/Tools/FEXServer/SquashFS.cpp+8-4
- Source/Tools/LinuxEmulation/LinuxSyscalls/FileManagement.cpp+2-2
- Source/Tools/LinuxEmulation/LinuxSyscalls/Seccomp/BPFEmitter.cpp+2-2
- Source/Tools/LinuxEmulation/LinuxSyscalls/SignalDelegator.cpp+1-1
- Source/Tools/LinuxEmulation/LinuxSyscalls/SignalDelegator.h+2-2
- Source/Tools/LinuxEmulation/LinuxSyscalls/Syscalls/Passthrough.cpp+1-1
- Source/Tools/LinuxEmulation/LinuxSyscalls/SyscallsSMCTracking.cpp+1-1
- Source/Tools/LinuxEmulation/LinuxSyscalls/SyscallsVMATracking.cpp+5
- Source/Tools/LinuxEmulation/LinuxSyscalls/ThreadManager.cpp+4-1
- Source/Tools/LinuxEmulation/LinuxSyscalls/x32/FD.cpp+5
- Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Thread.cpp+1-1
- Source/Tools/LinuxEmulation/Thunks.cpp+1-1
- Source/Tools/pidof/pidof.cpp+2-2
- Source/Windows/Common/Priv.h+1-1
- Source/Windows/Common/WinAPI/Misc.cpp+4
- docs/SourceOutline.md+1-1
- unittests/ASM/Flags/Shift.asm+69
- unittests/ASM/X87/DD_C8.asm+24
- unittests/ASM/X87/DE_D0.asm+19
- unittests/ASM/X87/DF_C8.asm+24
- unittests/ASM/X87/DF_D0.asm+35
- unittests/ASM/X87/DF_D8.asm+35
- unittests/ASM/X87/FISTTP_16bit.asm+29
- unittests/ASM/X87/FISTTP_16bit_neg.asm+27
- unittests/ASM/X87/FISTTP_32bit.asm+29
- unittests/ASM/X87/FISTTP_32bit_neg.asm+27
- unittests/ASM/X87/FISTTP_64bit.asm+29
- unittests/ASM/X87/FISTTP_64bit_neg.asm+27
- 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_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 31 files
- README.md+20
- VP_D3D12_VKD3D_PROTON_profile.json+9-1
- build-widl.txt+2
- include/private/vkd3d_debug.h+3
- include/vkd3d_device_vkd3d_ext.idl+14
- include/vkd3d_shader.h+3-1
- libs/vkd3d-common/debug.c+10-6
- libs/vkd3d-shader/dxil.c+14
- libs/vkd3d/command.c+1.2k-220
- libs/vkd3d/device.c+267-25
- libs/vkd3d/device_vkd3d_ext.c+29-1
- libs/vkd3d/resource.c+102-10
- libs/vkd3d/vkd3d_private.h+51-9
- 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_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/kernel32/kernel32.spec+1-1
- dlls/kernel32/tests/heap.c+48
- dlls/kernelbase/kernelbase.spec+1-1
- dlls/kernelbase/memory.c+52
- 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/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/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