-
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
box86 (0.2.4) unstable; urgency=low | ||
box86 (0.2.6) unstable; urgency=low | ||
|
||
* Some work on Dynarec to limit the number of mutex use, and also allow smaller block to be built (for JIT'd programs) | ||
* Introduce BOX86_DYNAREC_STRONGMEM, like with box64 (not found any program that needs that yet) | ||
* More vulkan wrapped function (so dkvk works, at least with RX550) | ||
* Reworked Elfloader part, with better handling of versionned symbols | ||
* Improve speed for x87 code (by avoiding many float<->double conversion) | ||
* Improve speed of the custom allocator used by dynarec and Hash (speedup loading) | ||
* Added a detection of box64 in uname call, to expose an x86_64 system instead of i386 one | ||
* Added a fix for linking box86 on system using glibc 2.34+ | ||
* A few more wrapped libs | ||
* More ARM hardware option in CMake (Phytium, SD845) | ||
* Changed a bit struture of Dynarec, switching some operations from Pass1 to Pass0 | ||
* Small fixes to elfloader | ||
* Some fixes and improvments on wrapped libs (mainly gtk2, gtk3 and d3dadpter) | ||
* Better VSyscall implementation | ||
* Fixed the "Alternate" handling (address shadowing on x86 side) | ||
* A few opcodes border case fixes | ||
* Improved wrapper helpers (from rajdakin) | ||
* Added a mecanism to cancel a Dynarec block construction if it triggers a segfault (instead of a crash) | ||
* Improvment to the handling of longjmp inside signal handlers | ||
* Added an option to get generated -NAN on SSE2 operation | ||
* Many small fixes and improvement to get steam and SteamPlay working (along with box64) | ||
* Added some workaround for program calling uname to mimic x86 system | ||
* Added some more Vulkan extensions | ||
* Added some granularity to mmap64, and generic memory protection tracking improvment, to mimic x86 system (for wine stagging and proton) | ||
* Better clone syscall and libc implementation | ||
* Improved wrapping of GTK libs | ||
* More wrapped libs (more gtk libs, like gstreamer-1.0 among other non-gtk libs too) | ||
* More wrapped functions(with some tricky one, like dladdr1) | ||
* Some fixes and improvment to some wrapped functions | ||
* Refactor Dynarec: | ||
* - better handling of SSE/x87 registers | ||
* - optimisation to limit float/double conversion | ||
* - better handling of "internal" jump inside a dynablock | ||
* Improved elfloader | ||
* Improved some tests | ||
* A few fixes in some Dynarec opcodes | ||
* Don't quit on unsupported syscall, return -1 / ENOSYS error | ||
* A bit more optimisation in some Dynarec opcodes | ||
|
||
-- Sebastien Chevalier <[email protected]> Tue, 18 Jan 2022 11:20:33 -0500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters