[android-developers] about the hardware acceleration of Skia drawing

2009-08-03 Thread Zhiguo Ge
Hi, I would like to know whether Android currently supports the hardware accelleration for SKia 2D drawing. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Re: about the hardware acceleration of Skia drawing

2009-08-09 Thread Zhiguo Ge
Hi, Dianne Thanks for your reply. I heard that google is working on 2D Skia acceleration based on OpenGL. Is it true? On Tue, Aug 4, 2009 at 3:56 PM, Dianne Hackborn wrote: > No, Skia is not accelerated. > > On Mon, Aug 3, 2009 at 11:17 PM, Zhiguo Ge wrote: > >> Hi, I

[android-developers] The SDK documentation problems of package android.widget.ListView

2009-08-11 Thread Zhiguo Ge
I found some issues about the Android SDK documentation of the methods in package android.widget.ListView. The sentenses after number 1, 2, and 3 are the original descriptions while the sentenses after modified are the modified ones after I reviewed the code of Android. The original description ca

[android-developers] About the mixture of 2D and 3D drawing

2009-08-14 Thread Zhiguo Ge
I am curious whether 2D skia and 3D OpenGL can render to the same surface (implies the same buffer). eglWaitGL and eglWaitNative methods exists in Android, but I am not sure whether Android enables these two functions that provide a synchronization mechanism of 2D and 3D drawing. Or if a surface i