ptitSeb / gl4es

GL4ES is a OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library, with support for Pandora, ODroid, OrangePI, CHIP, Raspberry PI, Android, Emscripten and AmigaOS4.
http://ptitseb.github.io/gl4es/
MIT License
704 stars 160 forks source link

Where is gl4es saves PSA on Android? #356

Open klaxons1 opened 3 years ago

Sisah2 commented 3 years ago

Its disabled on android, can be simply enabled in init.c but need to save it manualy, get it work in openmw with this (calling gl_Hint with custom flag to save it)

https://github.com/Sisah2/openmw-android/blob/psa/buildscripts/patches/gl4es/psa.patch

Probably no use for half life 2 android port as it use custom shaders for everything?

klaxons1 commented 3 years ago

Thanks!

AbduSharif commented 1 year ago

Is this now considered fixed with this commit? https://github.com/ptitSeb/gl4es/commit/277be116c1fce0c0344ab41359aeadfa7f023b93

(I didn't test it).

ptitSeb commented 1 year ago

It should yes. I know have PSA working on all the devices I tested (but none are Android)