OSDN Git Service

RenderEngine: support non-RGBA_8888 format
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 28 Jul 2017 11:44:57 +0000 (19:44 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 10 Dec 2017 15:32:20 +0000 (23:32 +0800)
commit792c8dc009bd3a0c44eb39e757a95e099c03b54c
treec17e8e50951a22a77fa75940e87d7960bf244acd
parenta24b879a8911484fe41d356aafae31226457750b
RenderEngine: support non-RGBA_8888 format

Some of our GPUs (e.g., radeon) don't support RGBA_8888 well.
To workaround it, just get the EGL config by a simpler query.

This patch should be reverted once all of our GPUs support
RGBA_8888.
services/surfaceflinger/RenderEngine/RenderEngine.cpp