OSDN Git Service

Disable VD shared atlas surface
authorStan Iliev <stani@google.com>
Wed, 9 Aug 2017 13:42:38 +0000 (09:42 -0400)
committerStan Iliev <stani@google.com>
Wed, 9 Aug 2017 18:55:36 +0000 (14:55 -0400)
commitdd098e8d781e6527730e33f2c638cd1be66eedc8
treefb5b19c20d85f1e83cfe90ab16cdb122b5ec3308
parent647432a16a8883131ad33d8f265e3a3c6246330f
Disable VD shared atlas surface

Using a shared atlas surface is causing a variance in AA pixels
when drawing the same content. This is causing some CTS tests in
CtsPreference2TestCases to fail because of up to RGB(1,1,1)
difference in AA pixels in screenshots of a recreated activity.
Another effect is reducing memory usage ("GL mtrack" down by
10MB for clock app).

Test: Ran CtsPreference2TestCases tests.
Bug: 64487466
Change-Id: I1e5a547285c885136b6885d129d566d5b0c2ed76
libs/hwui/renderthread/CacheManager.cpp