about summary refs log tree commit diff stats
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64_DYNAREC] Reworked a bit FASTROUNDptitSeb2024-11-051-1/+1
* [RCFIEL] Add an option to force usage of native EGL/GLESv2 libraryptitSeb2024-11-021-0/+1
* [rebree]The name of rbtree is set error. (#1984)zymayunyan2024-10-311-1/+1
* [ARM64_DYNAREC] Added BOX64_DYNAREC_NATIVEFLAGS to disable the use of native ...ptitSeb2024-10-201-0/+2
* [CORE] Refactored %pid trace file handling (#1933)Yang Liu2024-10-131-2/+2
* [BOX32] Reworked alignment for 32bits stacksptitSeb2024-10-131-2/+3
* Improve debugging trace of rb_treeptitSeb2024-10-081-5/+7
* Reworked mmap allocator and wine prereserve handling ([BOX32] fix handling of...ptitSeb2024-10-071-6/+34
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-031-2/+2
* Revert a change ffrom previous build and pushed missing BOX32 generated files...ptitSeb2024-09-291-1/+1
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-291-1/+2
* [WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and libxcb...ptitSeb2024-09-191-9/+12
* [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGSptitSeb2024-09-091-0/+8
* [BOX32] Small improvments on memory managementptitSeb2024-09-042-2/+2
* [RCFILE] Fixed some missing box_free/box_strdup in rcfileptitSeb2024-09-031-11/+11
* [BOX32] More wrapped function and a few fixes for steamclient.so (still crash...ptitSeb2024-09-011-1/+1
* Added preliminary Box32 support (#1760)ptitSeb2024-08-263-84/+369
* 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