ptitSeb
ptitSeb
Yes, CB include everything. gl4es, box86, all my stuffs are there too. Prefer `LD_LIBRARY_PATH=/media/Pandingen/Sources/_codeblocksdev/gl4es/lib:$LD_LIBRARY_PATH` becausez the variable is used. You can also copy libGL.so.1 directly to `/mnt/utmp/codeblocks/usr/lib/` to override the...
Yes, on Pandora, gl4es default to GLES 1.1. The crashes maybe because of some shader that fail to compile / link. Use `LIBGL_LOGSHADERERROR=1` to have more details when a shader...
So this is OpenGL -> GLES -> Vulkan ... That's some transformations! Thanks for the test, but that will be tricky to fix as I have to duplicate on my...
Depth texture are tricky, and might not be supported. I think the error might comes from there. Do you need the depth texture or a renderbuffer can work?
Those are not gl4es issue. Locks more like a lack of X11 and lack of udev lib.
Still what ? Also, I'm not handling banning/unbanning on the discord channel.
ou asjed me many times to contact you, but I still have 0 clue of why I should that. Why can't you put some stuff on public git?
Oh, wow, that gl4es gamma patch! Nice, not standard, but nice :) I can probably make it official if needed: but I don't like the 0x4242 value used, I would...
I'll add the diff, and route the current "LIBGL_GAMMA" env. var. to it.
Yes, `version 100` is on purpose, as it's the only one supported by gles2. I think the issue is with `att *= 500;` that should be `att *= 500.0;` instead....