Mathias Agopian dcebf6f65a fix bug [2021677] egl driver unloaded after eglTerminate() is called
refactored the code so that:
- EGL APIs that can be called before or after eglInitialize() will work by loading the drivers first
- make eglGetDisplay() a lot more efficient
- make sure that EGL drivers are loaded in a thread-safe way
- don't unload the drivers upon calling eglTerminate(), they're now never unloaded, since there is no safe way to do it (some thread could be running)
- updated our EGL version to 1.4
- return better error codes if errors happen during initialization
2009-08-17 18:07:06 -07:00
2009-08-17 10:24:50 -07:00
2009-08-17 11:07:08 -07:00
2009-08-06 03:14:09 -07:00
2009-08-16 23:22:44 -07:00
2009-08-17 12:33:20 -07:00
2009-08-16 23:24:12 -07:00
2009-08-17 10:24:50 -07:00
2009-07-15 18:08:10 -07:00
2009-08-17 10:47:06 -07:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%