Neil Roberts 9d41a27f61 Use GL_QUADS for flushing a quad batch
Instead of using GL_TRIANGLES and uploading the indices every time, it
now uses GL_QUADS instead on OpenGL. Under GLES it still uses indices
but it uses the new cogl_vertex_buffer_indices_get_for_quads function
to avoid uploading the vertices every time.

This requires the _cogl_vertex_buffer_indices_pointer_from_handle
function to be exposed privately to the rest of Cogl.

The static_indices array has been removed from the Cogl context.
2009-06-01 17:29:01 +01:00
2009-06-01 17:29:01 +01:00
2009-05-06 17:59:25 +01:00
2009-05-29 12:31:47 +01:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%