dragoip / 0xdroid

Automatically exported from code.google.com/p/0xdroid
0 stars 0 forks source link

Improve libgralloc for non HW accelerated targets #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, libgralloc doesn't handle non HW accelerated targets very well.
 For example, it expects PMEM by default.  However, it always fails back to
ashmem after attempting to request PMEM.

It will bring some potential performance gain by this review.

Original issue reported on code.google.com by jserv.tw@gmail.com on 12 May 2010 at 3:13

GoogleCodeExporter commented 9 years ago
Don't build generic gralloc if target platform is TI OMAP3.

http://gitorious.org/0xdroid/hardware_libhardware/commit/64514d43eaec8b57ed2701c
10f35ef06983802c8

Original comment by jserv.tw@gmail.com on 12 May 2010 at 3:15

GoogleCodeExporter commented 9 years ago
Conditional build for PMEM, which improves linuxfb performance.

http://gitorious.org/0xdroid/hardware_omap3_libgralloc/commit/1cdf2922a37ea9095a
74254f64d9539ba01139e4

Original comment by jserv.tw@gmail.com on 12 May 2010 at 3:15

GoogleCodeExporter commented 9 years ago
I would like to close this issue first and create new issues for SGX 
integration.

Original comment by jserv.tw@gmail.com on 10 Jun 2010 at 1:05