summaryrefslogtreecommitdiff
path: root/libs/graphicsenv/GraphicsEnv.cpp
AgeCommit message (Expand)Author
2023-08-18Merge "Use llndk.libraries.txt from system if VNDK is deprecated" into main a... Treehugger Robot
2023-08-14Use llndk.libraries.txt from system if VNDK is deprecated Kiyoung Kim
2023-04-28Refactor ANGLE usage code. Peiyong Lin
2023-04-19Add new API to toggle ANGLE as the default system GLES driver Yuxin Hu
2022-12-22Revert "EGL BlobCache: Support multifile cache and flexible size..." Hung-Wei Chen
2022-12-21EGL BlobCache: Support multifile cache and flexible size limit Cody Northrop
2022-12-12Adding new Vulkan metrics to GPU Stats Serdar Kocdemir
2022-12-05GraphicsEnv: Fix isDebuggable am: 383832ff5b Cody Northrop
2022-12-02GraphicsEnv: Fix isDebuggable Cody Northrop
2022-11-09GraphicsEnv: Fix isDebuggable Cody Northrop
2022-10-25Can switch to legacy GLES driver when ANGLE is system driver 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
2021-08-24Remove support: libfeature_support_angle.so Tim Van Patten
2021-06-23Remove support: libfeature_support_angle.so Tim Van Patten
2020-11-13Vulkan/OpenGL: log dlerror for loading updatable gfx driver Yiwei Zhang
2020-09-26Plumb ANGLE EGL features for debugging. Peiyong Lin
2020-06-18Allow native process to load updatable driver. Peiyong Lin
2020-05-08libgraphicsenv: minor refactor on a namespace creation flag Yiwei Zhang
2020-03-30Standardize on base::GetProperty in libgraphicsenv Michael Hoisie
2020-02-27Merge "Use {llndk,vndksp}.libraries.txt from VNDK APEX" am: 4d89476be3 am: aa... Automerger Merge Worker
2020-02-23Use {llndk,vndksp}.libraries.txt from VNDK APEX Jooyung Han
2020-01-10Don't fall back to system driver when driver apk fails. Peiyong Lin
2020-01-08GpuStats: tighten the triggers to send GPU stats to gpuservice Yiwei Zhang
2019-11-08GraphicsEnv: refactor to unify the debuggable logic Yiwei Zhang
2019-10-09[libgraphicsenv] Add an API to enable profiling features Adam Bodnar
2019-09-20GpuStats: refactor single stats pieces into a uniform way Yiwei Zhang
2019-08-06Merge "GpuStats: fix driver loading stats at driver unloading" TreeHugger Robot
2019-08-06GpuStats: fix driver loading stats at driver unloading Yiwei Zhang
2019-08-05GpuStats: fix driver loading stats at driver unloading Yiwei Zhang
2019-08-05libgraphicsenv: get linker symbols from real header Yiwei Zhang
2019-07-09Merge "GpuStats: Cache the gpu service binder" TreeHugger Robot
2019-07-08GpuStats: Cache the gpu service binder Yiwei Zhang
2019-07-03GpuStats: refactor single stats pieces into a uniform way Yiwei Zhang
2019-07-02GpuStats: move GpuStats related structs and enums away from GraphicsEnv Yiwei Zhang
2019-06-28GpuStats: move the stats send at Activity launch off UI thread Yiwei Zhang
2019-06-06GL: unload system driver if needed Yiwei Zhang
2019-05-09GpuStats: track CPU Vulkan implementation usage Yiwei Zhang
2019-05-09GpuStats: send GpuStats at activity launch hint Yiwei Zhang
2019-05-08GpuStats: Track ANGLE usage info Yiwei Zhang
2019-05-06GpuStats: plumb Vulkan api version Yiwei Zhang
2019-02-21Game Driver: add required sphal libraries to game driver namespace Yiwei Zhang
2019-02-19Game Driver: update the format of driver build date Yiwei Zhang
2019-02-15Game Driver: plumb driver build date into GpuStats Yiwei Zhang
2019-02-13Game Driver: plumb driver choice and loading time to GpuStats Yiwei Zhang
2019-02-13Merge "Use const reference in setGpuStats() API" TreeHugger Robot
2019-02-12ANGLE In Use Dialog Box Tim Van Patten
2019-02-12Use const reference in setGpuStats() API Greg Kaiser
2019-02-08Game Driver: make GpuService the GpuStats holder Yiwei Zhang