about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [VULKAN] Wrapped VK_EXT_device_fault extension (for #424)ptitSeb2024-01-101-0/+3
* [VULKAN] Wrapped VK_KHR_map_memory2 extension (for #424)ptitSeb2024-01-101-0/+4
* [VULKAN] Wrapped VK_EXT_host_image_copy extension (for #424)ptitSeb2024-01-101-1/+8
* [VULKAN] Completed wrapping of VK_NV_scissor_exclusive extension (for #424)ptitSeb2024-01-101-0/+1
* [VULKAN] Completed wrapping of VK_EXT_discard_rectangles extension (for #424)ptitSeb2024-01-101-0/+2
* [DYNAREC_RV64] Added more opcodes and fixed X87_PUSH/POP macros (#1194)Yang Liu2024-01-095-16/+92
* [DYNAREC_RV64] Fixed a wrong Zba optimization (#1193)Yang Liu2024-01-091-10/+20
* [ELFLOADER] More elf alignment sections adjustmentsptitSeb2024-01-081-11/+9
* [ELFLOADER] Another attempt at elf allignement fixesptitSeb2024-01-082-21/+32
* [ELFLOADER] Try to harden the memory allocationptitSeb2024-01-081-1/+11
* [ARM64_DYNAREC] Fixed 66 0F 3A 17 opcode (should help UE games)ptitSeb2024-01-081-1/+1
* expose minimal libxcb-xinput wrapper (#1192)Frank Benkstein2024-01-0810-1/+541
* Added libutil and libresolv to the list of essential libs (not affected by BO...ptitSeb2024-01-071-1/+1
* Added 2 more wrapped function to libgtk3 (for epsxe)ptitSeb2024-01-074-2/+25
* Added (much) more slot for genereic GCallback on gobject2ptitSeb2024-01-072-22/+129
* Added ncurses6 as alias to ncurses5 as it's deprecated on modern OSptitSeb2024-01-072-0/+2
* Added alias for wrapped libresolv.soptitSeb2024-01-061-0/+1
* Added 1 more wrapped function to libcupsptitSeb2024-01-061-1/+1
* Added 1 syscallptitSeb2024-01-061-0/+1
* [INTERPRETER] Added 67 66 8D opcode ([ARM64_DYNAREC] too)ptitSeb2024-01-065-0/+35
* [INTERPRETER] Added support for unaligned F0 0F BA /5 opcodeptitSeb2024-01-061-11/+25
* [INTERPRETER] Improved 0F 01 opcode ([ARM64_DYNAREC] too)ptitSeb2024-01-062-10/+45
* [RCFILE] Added more option to rcfile and added geekbench5 profileptitSeb2024-01-061-0/+20
* Rollback commit 9201559 as it breaks some programs using getopts (should help...ptitSeb2024-01-061-2/+2
* Added wrapped libicuuc and libicui18n v74ptitSeb2024-01-0512-0/+316
* [DYNAREC_RV64] Added CALL/RET optimization (#1183)Yang Liu2024-01-057-55/+91
* [ARM64_DYNAREC] A few more FRINTTS extension useptitSeb2024-01-051-32/+44
* [ARM64_DYNAREC] More FRINTTS useptitSeb2024-01-053-33/+61
* [ARM64_DYNAREC] Attempt to use FRINTTS extensionptitSeb2024-01-052-57/+55
* [ARM64_DYNAREC] Simplified a bit CALLRET fallback handling on stack unsyncptitSeb2024-01-052-10/+3
* [WRAPPERS] Add a `isSimpleWrapper` function for RV64 (#1185)rajdakin2024-01-05644-644/+1002
* Added 1 more symbol to wrapped libgnutlsptitSeb2024-01-041-1/+1
* [ARM64_DYNAREC] Fixed CALLRET optim when unsync occur, should help stabilityptitSeb2024-01-041-2/+2
* [DYNAREC] Switched back CALLRET to 0 by Default, many things like GoG Wine In...ptitSeb2024-01-021-1/+1
* [RCFILE] Add a function to quickly get current process nameptitSeb2024-01-022-1/+6
* [TRACE] Better trace for read wrapped functionptitSeb2024-01-021-1/+15
* [ARM64] Improved fast path for unaligned access to device memory (for NVidia ...ptitSeb2024-01-011-8/+8
* Fixed issue on rbtree on rb_get_end when end is another blockptitSeb2023-12-311-13/+19
* More xcb_connection_t wrapping for vulkanptitSeb2023-12-316-3/+25
* [ARM64_DYNAREC] Some more warning fixesptitSeb2023-12-312-4/+5
* Fixed some (nasty sometimes) warningptitSeb2023-12-315-17/+17
* [MEMORY] Switched from a sparse array to a red-black tree (#1180)rajdakin2023-12-3112-394/+1028
* [DYNAREC_RV64] Fixed a nasty bug in GETEX, but left optim opportunity for lat...Yang Liu2023-12-281-2/+4
* [WRAPPER] Added 4 more wrapped glib2 functions (for #1175) (#1176)Yang Liu2023-12-284-4/+25
* [RCFILE] Disable CALL/RET optimization for zoom (#1170) (#1174)Yang Liu2023-12-274-1/+6
* Added 2 more wrapped gtk3 functionsptitSeb2023-12-265-5/+21
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-12-264-37/+194
|\
| * [DYNAREC_RV64] Added more opcodes for VMP-protected GI (#1168)xctan2023-12-264-37/+194
* | More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-26674-1237/+1668
|/
* [DYNAREC_RV64] Added more opcodes for VMP-protected GI (#1164)xctan2023-12-257-6/+524