commit | 6ee1c93b840cdd3892081817217979b646912347 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Sun Jul 12 12:40:43 2015 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Jul 12 12:40:43 2015 -0700 |
tree | 3ec68a1020412e70c61d2cd60c9a7ad2f7c693db | |
parent | c8d08611bc9f3173bc0f3c048436803e05bdbcf7 [diff] | |
parent | 6cfffe2a9a15d74afb88ec4609ee8a97a0e7a3cb [diff] |
Merge "gralloc: UBWC aligned buffers are tiled"
diff --git a/libgralloc/gpu.cpp b/libgralloc/gpu.cpp index 256b023..11d8f1f 100644 --- a/libgralloc/gpu.cpp +++ b/libgralloc/gpu.cpp
@@ -148,7 +148,6 @@ if (isUBwcEnabled(format, usage) && AdrenoMemInfo::getInstance().isUBWCSupportedByGPU(format)) { flags |= private_handle_t::PRIV_FLAGS_UBWC_ALIGNED; - flags |= private_handle_t::PRIV_FLAGS_TILE_RENDERED; } if(usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {