google-code-export / openeve

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

2D speed issue of surfaceflinger #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
there are someting wrong in the libsurfaceflinger.
2D speed somewhat lesser than froyo.

and it turn out that "TARGET_USES_16BPPSURFACE_FOR_OPAQUE" option must be true.

Original issue reported on code.google.com by wkp...@gmail.com on 9 May 2011 at 12:55

GoogleCodeExporter commented 9 years ago
https://github.com/wkpark/android_device_lg_eve/commit/245e30db4f33beff79557d61c
d870d55071ad2df

Original comment by wkp...@gmail.com on 9 May 2011 at 1:00

GoogleCodeExporter commented 9 years ago

Original comment by wkp...@gmail.com on 9 May 2011 at 1:00

GoogleCodeExporter commented 9 years ago
2D speed overalla iseems good , but the camera app shows a small parts of 
screen get into other parts , some distortion appears when changing the camera 
focus settings or quality settings,i don't know if this a new issue or it's 
related to surfaceflinger

Original comment by justsad.eng@gmail.com on 9 May 2011 at 5:27

GoogleCodeExporter commented 9 years ago
Status bar scrolls down with lots of lags.

Original comment by omarbeko...@gmail.com on 9 May 2011 at 8:05

GoogleCodeExporter commented 9 years ago
@justsad // that is a bug of Camera app.

@omarbeko // yes that was true.
but this patch almost solve 2D-speed issue.
Please try it and check again.
http://code.google.com/p/openeve/downloads/detail?name=update-gb-2dspeed-110509.
zip

Original comment by wkp...@gmail.com on 10 May 2011 at 12:28

GoogleCodeExporter commented 9 years ago
Issue 85 has been merged into this issue.

Original comment by wkp...@gmail.com on 10 May 2011 at 1:03

GoogleCodeExporter commented 9 years ago

Original comment by wkp...@gmail.com on 10 May 2011 at 3:54

GoogleCodeExporter commented 9 years ago
StatusUI check opacity:

https://github.com/OpenEtna/android_frameworks_base/commit/57d56dfd4fe25044ae112
1b00a300403f535b163

Original comment by wkp...@gmail.com on 11 May 2011 at 7:19

GoogleCodeExporter commented 9 years ago
Does that patch make status bar invisible or transparent? I think it would be 
better if it was transparent.

Original comment by omarbeko...@gmail.com on 11 May 2011 at 6:36

GoogleCodeExporter commented 9 years ago
I love java as programming language.
i think after this patch the statusbar is not invisible anymore.

Original comment by Katzen...@gmail.com on 11 May 2011 at 8:43

GoogleCodeExporter commented 9 years ago
after installation of this update. you have to cleanup "cache".
(fastboot.exe erase cache)

----
statusbar can be controlled by ADW menu.

Settings => ADW settings => Screen preferences => Hide Statusbar.
----
GW620/KH5200 do not support hardware transparency.

so I will gather transparent related patches at this issue.

Original comment by wkp...@gmail.com on 11 May 2011 at 10:01

GoogleCodeExporter commented 9 years ago

Original comment by wkp...@gmail.com on 29 May 2011 at 1:28