| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improved Steam wine compatibility, not perfect, but better (thanks Hugo for ↵ | ptitSeb | 2024-08-09 | 1 | -1/+9 |
| | | | | | the args) | ||||
| * | [GTK] Added wrapped GstVideoBufferPool | ptitSeb | 2024-08-07 | 1 | -0/+102 |
| | | |||||
| * | [RCFILE] Added support for generic names in RCFiles | ptitSeb | 2024-07-25 | 1 | -19/+39 |
| | | |||||
| * | Change (again) how Wine prereserved memory is allocated and freed | ptitSeb | 2024-07-16 | 1 | -2/+19 |
| | | |||||
| * | Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile ↵ | ptitSeb | 2024-07-15 | 2 | -1/+2 |
| | | | | | using it) | ||||
| * | fix some spelling (#1668) | josch | 2024-07-10 | 1 | -1/+1 |
| | | |||||
| * | Fixes (#1659) | rajdakin | 2024-07-09 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replaced some tabs with spaces * Fixed some signedness warnings * Added more debug info * Fixed an improper alignment * [WRAPPEDWAYLAND] Added return statements to wrappers * [EMU] [AVX] Fixed some issues * [ARM DYNAREC] Fixed some minor warnings * [ARM DYNAREC] Removed unused macro arguments * [EMU] Fixed a noisy warning * [ARM DYNAREC] Removed "empty body" warnings * [EMU] Fixed an opcode in dynarec, non-cosim builds * [LA64 DYNAREC] Minor warning fixes * [LA64 DYNAREC] Fixed empty body warnings * [LA64 DYNAREC] Added parenthesis around assignments in if statements * [LA64 DYNAREC] Fixed missing parenthesis in macro definitions * [RV64 DYNAREC] Fixed minor warnings * [RV64 DYNAREC] Fixed wrong/missing parentheses * [WRAPPER] Fixed the WaylandClient callback signatures | ||||
| * | Cosmetic change | ptitSeb | 2024-07-05 | 1 | -1/+2 |
| | | |||||
| * | Should not follow symlinks on file path resolution (#1644) | Yip Coekjan | 2024-07-05 | 1 | -7/+24 |
| | | |||||
| * | Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled ↵ | ptitSeb | 2024-07-03 | 1 | -0/+1 |
| | | | | | with BOX64_UNITYPLAYER=0) | ||||
| * | [COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too) | ptitSeb | 2024-06-24 | 1 | -1/+27 |
| | | |||||
| * | Improved CPUID a bit more, adding RDRAND (helps geekbench6 avx2 version) | ptitSeb | 2024-06-24 | 1 | -4/+55 |
| | | |||||
| * | Improved handling of cpuid leaf 0x80000006 | ptitSeb | 2024-06-22 | 1 | -1/+1 |
| | | |||||
| * | [RCFILE] Improved hendling of BOX64_NODYNAREC | ptitSeb | 2024-06-21 | 1 | -14/+16 |
| | | |||||
| * | Added BOX64_RESERVE_HIGH in rcfile handling | ptitSeb | 2024-06-18 | 1 | -0/+5 |
| | | |||||
| * | Fixed usage of getcpu, only enablign that for recent enough glibc (should ↵ | ptitSeb | 2024-06-17 | 1 | -1/+3 |
| | | | | | help #1586) | ||||
| * | [ANDROID] This should fix android build | ptitSeb | 2024-06-13 | 1 | -0/+2 |
| | | |||||
| * | More work on RDTSC emulation | ptitSeb | 2024-06-13 | 2 | -0/+11 |
| | | |||||
| * | Only expose xsave extension if avx is used | ptitSeb | 2024-06-07 | 1 | -2/+2 |
| | | |||||
| * | [INTERPRETER] Added suport for F16C extension (linked to AVX flag) ↵ | ptitSeb | 2024-06-06 | 1 | -1/+1 |
| | | | | | ([ARM64_DYNAREC] too) | ||||
| * | Disable F16C for now, it's not ready yet | ptitSeb | 2024-06-06 | 1 | -1/+1 |
| | | |||||
| * | [ARM64_DYNAREC] Added a new small batch of AVX/BMI2 opcodes | ptitSeb | 2024-06-06 | 1 | -1/+2 |
| | | |||||
| * | [INTERPRETER] Added FMA cpu extension (linked to BOX64_AVX=2) | ptitSeb | 2024-06-02 | 1 | -1/+1 |
| | | |||||
| * | [INTERPRETER] Added BMI1, BMI2 and ADX extensions | ptitSeb | 2024-05-31 | 1 | -2/+3 |
| | | |||||
| * | [INTERPRETER] More avx, avx2 and vaes opcodes | ptitSeb | 2024-05-28 | 1 | -0/+1 |
| | | |||||
| * | Fixed cpuid leaf d, component 2 (fixes wine 9.6+ not booting) | ptitSeb | 2024-05-27 | 1 | -14/+0 |
| | | |||||
| * | More avx infrastructure | ptitSeb | 2024-05-27 | 2 | -1/+15 |
| | | |||||
| * | Small cleanup in my_cpuid | ptitSeb | 2024-05-27 | 1 | -1/+1 |
| | | |||||
| * | [INTERPRETER] my first avx opcode | ptitSeb | 2024-05-26 | 2 | -0/+3 |
| | | |||||
| * | more avx infrastructure | ptitSeb | 2024-05-24 | 1 | -5/+12 |
| | | |||||
| * | Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too) | ptitSeb | 2024-05-24 | 1 | -8/+28 |
| | | |||||
| * | Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311) | ptitSeb | 2024-05-09 | 1 | -0/+8 |
| | | |||||
| * | This should fix non-dynarec build | ptitSeb | 2024-04-29 | 1 | -0/+2 |
| | | |||||
| * | Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVM | ptitSeb | 2024-04-29 | 1 | -0/+4 |
| | | |||||
| * | Added a way to hide SSE 4.2, as it might slow down things using the string ↵ | ptitSeb | 2024-04-29 | 2 | -1/+2 |
| | | | | | opcodes. Also, looks like some java program have issue with current implementation of pcmp[ei]str[im] somehow, so diabling automaticaly when detecting libjvm.so (for SlayTheSpire in particular) | ||||
| * | Changed how wine prereserve is handled on box64 | ptitSeb | 2024-04-27 | 1 | -6/+2 |
| | | |||||
| * | Fixed a few warning here and there... | ptitSeb | 2024-04-13 | 1 | -1/+2 |
| | | |||||
| * | Revert some cpuid changes, they are more wrong then right it seems | ptitSeb | 2024-04-12 | 1 | -2/+2 |
| | | |||||
| * | Wrapped GstAudioFilter (for #1397) | ptitSeb | 2024-04-03 | 1 | -0/+42 |
| | | |||||
| * | [RCFILE] Make sure strdup is coherent with free | ptitSeb | 2024-04-03 | 1 | -4/+4 |
| | | |||||
| * | Added some path for termux/glibc builds | ptitSeb | 2024-03-27 | 1 | -6/+7 |
| | | |||||
| * | Changed, again, RDTSC and Hardware counter, introducing auto calibration ↵ | ptitSeb | 2024-03-14 | 1 | -17/+1 |
| | | | | | when hardware counter is too slow for modern standard (and removed BOX64_RDTSC env. var.) | ||||
| * | [RCFILE] Added 2 new rcfile only option, and try to apply wine program ↵ | ptitSeb | 2024-03-12 | 1 | -13/+30 |
| | | | | | parameter earlier, before wien load to be able to change command line and maxcpu | ||||
| * | Changed how cpu cores are reported in cpuid for large number (>64) | ptitSeb | 2024-03-12 | 1 | -2/+9 |
| | | |||||
| * | Do not expose FMA cpu extension, it's associated to AVX by some engines | ptitSeb | 2024-03-11 | 1 | -3/+4 |
| | | |||||
| * | [TRACE] slignthly better log for ExitEmulation bridge | ptitSeb | 2024-03-10 | 1 | -2/+4 |
| | | |||||
| * | Don't expose BMI1 for now, it's not really supported | ptitSeb | 2024-03-10 | 1 | -1/+1 |
| | | |||||
| * | More work on X11 wrapping, allowing gtk to run fully emulated | ptitSeb | 2024-03-07 | 2 | -9/+3 |
| | | |||||
| * | Added back full handling of winepreloader prereserve memory | ptitSeb | 2024-03-06 | 1 | -1/+2 |
| | | |||||
| * | [RV64_INTERP] Added TSC freq support (#1293) | Yang Liu | 2024-02-28 | 1 | -1/+1 |
| | | | | | | * [RV64_INTERP] Added TSC freq support * Simplify | ||||