about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibgl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPER] Improved some libGL function with callback wrappingptitSeb2025-09-011-0/+28
|
* [WRAPPER][TRACE] Fixed some DLSYM_ERROR tracesptitSeb2025-05-221-5/+5
|
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-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)olegos22024-12-281-0/+1
|
* [WRAPPER] Hacked some support for libGLX_nvidia.so.0ptitSeb2024-10-131-1/+8
|
* Fixed wrapping of some rare opengl functionsptitSeb2024-07-081-3/+3
|
* Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311)ptitSeb2024-05-091-6/+0
|
* Don't try to load libstdc++ when loaing libGL if it's wine (helps mobox, ↵ptitSeb2024-03-091-1/+1
| | | | maybe other android version of box64 too)
* Added libstdc++ when loading libGL (only if libgcc_s is already loaded), ↵ptitSeb2024-03-041-0/+6
| | | | helps some linux Unity games
* Added wrapped support for EGL/GLESv2ptitSeb2024-02-291-9/+124
|
* Used AddCheckBridge were the check could make senseptitSeb2024-01-161-1/+1
|
* [WRAPPERS] Added fallback glXSwapIntervalEXT function if not present (#1092)Yang Liu2023-11-271-1/+44
| | | | | * [WRAPPERS] Added fallback glXSwapIntervalEXT function if not present * Fix glXSwapIntervalEXT signature
* Refactored how wrapped symbols are fetch and storedptitSeb2023-08-201-8/+30
|
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-2/+2
| |
* | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)Yang Liu2023-05-071-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 ↵ptitSeb2023-03-051-1/+3
| | | | function
* Refactored OpenGL symbol fetching and managmentptitSeb2023-03-051-121/+274
|
* Added box64rc configuration file handlingptitSeb2022-11-271-3/+1
|
* Added one more GLES extension to wrapped libGLptitSeb2022-11-151-0/+1
|
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-3/+3
|
* Added some more GL/GLES extensionsptitSeb2022-09-101-0/+13
|
* Changed various log level for libdl file open errorptitSeb2022-07-091-6/+6
|
* Added preliminary support for wrapped libEGLptitSeb2022-06-051-1/+2
|
* Added a new large batch of wrapped GL extensions (for #73)ptitSeb2021-07-281-0/+36
|
* Fixed some wrapped functions, upgraded the python scriptrajdakin2021-06-041-0/+2
|
* Better functions name resolving when using TRACE, and fixed some printf ↵ptitSeb2021-03-101-1/+2
| | | | stuff again
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-071-0/+193