ptitSeb

Results 2023 comments of ptitSeb

Yeah, that's probably gl4es related. You can remove the debug trace, and use `LIBGL_LOGSHADERERROR=1` here. (also, is it running fine with VC4 mesa driver?)

Yes, gl4es handle s3tc texture. They are uncompressed in memory, because GLES hardware doesn't support that, but at least it work. Now, the shader error. I see the issue now,...

So I implemented some "on-the-fly" hacking of shaders. Now Psychonauts should start.

Ah yes, that's because I tried it with `LIBGL_GL=21`. I have made a change, it should work now even without it.

It doesn't launch on my side because the Pandora on which I'm testing doesn't have enough Variying it seems. Can you put the shader log error here, I wounder why...

This is only in GLES 3.0+, not before (well, there is probably an extension for this). I need to see how to implement (or fake implement) it. gles.h and gles.c...

The symbol is present because libmali.so implement all EGL and GLES lib in 1 lib. I'm still unsure if that symbol "works" with an GLESv2 context (probably, but I think...

Box86 should support gallium nine already, unless gallium driver ABI changed in past year, it should be working ok. The error may just be that the Pi4 lack some hardware...

Yes, it's an issue. I have fixed that one on box86 but seems like I forgot to fix it in box64. I'll do that soon.

What is ticket about? Is that about those messages: ``` Error: Global Symbol _ZTVNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEE not found, cannot apply R_X86_64_GLOB_DAT @0x12318af40 ((nil)) in /home/garrett/.local/share/Steam/steamapps/common/Proton - Experimental/files/lib64/libopenxr_loader.so.1 Error: Global Symbol _ZTTNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEE not...