- ef6858c EGL: Loader: Enable desktop openGL on Nvidia platforms by Billy Laws · 4 years, 10 months ago
- 9058b8f Vulkan/OpenGL: log dlerror for loading updatable gfx driver by Yiwei Zhang · 4 years, 2 months ago
- 0492ea8 Merge "opengl: Fix wrong comments" by TreeHugger Robot · 4 years, 7 months ago
- 1cdfe64 opengl: Fix wrong comments by Tao Wu · 4 years, 7 months ago
- 8af003e OpenGL: let eglext_angle.h include eglext.h for platform by Yiwei Zhang · 4 years, 7 months ago
- d40aaac OpenGL: Clean up legacy __ANDROID_VNDK__ in libEGL by Yiwei Zhang · 4 years, 8 months ago
- e70282b Merge "Update libEGL to use android::base properties instead of cutils" into rvc-dev am: 9c6dd35a07 am: c4661093a2 am: 5e93a1ab45 am: 32c17de103 by Michael Hoisie · 4 years, 8 months ago
- 4e0f56b Update libEGL to use android::base properties instead of cutils by Michael Hoisie · 4 years, 9 months ago
- 8ecb10c Use ANGLEGetDisplayPlatform for ANGLE determination by Courtney Goeltzenleuchter · 4 years, 9 months ago
- c1a1a86 Allow native driver to be ANGLE by Courtney Goeltzenleuchter · 4 years, 9 months ago
- 09d2771 Clean up egl_connection_t::shouldUseAngle by Yiwei Zhang · 4 years, 9 months ago
- 6af5bcb Remove unused egl_connection_t::angleDecided by Yiwei Zhang · 4 years, 9 months ago
- d1646cf Allow native driver to be ANGLE by Courtney Goeltzenleuchter · 4 years, 9 months ago
- b22f086 Clean up egl_connection_t::shouldUseAngle by Yiwei Zhang · 4 years, 9 months ago
- 260d962 Remove unused egl_connection_t::angleDecided by Yiwei Zhang · 4 years, 9 months ago
- 840bd53 opengl: Revert "opengl: defer GLESV1 library loading until context creation time" by Charlie Lao · 5 years ago
- 3ea3c11 Merge "opengl: defer GLESV1 library loading until context creation time" by TreeHugger Robot · 5 years ago
- 95c7aea opengl: defer GLESV1 library loading until context creation time by Charlie Lao · 5 years ago
- db3ed6e Don't fall back to system driver when driver apk fails. by Peiyong Lin · 5 years ago
- b856aff Remove mention of legacy software renderer by Chris Forbes · 5 years ago
- cfc6230 Nuke libagl and setEmulatorGlesValue by Chris Forbes · 5 years ago
- 27ab3ac GpuStats: move GpuStats related structs and enums away from GraphicsEnv by Yiwei Zhang · 6 years ago
- 5e21eb3 GL: unload system driver if needed by Yiwei Zhang · 6 years ago
- 0d10b25 [GL Loader] Keep supporting wildcards matching in Q. by Peiyong Lin · 6 years ago
- 3575b9f [GL Loader] Remove emulation path. by Peiyong Lin · 6 years ago
- 9f0c79d Honor the property overrides for GLES. by Peiyong Lin · 6 years ago
- 8cd204d [GL Loader] Split loading logic based on API set and driver choices. by Peiyong Lin · 6 years ago
- e83b868 [GL Loader] Extract loader logic to separate function calls. by Peiyong Lin · 6 years ago
- d986181 Game Driver: plumb driver choice and loading time to GpuStats by Yiwei Zhang · 6 years ago
- cb9d4e4 Game Driver: make GpuService the GpuStats holder by Yiwei Zhang · 6 years ago
- 5f744f1 Refactor for Better Resource Management by Tim Van Patten · 6 years ago
- 302bc77 Remove obsoleted version-1 API for opt-in/out code. by Ian Elliott · 6 years ago
- a2a60a0 Update ANGLE Developer Options by Tim Van Patten · 6 years ago
- b6125f5 Use Version-2 feature-support-utility API by Ian Elliott · 6 years ago
- db444a9 Disable ANGLE rules file checking by Cody Northrop · 6 years ago
- 1566657 Refactor ANGLE interface version selection logic by Cody Northrop · 6 years ago
- a3d67a2 Remove interface version 0 from ANGLE logic by Cody Northrop · 6 years ago
- fc94a58 Move ANGLE rules file check to separate function by Cody Northrop · 6 years ago
- f0874d3 Remove app preference from ANGLE logic by Cody Northrop · 6 years ago
- 985bc28 Use dlsym on correct object by Courtney Goeltzenleuchter · 6 years ago
- ee768c2 Clean up featuresutils library by Courtney Goeltzenleuchter · 6 years ago
- 30ad2ab Fix use after free issue found with ASAN build by Courtney Goeltzenleuchter · 6 years ago
- b91b989 Only load native EGL library if using GL back-end by Courtney Goeltzenleuchter · 6 years ago
- 734a485 Only run ANGLE rules once by Courtney Goeltzenleuchter · 6 years ago
- 28b97dc Add debug property to enable/disable ANGLE by Courtney Goeltzenleuchter · 6 years ago
- 380bf85 Use either the version-0 or version-1 opt-in/out API by Ian Elliott · 6 years ago
- 04e7043 Pass ANGLE rules file descriptor through JNI by Cody Northrop · 6 years ago
- 6d082ef Don't try to load ANGLE without a namespace by Cody Northrop · 6 years ago
- 9d5d33d Move platform entries init earlier by Cody Northrop · 6 years ago
- 68d1035 Revert "Revert "Split platform functions from entrypoints"" by Cody Northrop · 6 years ago
- d18d553 Revert "Split platform functions from entrypoints" by Cody Northrop · 6 years ago
- 2600c7b Merge "Make a GLESv1 only entries for GLESv1 driver loading" by Yiwei Zhang · 6 years ago
- 7cc5892 Make a GLESv1 only entries for GLESv1 driver loading by Yiwei Zhang · 6 years ago
- 87a562c Split platform functions from entrypoints by Cody Northrop · 6 years ago
- 075437f Use separate feature_support library by Courtney Goeltzenleuchter · 6 years ago
- 3447447 Use opt-in/out logic that lives in the ANGLE APK by Ian Elliott · 6 years ago
- 49d5199 Allow specifying ANGLE in manifest via meta-data by Cody Northrop · 6 years ago
- b058aff Added/refined log messages for ANGLE usage/settings. by Ian Elliott · 6 years ago
- d41ef25 Pass more ANGLE info from runtime by Courtney Goeltzenleuchter · 6 years ago
- 1f00e17 Load ANGLE from APK by Cody Northrop · 7 years ago
- 48a6cd2 [opengl] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
- 2eab3fc readdir_r is deprecated. by Elliott Hughes · 7 years ago
- 0f82d87 emulator: api 26 fix guest rendering by Lingfeng Yang · 7 years ago
- a018099 Merge "emulator: update EGL emulation library path" am: 7e7457f225 by Bo Hu · 7 years ago
- 7e7457f Merge "emulator: update EGL emulation library path" by Bo Hu · 7 years ago
- 2ba1a2a Merge "Fix monolithic, un-suffixed GLES driver search" am: cd89b87637 by Jesse Hall · 7 years ago
- 4aaa960 Fix monolithic, un-suffixed GLES driver search by Jesse Hall · 7 years ago
- 3adf9e1 emulator: update EGL emulation library path by bohu · 8 years ago
- a243e5d Mark EGL/GLES libs as vendor_available by Jiyong Park · 8 years ago
- ea40401 EGL: Do not look up default namespace when sphal is defined by Justin Yun · 8 years ago
- b732030 EGL: Do not look up default namespace when sphal is defined by Justin Yun · 8 years ago
- 27c39e1 GraphicsEnv is separated from libui by Jiyong Park · 8 years ago
- 5910dc7 Load GL graphics drivers explicitly from sphal namespace by Jiyong Park · 8 years ago
- 6542143 Remove dependency to most of libutils by Mathias Agopian · 8 years ago
- 311b479 clean-up EGL includes by Mathias Agopian · 8 years ago
- 991d254 move GraphicEnv from libgui to libui by Mathias Agopian · 8 years ago
- c7fb44c resolve merge conflicts of 1508ae60c to master by Jesse Hall · 8 years ago
- 1508ae6 libEGL: Add initialization tracing by Jesse Hall · 8 years ago
- 1966cf6 EGL: Load updated EGL/GLES drivers by Jesse Hall · 8 years ago
- 7a8d83e EGL: Load updated EGL/GLES drivers by Jesse Hall · 8 years ago
- e0ea99c resolve merge conflicts of a2c2d11f9 to master by Mark Salyzyn · 8 years ago
- 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
- c03d283 resolve merge conflicts of 525a5f2 to master by Mark Salyzyn · 8 years ago
- a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
- feb7c74 Remove unused getProcessCmdline function by Jesse Hall · 8 years ago
- 69e5b1a emulator: load vendor specific egl libraries first by bohu · 9 years ago
- 776951f Load the emulation libraries only when qemu.gles=1 by Nicolas Capens · 9 years ago
- 9f8d4e0 Revert "Revert "Remove GLTrace support"" by Pablo Ceballos · 9 years ago
- e6288e2 Revert "Remove GLTrace support" by Pablo Ceballos · 9 years ago
- 5bf6f3b Remove GLTrace support by Pablo Ceballos · 9 years ago
- c2466e6 With SANITIZE_TARGET, load EGL libs from the instrumented path. by Evgenii Stepanov · 10 years ago
- c0ec5e2 Expose core EGL entry points to eglGetProcAddress by Michael Chock · 11 years ago
- 8edb8f5 Use /(vendor|system)/lib64/egl for 64-bit EGL libraries by Dan Willemsen · 11 years ago
- f4486c6 try to keep omap4 alive by Mathias Agopian · 11 years ago
- 94cdba9 resolved conflicts for merge of 5477d0e4 to master by Jesse Hall · 12 years ago
- c07b520 Find non-extension GLES wrappers in eglGetProcAddress by Jesse Hall · 12 years ago
- 9938142 change how the userspace GLES drivers are named by Mathias Agopian · 12 years ago
- b4ba50d fix a typo in EGL loader by Mathias Agopian · 12 years ago
- 39c24a2 fix local include paths by Mathias Agopian · 12 years ago
- d75f84d reduce PB size from 2MB to 512KB by Mathias Agopian · 13 years ago