| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WRAPPER] Improved some libGL function with callback wrapping | ptitSeb | 2025-09-01 | 1 | -0/+28 |
| | | |||||
| * | [WRAPPER][TRACE] Fixed some DLSYM_ERROR traces | ptitSeb | 2025-05-22 | 1 | -5/+5 |
| | | |||||
| * | [ENV] Initial refactor of env variables infrastructure (#2274) | Yang Liu | 2025-01-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes | ||||
| * | [WRAPPED][ANDROID] Add libGL ALTNAME (#2225) | olegos2 | 2024-12-28 | 1 | -0/+1 |
| | | |||||
| * | [WRAPPER] Hacked some support for libGLX_nvidia.so.0 | ptitSeb | 2024-10-13 | 1 | -1/+8 |
| | | |||||
| * | Fixed wrapping of some rare opengl functions | ptitSeb | 2024-07-08 | 1 | -3/+3 |
| | | |||||
| * | Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311) | ptitSeb | 2024-05-09 | 1 | -6/+0 |
| | | |||||
| * | Don't try to load libstdc++ when loaing libGL if it's wine (helps mobox, ↵ | ptitSeb | 2024-03-09 | 1 | -1/+1 |
| | | | | | maybe other android version of box64 too) | ||||
| * | Added libstdc++ when loading libGL (only if libgcc_s is already loaded), ↵ | ptitSeb | 2024-03-04 | 1 | -0/+6 |
| | | | | | helps some linux Unity games | ||||
| * | Added wrapped support for EGL/GLESv2 | ptitSeb | 2024-02-29 | 1 | -9/+124 |
| | | |||||
| * | Used AddCheckBridge were the check could make sense | ptitSeb | 2024-01-16 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPERS] Added fallback glXSwapIntervalEXT function if not present (#1092) | Yang Liu | 2023-11-27 | 1 | -1/+44 |
| | | | | | | * [WRAPPERS] Added fallback glXSwapIntervalEXT function if not present * Fix glXSwapIntervalEXT signature | ||||
| * | Refactored how wrapped symbols are fetch and stored | ptitSeb | 2023-08-20 | 1 | -8/+30 |
| | | |||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | Removed useless box64context_t parameter to RunFunction and friend | ptitSeb | 2023-07-09 | 1 | -2/+2 |
| | | | |||||
| * | | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768) | Yang Liu | 2023-05-07 | 1 | -6/+6 |
| |/ | | | | | | | | | * [WRAPPER] Used RunFunctionFmt for better sign-extend handling * [WRAPPER] Fixed some typos * [WRAPPER] Use L for unsigned long for better portability * [WRAPPER] More replace from U to L | ||||
| * | Removed a warning when getting glXGetProcAddress with a glXGetProcAddress ↵ | ptitSeb | 2023-03-05 | 1 | -1/+3 |
| | | | | | function | ||||
| * | Refactored OpenGL symbol fetching and managment | ptitSeb | 2023-03-05 | 1 | -121/+274 |
| | | |||||
| * | Added box64rc configuration file handling | ptitSeb | 2022-11-27 | 1 | -3/+1 |
| | | |||||
| * | Added one more GLES extension to wrapped libGL | ptitSeb | 2022-11-15 | 1 | -0/+1 |
| | | |||||
| * | Small refactor and simplification of library_t structure and box64context_t | ptitSeb | 2022-10-19 | 1 | -3/+3 |
| | | |||||
| * | Added some more GL/GLES extensions | ptitSeb | 2022-09-10 | 1 | -0/+13 |
| | | |||||
| * | Changed various log level for libdl file open error | ptitSeb | 2022-07-09 | 1 | -6/+6 |
| | | |||||
| * | Added preliminary support for wrapped libEGL | ptitSeb | 2022-06-05 | 1 | -1/+2 |
| | | |||||
| * | Added a new large batch of wrapped GL extensions (for #73) | ptitSeb | 2021-07-28 | 1 | -0/+36 |
| | | |||||
| * | Fixed some wrapped functions, upgraded the python script | rajdakin | 2021-06-04 | 1 | -0/+2 |
| | | |||||
| * | Better functions name resolving when using TRACE, and fixed some printf ↵ | ptitSeb | 2021-03-10 | 1 | -1/+2 |
| | | | | | stuff again | ||||
| * | Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal | ptitSeb | 2021-03-07 | 1 | -0/+193 |