about summary refs log tree commit diff stats
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved Steam wine compatibility, not perfect, but better (thanks Hugo for t...ptitSeb2024-08-091-1/+9
* [GTK] Added wrapped GstVideoBufferPoolptitSeb2024-08-071-0/+102
* [RCFILE] Added support for generic names in RCFilesptitSeb2024-07-251-19/+39
* Change (again) how Wine prereserved memory is allocated and freedptitSeb2024-07-161-2/+19
* Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile us...ptitSeb2024-07-152-1/+2
* fix some spelling (#1668)josch2024-07-101-1/+1
* Fixes (#1659)rajdakin2024-07-092-6/+6
* Cosmetic changeptitSeb2024-07-051-1/+2
* Should not follow symlinks on file path resolution (#1644)Yip Coekjan2024-07-051-7/+24
* Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled wi...ptitSeb2024-07-031-0/+1
* [COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too)ptitSeb2024-06-241-1/+27
* Improved CPUID a bit more, adding RDRAND (helps geekbench6 avx2 version)ptitSeb2024-06-241-4/+55
* Improved handling of cpuid leaf 0x80000006ptitSeb2024-06-221-1/+1
* [RCFILE] Improved hendling of BOX64_NODYNARECptitSeb2024-06-211-14/+16
* Added BOX64_RESERVE_HIGH in rcfile handlingptitSeb2024-06-181-0/+5
* Fixed usage of getcpu, only enablign that for recent enough glibc (should hel...ptitSeb2024-06-171-1/+3
* [ANDROID] This should fix android buildptitSeb2024-06-131-0/+2
* More work on RDTSC emulationptitSeb2024-06-132-0/+11
* Only expose xsave extension if avx is usedptitSeb2024-06-071-2/+2
* [INTERPRETER] Added suport for F16C extension (linked to AVX flag) ([ARM64_DY...ptitSeb2024-06-061-1/+1
* Disable F16C for now, it's not ready yetptitSeb2024-06-061-1/+1
* [ARM64_DYNAREC] Added a new small batch of AVX/BMI2 opcodesptitSeb2024-06-061-1/+2
* [INTERPRETER] Added FMA cpu extension (linked to BOX64_AVX=2)ptitSeb2024-06-021-1/+1
* [INTERPRETER] Added BMI1, BMI2 and ADX extensionsptitSeb2024-05-311-2/+3
* [INTERPRETER] More avx, avx2 and vaes opcodesptitSeb2024-05-281-0/+1
* Fixed cpuid leaf d, component 2 (fixes wine 9.6+ not booting)ptitSeb2024-05-271-14/+0
* More avx infrastructureptitSeb2024-05-272-1/+15
* Small cleanup in my_cpuidptitSeb2024-05-271-1/+1
* [INTERPRETER] my first avx opcodeptitSeb2024-05-262-0/+3
* more avx infrastructureptitSeb2024-05-241-5/+12
* Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too)ptitSeb2024-05-241-8/+28
* Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311)ptitSeb2024-05-091-0/+8
* This should fix non-dynarec buildptitSeb2024-04-291-0/+2
* Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVMptitSeb2024-04-291-0/+4
* Added a way to hide SSE 4.2, as it might slow down things using the string op...ptitSeb2024-04-292-1/+2
* Changed how wine prereserve is handled on box64ptitSeb2024-04-271-6/+2
* Fixed a few warning here and there...ptitSeb2024-04-131-1/+2
* Revert some cpuid changes, they are more wrong then right it seemsptitSeb2024-04-121-2/+2
* Wrapped GstAudioFilter (for #1397)ptitSeb2024-04-031-0/+42
* [RCFILE] Make sure strdup is coherent with freeptitSeb2024-04-031-4/+4
* Added some path for termux/glibc buildsptitSeb2024-03-271-6/+7
* Changed, again, RDTSC and Hardware counter, introducing auto calibration when...ptitSeb2024-03-141-17/+1
* [RCFILE] Added 2 new rcfile only option, and try to apply wine program parame...ptitSeb2024-03-121-13/+30
* Changed how cpu cores are reported in cpuid for large number (>64)ptitSeb2024-03-121-2/+9
* Do not expose FMA cpu extension, it's associated to AVX by some enginesptitSeb2024-03-111-3/+4
* [TRACE] slignthly better log for ExitEmulation bridgeptitSeb2024-03-101-2/+4
* Don't expose BMI1 for now, it's not really supportedptitSeb2024-03-101-1/+1
* More work on X11 wrapping, allowing gtk to run fully emulatedptitSeb2024-03-072-9/+3
* Added back full handling of winepreloader prereserve memoryptitSeb2024-03-061-1/+2
* [RV64_INTERP] Added TSC freq support (#1293)Yang Liu2024-02-281-1/+1