ptitSeb
ptitSeb
pirita is pivate for now, but that will change (very) soon. Why using a feature for the symlink? The PR looks ok for now, appart for the symlink behind a...
Ah yeah, you are right. Time flyes! I'll do a test campaign on my devices that use it and will plan a release soon!
Finaly, the 1.1.6 has been tagged!
Display Lists are converted to VBO as much as possible, as it can be faster.
Yes, the current `LOAD_GLESx` mecanism is not that great, and I wanted to have a global structure with all function pointer for some time now, but never actually started working...
Yep, I told you it was a huge job.
> Regarding `LOAD_EGL` when you say it requires a context, you just mean the library has to be loaded first, right ? _Screenshot from loader.c_  I meant to say...
The easiest what to handle this would be to not change the macro (or maybe just rename it if needed), create the mega structure (probably need some change in the...
Yeah, `LOAD_GLES_FPE` vs `LOAD_GLES` should be for new code vs legacy GLES1.1 only code, and are probably normal. The last 3 with `LOAD_GLES2_OR_OES` vs `LOAD_GLES` are a bit strange maybe...
> To quote the relevant part: > _"Client API function pointers returned by `eglGetProcAddress` are **independent** of the display and the currently bound client API context, and may be used...