PowerVR ES1.1 supports GL_LINE_LOOP accleration?

Hi.
My application draws many Objects using glDrawElements();
But, When I called GL_LINE_LOOP flag, My Cpu worked highly.
So, I wonder Line drawing use CPU instead of graphic accleration.

I am using PowerVR PC emulation OpenGL ES 1.1 common profile.

I called only this function.

glEnable(LINE_SMOOTH);
glDrawElements(GL_LINE_LOOP…);

That depends on your graphics card and drivers. The PowerVR PC Emulation library is a layer on top of desktop OpenGL, and these calls are likely passed straight on to the OpenGL driver.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.