about summary refs log tree commit diff stats
path: root/src/wrapped32/wrappedlibgl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [BOX32][WRAPPER] Hacked some support for libGLX_nvidia.so.0ptitSeb2024-10-131-1/+8
|
* [BOX32] More work on libX11 and friends, using more shadow structure like ↵ptitSeb2024-10-121-10/+7
| | | | Screen and Visual (help wine, probably other too)
* [BOX32] More 32bits wrapped functionsptitSeb2024-10-101-1/+53
|
* [BOX32][WRAPPER] Reworked 32bits libGL with new wrapperhelperptitSeb2024-10-071-18/+401
|
* [BOX32] More work on 32bits X11 wrapping (not 12 Labor of Hercules 6 works ↵ptitSeb2024-10-051-0/+74
| | | | from Steam, but not Steam itself)
* [BOX32] Added many more 32bits wrapped function (some using wrapperhelper)ptitSeb2024-10-051-16/+1
|
* [BOX32] Fixed wrapping for glShaderSourceARBptitSeb2024-09-281-1/+10
|
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed a few moreptitSeb2024-09-251-10/+10
|
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed a few ↵ptitSeb2024-09-241-0/+101
| | | | x11/glX ones too
* [BOX32][wrapper] Added some basic 32bits X11 wrapping, fixed 32bits sem_XXX ↵ptitSeb2024-09-221-1/+39
| | | | wrapping, and more 32bits wrapped functions
* [BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and ↵ptitSeb2024-09-141-0/+562
zsnes works)