mirror of
https://github.com/brl/mutter.git
synced 2025-05-28 01:20:03 +00:00

GLES doesn't support GL_QUADS. This patch makes it use GL_TRIANGLES instead in that case. Unfortunately this means submitting two extra vertices per quad. It could be better to use indexed elements once CoglVertexBuffers gains support for that.