about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibgl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-3/+3
* [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, mayb...ptitSeb2024-03-091-1/+1
* Added libstdc++ when loading libGL (only if libgcc_s is already loaded), help...ptitSeb2024-03-041-0/+6
* 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
* 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 bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | 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
|/
* Removed a warning when getting glXGetProcAddress with a glXGetProcAddress fun...ptitSeb2023-03-051-1/+3
* 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 stuff...ptitSeb2021-03-101-1/+2
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-071-0/+193