mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-23 16:26:39 +00:00
7dec618898
Replaces glBegin/End with glDrawArrays, GL_QUADS with GL_TRIANGLES, and replaces glPush/PopAttrib by resetting the viewport manually. Adjusts GLSL shaders for these changes. This was SVN commit r14152.