[android-developers] Re: VBO on Motorola CLIQ

2009-10-30 Thread Hexage
I'm not using logging or tracing, at least I'm not aware of that. I'm using EGL/GL directly (not via GLSurfaceView) and it works on G1/Magic/ Hero/Droid. While playing with EGL config selection on CLIQ I've noticed a strange behavior. First config reported by eglChooseConfig is usually: red=5

[android-developers] Re: VBO on Motorola CLIQ

2009-10-30 Thread Robert Green
I gotta throw it out there: Can you try with GLSurfaceView and report your result? On Oct 30, 3:40 am, Hexage ga...@hexage.net wrote: I'm not using logging or tracing, at least I'm not aware of that. I'm using EGL/GL directly (not via GLSurfaceView) and it works on G1/Magic/ Hero/Droid.

[android-developers] Re: VBO on Motorola CLIQ

2009-10-30 Thread Hexage
I've tested it with GLSurfaceView, still the same problem (called unimplemented OpenGL ES API). The problem was also reported by several unhappy CLIQ owners on retail handsets. On Oct 30, 3:40 pm, Robert Green rbgrn@gmail.com wrote: I gotta throw it out there:  Can you try with

[android-developers] Re: VBO on Motorola CLIQ

2009-10-29 Thread Robert Green
Are you using a logging or trace option for OpenGL? If so, you have to turn it off. The log and trace wrappers for GL cause errors to be thrown when using VBO extensions. I haven't tested on a Cliq but that happened to me on my G1. On Oct 29, 12:33 pm, Hexage ga...@hexage.net wrote: I've