mirror of
https://github.com/brl/mutter.git
synced 2025-03-20 02:05:10 +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.