Use vertex buffer objects
Created by: ascent12
These are just some pretty mundane changes to the GLES renderer. In my extremely limited testing, using VAOs/VBOs instead of uploading the same vertex data over and over lowers the CPU usage slightly. There is still a lot more to do, but this is a start.
There are also some minor changes to cleanup the shaders.