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)
commit4aa9ba6068606ee81353f50a6124d52cf5ccf9a8
treec141b0cb2e497051af5c61f894fadafaf691399b
parent4d4faafac6487928ede5ee889b4ba98bf517fd3a
parenta3983d8ad9e8aa48ffca815613fb808fc85b4cfa
Merge: Less OES in opengles

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>