about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* [BOX32][WRAPPER] Added 32bits wrapped/hacked libtcmallocminimalptitSeb2024-09-2810-0/+524
|
* [BOX32][WRAPPER] Added some minimum 32bits wrpping for fontconfig, and some ↵ptitSeb2024-09-2811-5/+490
| | | | fixes for iconv wrapped function signature
* [WRAPPER] Reworked libfontconfig with new wrapperhelperptitSeb2024-09-281-29/+29
|
* [BOX32][WRAPPER] Some fixes to libexpat 32bits wrapping and more other ↵ptitSeb2024-09-287-37/+142
| | | | 32bits functions
* [BOX32] Fixed wrapping for glShaderSourceARBptitSeb2024-09-284-2/+13
|
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed one from ↵ptitSeb2024-09-2810-12/+122
| | | | SDL2
* [BOX32] Added 2 more 32bits syscallsptitSeb2024-09-282-10/+28
|
* [BOX32][WRAPPER] Added 32bits wrapped libexpat and another batch of wrapped ↵ptitSeb2024-09-2814-15/+1147
| | | | function for 32bits libfreetype and SDL2
* [WRAPPER] Reworked wrapping of libexpat with new wrapperhelperptitSeb2024-09-281-25/+25
|
* [BOX32][WRAPPER] Added a bunch of 32bits functions to SDL2 and libcptitSeb2024-09-2814-104/+378
|
* [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)Yang Liu2024-09-2716-169/+746
|
* [BOX32][TRACE] Better trace for recvptitSeb2024-09-271-1/+2
|
* [BOX32][WRAPPER] Added 2 more 32bits wrapped function to freetypeptitSeb2024-09-274-2/+14
|
* [RV64_DYNAREC] Refined RISC-V vector disassembler (#1880)xctan2024-09-271-584/+638
| | | | | * [RV64_DYNAREC] Refined RISC-V vector disassembler * [RV64_DYNAREC] Formated generated code
* [ARM64_DYNAREC] Small optim on 0F C7 /1 inst name (#1878)Yang Liu2024-09-261-1/+5
|
* [LA64_DYNAREC] Added unaligned support to CMPXCHG8B (#1877)Yang Liu2024-09-263-29/+79
|
* [BOX32][WRAPPER] Added some more 32bits wrapped functionsptitSeb2024-09-2613-23/+185
|
* [BOX32][WRAPPER] Added 32bits empty wrapped libXxf86vmptitSeb2024-09-268-0/+96
|
* [WRAPPER] Reworked wrapped libXxf86vm with new wrapperhelperptitSeb2024-09-261-2/+2
|
* [BOX32] Minor changes to 32bits freetype wrappingptitSeb2024-09-262-2/+10
|
* [LA64_DYNAREC] Fixed emit_add16 LBT implementation (#1875)Yang Liu2024-09-261-1/+1
|
* [BOX32][WRAPPER] Refined SDL2 display mode wrapping (#1874)Yang Liu2024-09-263-3/+15
| | | | | * [BOX32][WRAPPER] Refined SDL2 display mode wrapping * review
* [BOX32][WRAPPER] Added preliminary wrapper for SDL2 (postal1 works) (#1872)Yang Liu2024-09-2613-8/+1877
| | | | | * [BOX32][WRAPPER] Added preliminary wrapper for SDL2 (postal1 works) * Handle more events
* [BOX32][WRAPPER] Improved 32bits wrapping for libfreetype (still not 100% ok)ptitSeb2024-09-256-58/+614
|
* [WRAPPER] Added 1 GLX extension ([BOX32] too)ptitSeb2024-09-258-10/+69
|
* [BOX32] Removed a warningptitSeb2024-09-251-1/+1
|
* [BOX32] Fixed some locale conversion (fixed FTL.x86 not going ingame)ptitSeb2024-09-251-26/+37
|
* [BOX32][WRAPPER] Fixed null checking in my32_SDL_SetVideoMode (#1868)Yang Liu2024-09-251-0/+1
|
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed a few moreptitSeb2024-09-2514-85/+325
|
* [LA64_DYNAREC][BOX32] Improved some 66 prefix opcodes (#1867)Yang Liu2024-09-252-14/+19
|
* [BOX32][WRAPPING] More fixes with intermediate structure conversionsptitSeb2024-09-241-5/+5
|
* [BOX32][WRAPPING] Fixed some issue with intermediate structure conversionsptitSeb2024-09-246-6/+14
|
* [RV64_DYNAREC][BOX32] Added more opcodes (#1866)Yang Liu2024-09-242-8/+74
| | | | | * [RV64_DYNAREC][BOX32] Added more opcodes * more
* [RV64_DYNAREC][BOX32] Improved some 66 prefix opcodes (#1865)Yang Liu2024-09-242-26/+31
|
* [LA64_DYNAREC][BOX32] Added more opcodes (#1864)Yang Liu2024-09-242-12/+99
|
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed a few ↵ptitSeb2024-09-2414-46/+420
| | | | x11/glX ones too
* [ARM64_DYNAREC] Fixed some issue with a few 16bits opcodes on 64bits operationsptitSeb2024-09-241-10/+10
|
* [RV64_DYNAREC] Added more opcodes for vector (#1863)Yang Liu2024-09-242-1/+113
| | | | | | | * [RV64_DYNAREC] Added more opcodes for vector * [RV64_DYNAREC] Added more opcodes for vector * [RV64_DYNAREC] Added more opcodes
* [BOX32][WRAPPER] Added a few 32bits function to libxrandrptitSeb2024-09-248-10/+322
|
* [BOX32] Silently enlarge thread stack size that are too small for platformptitSeb2024-09-241-5/+8
|
* [BOX32][TRACE] Fixed semop tracesptitSeb2024-09-241-1/+1
|
* [ARM64_DYNAREC] Fixed reset of rex on 67 prefixed opcodesptitSeb2024-09-241-2/+3
|
* [ARM64_DYNAREC] Added F1 opcodeptitSeb2024-09-241-0/+11
|
* [ARM64_DYNAREC] Added CA/CB ocpodesptitSeb2024-09-241-1/+29
|
* [INTEPRETER] Added a check on CS for CA/CB opecodesptitSeb2024-09-241-2/+10
|
* [ARM64_DYNAREC] Added 66 0F BF opcode (and cosmetic fix on interpreter)ptitSeb2024-09-242-2/+16
|
* [ARM64_DYNAREC] Added 64 A8 opcodeptitSeb2024-09-241-0/+9
|
* [ARM64_DYNAREC] Added 67 A9 opcode, and fixed 67 opcode with ignored REX prefixptitSeb2024-09-241-0/+9
|
* [BOX32][WRAPPER] Added more 32bits wrapped functionsptitSeb2024-09-2411-41/+350
|
* [RV64_DYNAREC] Allowed disabling V extension (#1862)Yang Liu2024-09-241-0/+5
|