ptitSeb

Results 2023 comments of ptitSeb

I should be possible, but `wgl` backend has to be written (that's a bit of work).

I think I have broken (again) SFML based software. Thanks for the breaking commit, that will help :)

Are you sure ChocolateDoom and xfce4 use opengl? I think fo now gl4es doesn't work for you on all apps. I need more logs, please uncomment line 36 of `src/glx/glx.c`...

If it's still not working, don't close the issue. I'm still unsure why it doesn't want to create that context. I need to think about it. I'll put a comment...

Yes, glDrawArray->glDrawElement tend to use 16bits index. I need to find a way to smoothly handle both, because 32bits index is optionnal, but 16bits is a bit limited now, with...

Don't build for PI, use a generic (or ODROID) build. PI build are for legacy driver (using `libbcm_host.so`) that is not used anymore on PI4.

I checked the CMakeList, the option you need to set to OFF is `BCMHOST` (there is no RPI profile on gl4es). Use `ccmake` to have an interactive way of changing...

I suspect your GLES2 driver is not correctly installed on your system. Does other GLES2 app works (like es2gears or glmark2-es2?)

First time I heard of this lib. I need to check what it means to support libglvnd on gl4es side.

Yes, I have read, but I'm unsure what I have to do in gl4es to be compatible with it.