Merge: Less OES in opengles
authorJean Privat <jean@pryen.org>
Thu, 28 Aug 2014 16:03:41 +0000 (12:03 -0400)
committerJean Privat <jean@pryen.org>
Thu, 28 Aug 2014 16:03:41 +0000 (12:03 -0400)
Because of things explained in the debian bug [754397](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754397), the compilation of mnit project fails on linux systems with a recent mesa library.

One way to solve the problem is to not rely on the OES symbols that cause the issue.
Fortunately, it seems that classes and methods that use those symbols are unused and tagged broken, so just remove them.

Closes #689
Closes #677

Pull-Request: #694
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>


Trivial merge