ptitSeb

Results 2023 comments of ptitSeb

Can this ticket be closed?

Hi the PPSSPP sources I use on the Pandora port? There are quite outdated now.

Yes, I do have plan for OpenGL 3.x support (using GLES 3.x or not), but I have things to do before starting that (like more texture support in shader, and...

Nope, that's completly different. Dynamic Loading will not be usefull in AmigaOS4 case. It's more on Linux to be able to load GLES3.0 or GLEs2.0 or GLES1.1 dynamicaly (like if...

@kas1e yes, but I'm not finished yet. By the way, on Amiga, how to I access use "home" folder, so I can create/read the precompile shader archive?

Ok, but that mean there will be 1 cache per program using gl4es. Isn't there some common place instead? If there is nothing, I can go with `PROGDIR:.gl4es.psa`

There will be many common state across the program. But 1 cache per program is OK I guess.

@kas1e : for Precompile Shader Archive, the extension `GL_OES_get_program` will probably be needed (and so the `glProgramBinary(...)` / `glGetProgramBinary(...)` functions). I don't think those are supported for now on Amiga.

Also, is there an `aglGetProcAddress(...)` function now? Or something similar, to get function pointer from optionnal extension. I think it was implemented some time ago... But I haven't implemented it...

Ok @kas1e , with 6a0e80e03919241265b4ac5c98785422eee5c773 I have added support for this in gl4es.