- eb94bdf Update dependencies on graphics.common HAL to latest by Eino-Ville Talvala · 11 months ago
- 371af85 Deprecate glDriverFallback logging by Solti · 12 months ago
- 0cdac9a Load UGD dependencies from SPHAL on non-VNDK devices by Chris Forbes · 12 months ago
- c23fcd0 Add engine name to GpuStatsAppInfo by Tom Murphy · 1 year, 5 months ago
- f5da7ee Set linker namespaces to null if VNDK namespace is not available by Ethan Chen · 1 year, 7 months ago
- e4da7a8 Make ANGLE loadable from system image. by Peiyong Lin · 2 years ago
- 2df5a00 [Cherry-pick] Revert^3 "Revert "Load native GLES driver when specified."" by Peiyong Lin · 2 years ago
- c7aa7ed [Cherry-pick] Revert^2 "Revert "Load native GLES driver when specified."" by Peiyong Lin · 2 years ago
- 17464dc [Cherry-pick] Revert "Revert "Load native GLES driver when specified."" by Peiyong Lin · 2 years, 1 month ago
- 28a4b07 [Cherry-pick] Revert "Load native GLES driver when specified." by Peiyong Lin · 2 years, 1 month ago
- ef20e4e [Cherry-pick] Group methods with similar purpose. by Peiyong Lin · 2 years, 1 month ago
- 2661b73 [Cherry-pick] Load native GLES driver when specified. by Peiyong Lin · 2 years, 1 month ago
- e88e0ba [Cherry-pick] Avoid unloading ANGLE. by Peiyong Lin · 2 years, 1 month ago
- 17190c9 Allow per-app opt in to use system ANGLE. by Peiyong Lin · 2 years, 2 months ago
- 2f51e75 Clean up ANGLE integration logic. by Peiyong Lin · 2 years, 2 months ago
- 4c168fc Merge "Use ro.vndk.version to check if VNDK is deprecated" into main am: 553da45cd7 by Kiyoung Kim · 1 year, 10 months ago
- 77f3709 Use ro.vndk.version to check if VNDK is deprecated by Kiyoung Kim · 1 year, 10 months ago
- 1b988a4 Merge Android U (ab/10368041) by Xin Li · 2 years ago
- c0e3ed3 Use llndk.libraries.txt from system if VNDK is deprecated by Kiyoung Kim · 2 years ago
- 9679a98 Refactor ANGLE usage code. by Peiyong Lin · 2 years, 4 months ago
- b69e988 Add new API to toggle ANGLE as the default system GLES driver by Yuxin Hu · 2 years, 4 months ago
- 82a9353 Revert "EGL BlobCache: Support multifile cache and flexible size..." by Hung-Wei Chen · 2 years, 8 months ago
- c452499 EGL BlobCache: Support multifile cache and flexible size limit by Cody Northrop · 2 years, 8 months ago
- b2901c9 Adding new Vulkan metrics to GPU Stats by Serdar Kocdemir · 2 years, 9 months ago
- b370eea GraphicsEnv: Fix isDebuggable am: 383832ff5b by Cody Northrop · 2 years, 8 months ago
- 383832f GraphicsEnv: Fix isDebuggable by Cody Northrop · 2 years, 9 months ago
- 5d32e62 GraphicsEnv: Fix isDebuggable by Cody Northrop · 2 years, 9 months ago
- 7c0a7ee Can switch to legacy GLES driver when ANGLE is system driver by Ian Elliott · 3 years, 4 months ago
- 5279f86 Can switch to legacy GLES driver when ANGLE is system driver by Ian Elliott · 3 years, 4 months ago
- 2e62815 Revert "Change Android platform for when ANGLE is default" by Simon Bowden · 3 years, 3 months ago
- 845fee9 Change Android platform for when ANGLE is default by Ian Elliott · 3 years, 4 months ago
- a53dcb2 Remove support: libfeature_support_angle.so by Tim Van Patten · 4 years, 3 months ago
- 9b5fe58 Remove support: libfeature_support_angle.so by Tim Van Patten · 4 years, 3 months ago
- 9058b8f Vulkan/OpenGL: log dlerror for loading updatable gfx driver by Yiwei Zhang · 4 years, 9 months ago
- 2f707e6 Plumb ANGLE EGL features for debugging. by Peiyong Lin · 4 years, 10 months ago
- 0acbfdc Allow native process to load updatable driver. by Peiyong Lin · 5 years ago
- 5b7604f libgraphicsenv: minor refactor on a namespace creation flag by Yiwei Zhang · 5 years ago
- d1023f2 Standardize on base::GetProperty in libgraphicsenv by Michael Hoisie · 5 years ago
- 39b265a Merge "Use {llndk,vndksp}.libraries.txt from VNDK APEX" am: 4d89476be3 am: aa007214b0 by Automerger Merge Worker · 5 years ago
- 7839680 Use {llndk,vndksp}.libraries.txt from VNDK APEX by Jooyung Han · 5 years ago
- db3ed6e Don't fall back to system driver when driver apk fails. by Peiyong Lin · 6 years ago
- d381938 GpuStats: tighten the triggers to send GPU stats to gpuservice by Yiwei Zhang · 6 years ago
- 6a674c9 GraphicsEnv: refactor to unify the debuggable logic by Yiwei Zhang · 6 years ago
- 0afcca0 [libgraphicsenv] Add an API to enable profiling features by Adam Bodnar · 6 years ago
- b1c1a37 GpuStats: refactor single stats pieces into a uniform way by Yiwei Zhang · 6 years ago
- 8fcb80b Merge "GpuStats: fix driver loading stats at driver unloading" by TreeHugger Robot · 6 years ago
- 8238fa0 GpuStats: fix driver loading stats at driver unloading by Yiwei Zhang · 6 years ago
- 472cab0 GpuStats: fix driver loading stats at driver unloading by Yiwei Zhang · 6 years ago
- 49b9ac7 libgraphicsenv: get linker symbols from real header by Yiwei Zhang · 6 years ago
- 7507a12 Merge "GpuStats: Cache the gpu service binder" by TreeHugger Robot · 6 years ago
- 8e09730 GpuStats: Cache the gpu service binder by Yiwei Zhang · 6 years ago
- bcba411 GpuStats: refactor single stats pieces into a uniform way by Yiwei Zhang · 6 years ago
- 27ab3ac GpuStats: move GpuStats related structs and enums away from GraphicsEnv by Yiwei Zhang · 6 years ago
- 3c74da9 GpuStats: move the stats send at Activity launch off UI thread by Yiwei Zhang · 6 years ago
- 5e21eb3 GL: unload system driver if needed by Yiwei Zhang · 6 years ago
- 8c5e3bd GpuStats: track CPU Vulkan implementation usage by Yiwei Zhang · 6 years ago
- 5c640c1 GpuStats: send GpuStats at activity launch hint by Yiwei Zhang · 6 years ago
- 8e7c4b6 GpuStats: Track ANGLE usage info by Yiwei Zhang · 6 years ago
- 794d295 GpuStats: plumb Vulkan api version by Yiwei Zhang · 6 years ago
- 6ef8494 Game Driver: add required sphal libraries to game driver namespace by Yiwei Zhang · 6 years ago
- 96c0171 Game Driver: update the format of driver build date by Yiwei Zhang · 6 years ago
- 512a723 Game Driver: plumb driver build date into GpuStats by Yiwei Zhang · 6 years ago
- d986181 Game Driver: plumb driver choice and loading time to GpuStats by Yiwei Zhang · 6 years ago
- 1b85add Merge "Use const reference in setGpuStats() API" by TreeHugger Robot · 6 years ago
- 8bd24e9 ANGLE In Use Dialog Box by Tim Van Patten · 6 years ago
- 210bb7e Use const reference in setGpuStats() API by Greg Kaiser · 6 years ago
- cb9d4e4 Game Driver: make GpuService the GpuStats holder by Yiwei Zhang · 6 years ago
- 8c8c181 Game Driver: plumb packange name and version for GpuStats by Yiwei Zhang · 7 years ago
- 3892cfa Update ANGLE namespace creation by Cody Northrop · 7 years ago
- 2d7af74 GraphicsEnv - remove deprecated error by Cody Northrop · 7 years ago
- c15d382 Revert "Revert "Enable ANGLE-for-Android rule processing again"" by Cody Northrop · 7 years ago
- 6a5f97c Revert "Enable ANGLE-for-Android rule processing again" by Jakub Pawlowski · 7 years ago
- 6d24de4 Enable ANGLE-for-Android rule processing again by Ian Elliott · 7 years ago
- 5f744f1 Refactor for Better Resource Management by Tim Van Patten · 7 years ago
- a2a60a0 Update ANGLE Developer Options by Tim Van Patten · 7 years ago
- 64d8921 Updatable Driver: Decouple gfx_driver from sphal by Yiwei Zhang · 7 years ago
- f0874d3 Remove app preference from ANGLE logic by Cody Northrop · 7 years ago
- b9b01b6 Add GLES specific setting for layers by Cody Northrop · 7 years ago
- 30ad2ab Fix use after free issue found with ASAN build by Courtney Goeltzenleuchter · 7 years ago
- 2e9c74c [GraphicsEnvironment] Add ld path for updatable driver. by Peiyong Lin · 7 years ago
- 04e7043 Pass ANGLE rules file descriptor through JNI by Cody Northrop · 7 years ago
- 629ce4e Revert "Revert "Rootless Debug for GLES"" by Cody Northrop · 7 years ago
- 9f20d92 Revert "Rootless Debug for GLES" by Cody Northrop · 7 years ago
- d9f0ec4 Rootless Debug for GLES by Cody Northrop · 7 years ago
- 49d5199 Allow specifying ANGLE in manifest via meta-data by Cody Northrop · 7 years ago
- d41ef25 Pass more ANGLE info from runtime by Courtney Goeltzenleuchter · 7 years ago
- 1f00e17 Load ANGLE from APK by Cody Northrop · 7 years ago
- 4819b52 Add fallback case to layers_extensions.cpp by Victor Khimenko · 7 years ago
- 9b816a8 Cut the dependency to libnativeloader by Jiyong Park · 8 years ago
- d2aa3ab Rootless GPU Debug by Cody Northrop · 8 years ago
- dc448df Merge "Load updated graphics drivers into sphal-child namespace" into oc-dev am: 6b32bed777 by Jesse Hall · 8 years ago
- 27c39e1 GraphicsEnv is separated from libui by Jiyong Park · 8 years ago[Renamed (98%) from libs/ui/GraphicsEnv.cpp]
- 991d254 move GraphicEnv from libgui to libui by Mathias Agopian · 8 years ago[Renamed (98%) from libs/gui/GraphicsEnv.cpp]
- 7a8d83e EGL: Load updated EGL/GLES drivers by Jesse Hall · 9 years ago
- 53457db Load updated drivers using derived loader namespace by Jesse Hall · 9 years ago
- 90b25ed Add GraphicsEnv to libgui by Jesse Hall · 9 years ago