summaryrefslogtreecommitdiff
path: root/opengl/libs/EGL/Loader.cpp
AgeCommit message (Expand)Author
2024-10-21Merge "Allow to override ANGLE suffix with debug.angle.libs.suffix" into main... Roman Lavrov
2024-10-15Allow to override ANGLE suffix with debug.angle.libs.suffix Roman Lavrov
2024-10-01Add comment clarifying ANGLE libs loading behaviors Yuxin Hu
2024-08-06Merge changes I1e6c3c80,I4310618c into main am: 5a2065886b Chris Forbes
2024-08-01Fix updatable driver loading issue with EGL. Rob VanReenen
2024-04-25Fix a missing case in unloading system driver Yuxin Hu
2024-03-08Clean up ANGLE on system assumption. Peiyong Lin
2023-11-09include system ANGLE usage as ANGLE usage Solti
2023-11-04Merge "Avoid double initialization of ANGLE platform." into main Treehugger Robot
2023-11-03Avoid double initialization of ANGLE platform. Peiyong Lin
2023-11-03Do not use default namespace to load ANGLE when in vendor partition. Peiyong Lin
2023-11-02nullptr check on suffix. Peiyong Lin
2023-10-20Make ANGLE loadable from system image. Peiyong Lin
2023-10-20[Cherry-pick] Clean up EGL Loader. Peiyong Lin
2023-10-19[Cherry-pick] Revert^3 "Revert "Load native GLES driver when specified."" Peiyong Lin
2023-10-19[Cherry-pick] Revert^2 "Revert "Load native GLES driver when specified."" Peiyong Lin
2023-10-18[Cherry-pick] Revert "Revert "Load native GLES driver when specified."" Peiyong Lin
2023-10-17[Cherry-pick] Revert "Load native GLES driver when specified." Peiyong Lin
2023-10-17[Cherry-pick] Load native GLES driver when specified. Peiyong Lin
2023-10-17[Cherry-pick] Avoid unloading ANGLE. Peiyong Lin
2023-10-14Clean up ANGLE integration logic. Peiyong Lin
2023-10-12Only use the first available suffix value when loading drivers. Peiyong Lin
2023-04-28Refactor ANGLE usage code. Peiyong Lin
2023-04-06Do not allow wildcard matching in GL loader. Peiyong Lin
2023-01-19Reduce logspam for ANGLE dlopen messages Ian Elliott
2022-05-03Can switch to legacy GLES driver when ANGLE is system driver Ian Elliott
2022-04-27Revert "Change Android platform for when ANGLE is default" Simon Bowden
2022-04-21Change Android platform for when ANGLE is default Ian Elliott
2020-11-13Vulkan/OpenGL: log dlerror for loading updatable gfx driver Yiwei Zhang
2020-06-23Merge "opengl: Fix wrong comments" TreeHugger Robot
2020-06-23opengl: Fix wrong comments Tao Wu
2020-06-04OpenGL: let eglext_angle.h include eglext.h for platform Yiwei Zhang
2020-06-04OpenGL: Clean up legacy __ANDROID_VNDK__ in libEGL Yiwei Zhang
2020-05-15Merge "Update libEGL to use android::base properties instead of cutils" into ... Michael Hoisie
2020-05-01Update libEGL to use android::base properties instead of cutils Michael Hoisie
2020-04-30Use ANGLEGetDisplayPlatform for ANGLE determination Courtney Goeltzenleuchter
2020-04-27Allow native driver to be ANGLE Courtney Goeltzenleuchter
2020-04-27Clean up egl_connection_t::shouldUseAngle Yiwei Zhang
2020-04-27Remove unused egl_connection_t::angleDecided Yiwei Zhang
2020-04-24Allow native driver to be ANGLE Courtney Goeltzenleuchter
2020-04-23Clean up egl_connection_t::shouldUseAngle Yiwei Zhang
2020-04-23Remove unused egl_connection_t::angleDecided Yiwei Zhang
2020-01-16opengl: Revert "opengl: defer GLESV1 library loading until context creation t... Charlie Lao
2020-01-13Merge "opengl: defer GLESV1 library loading until context creation time" TreeHugger Robot
2020-01-10opengl: defer GLESV1 library loading until context creation time Charlie Lao
2020-01-10Don't fall back to system driver when driver apk fails. Peiyong Lin
2019-08-23Remove mention of legacy software renderer Chris Forbes
2019-08-22Nuke libagl and setEmulatorGlesValue Chris Forbes
2019-07-02GpuStats: move GpuStats related structs and enums away from GraphicsEnv Yiwei Zhang
2019-06-06GL: unload system driver if needed Yiwei Zhang