[android-developers] Re: GPU Acceleration - still not worth using on 4.1.1?

2012-10-22 Thread Vinicius Maciel
On Android 4.1.1 , i'm still getting this blink when a WebView is Hardware Accelerated. =/ Em quarta-feira, 17 de outubro de 2012 01h46min02s UTC-3, Anthony Prieur escreveu: Is anyone else seeing as much weirdness with GPU accel as I am? I do see troubles too with GPU, especially this

Re: [android-developers] Re: GPU Acceleration - still not worth using on 4.1.1?

2012-10-17 Thread Kostya Vasilyev
I see WebView flash when reloading, but as of 4.1.1, it uses its background color value, making it usable with a dark color scheme. I have no issue with the flash itself, but before 4.1.1, it flashed white even if both View#background and body background were set to black. That was too

[android-developers] Re: GPU Acceleration - still not worth using on 4.1.1?

2012-10-16 Thread Anthony Prieur
Is anyone else seeing as much weirdness with GPU accel as I am? I do see troubles too with GPU, especially this one: ICS WebView blinks when Hardware Acceleration is used http://code.google.com/p/android/issues/detail?id=25722 , very annoying as no HW acceleration = no HTML5 video tag

[android-developers] Re: GPU

2010-11-23 Thread Jason
Are you saying you want to use the GPU to process raw data.. or just to render graphics? If it's the former then you'd certainly have to do this from native code, and I doubt you would be able to access this without root access on the device. If it's the latter then the previous poster is