about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | [DYNAREC] Fixed a warningptitSeb2022-04-101-2/+2
|/
* Added some new gtk wrappingsmhavu2022-04-105-49/+54
* Merge branch 'main' of https://github.com/ptitSeb/box64mhavu2022-04-0930-1235/+2641
|\
| * [DYNAREC] Refactored dynarec, using box86 refactorptitSeb2022-04-0929-1232/+2638
| * Added XDefaultGCOfScreen wrapped function (for #272)ptitSeb2022-04-091-1/+1
| * Added XRootWindowOfScreen wrapped function (for #272)ptitSeb2022-04-091-1/+1
| * Added XDefaultColormapOfScreen wrapped function (for #272)ptitSeb2022-04-091-1/+1
| * Added XDefaultVisualOfScreen wrapped function (for #272)ptitSeb2022-04-091-1/+1
* | Added new wrappings for libx11mhavu2022-04-091-17/+17
|/
* Added 66 (2E) 70-7F opcodes ([DYNAREC] too) (for #271)ptitSeb2022-04-062-0/+39
* Only retry a memory access is the protection has both PROT_READ and PROT_WRITEptitSeb2022-04-061-1/+1
* Added some libX11 and libxi wrapped functons (for #215)ptitSeb2022-04-062-3/+3
* Change message to Warning instead of Error for missing Weak GLOB_DATptitSeb2022-04-061-2/+2
* Fixed some bugs on my__XVa* x11 wrapping (might help #265)ptitSeb2022-04-051-16/+16
* Updated autogenerated filesmhavu2022-04-053-4/+9
* Harmonized signature of XID type parameters and added remaining XID wrappingsmhavu2022-04-051-9/+9
* Added libfontconfig wrapped function FcFontSetCreatemhavu2022-04-041-1/+1
* Added remaining __strto*_internal libc wrapped functionsMarko Havu2022-04-044-5/+24
* More work on test17, and handling -NAN on divsdptitSeb2022-04-013-10/+22
* Added more sse2 opcode to test17, and added nan handling to SQRTSD and MULSD ...ptitSeb2022-04-016-41/+99
* More coverage for test17, and added NaN handling to 66 0F 7C opcodeptitSeb2022-04-011-0/+14
* Update test10 (it was a bit flaky), update libstdc++ binary, and added fake _...ptitSeb2022-03-312-0/+5
* More cases to test17, and added -NAN generation to divpd ([DYNAREC] too)ptitSeb2022-03-312-4/+28
* More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX6...ptitSeb2022-03-314-6/+37
* Improved test17 (sse), and fixed NAN bordercase for PSQRTPD opcodeptitSeb2022-03-311-2/+8
* Improved test17 ([DYNAREC] Added 66 0F 38 16 opcode, fixed 66 0F 38 24/34 opc...ptitSeb2022-03-301-3/+16
* Added 66 0F 38 14/16 opcodesptitSeb2022-03-301-0/+20
* Improved and enhanced test17 (SSE testing)ptitSeb2022-03-301-3/+3
* Added 66 0F 38 30..35 opcodes ([DYNAREC] too) (for #260)ptitSeb2022-03-292-0/+90
* Fixed some warningsptitSeb2022-03-292-4/+4
* Added some obstack_XXX wrapped function (ported from box86)ptitSeb2022-03-285-2/+234
* Added clone wrapped function and libgbm wrapped libptitSeb2022-03-2712-4/+165
* Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ...ptitSeb2022-03-275-13/+52
* [DYNAREC] Fixed F0 0F B0 opcodeptitSeb2022-03-261-0/+1
* More work around steam and proton/SteamPlay (working, but need also latest bo...ptitSeb2022-03-2612-10/+126
* [DYNAREC] Added F0 0F B0 opcodeptitSeb2022-03-251-0/+43
* Fixed RunFunction and DynaCall/EmuCall with stack argumentsptitSeb2022-03-253-12/+25
* Added a better way to select 16K pages, and added M1 paragraph in COMPILE.mdptitSeb2022-03-231-1/+6
* Added M1/Asahi supportptitSeb2022-03-201-1/+1
* Some fixes to gstreamer-1.0 wrappingptitSeb2022-03-202-9/+9
* Some more gtk wrapping workptitSeb2022-03-193-0/+111
* More work on GTK wrapping (hterm seems to run fine now)ptitSeb2022-03-199-207/+630
* Less log in LOG_INFO levelptitSeb2022-03-191-2/+2
* Small fixes to some wrapped X11 functionsptitSeb2022-03-191-4/+4
* Fixed, again, the mmap block selection (shoudl help #587)ptitSeb2022-03-181-6/+12
* Improve findBlockNearHint function and friends, again (in sync with box86)ptitSeb2022-03-172-51/+60
* Fixed new wrapped x11 functions (from 7943858290281e0fc506bd530d16427c5e93b011)ptitSeb2022-03-141-18/+19
* Fixed the new memmap trackingptitSeb2022-03-132-64/+54
* Fixed some LOG=2 improved traceptitSeb2022-03-131-5/+5
* Add some function wrapper of libx11wannacu2022-03-116-34/+217