Merge: glesv2: services for textures, shaders, framebuffers, renderbuffers & more...
authorJean Privat <jean@pryen.org>
Mon, 28 Sep 2015 14:37:02 +0000 (10:37 -0400)
committerJean Privat <jean@pryen.org>
Mon, 28 Sep 2015 14:37:02 +0000 (10:37 -0400)
Intro wrappers to work with textures, shaders, framebuffers and renderbuffers, synchronize with server and set clear values of buffers. Update most of the remaining enumerations and some more services to the new API style. Add a makefile to generate a wrapper stub from the local GLES2/gl2.h header file.

FYI, there's approximatly only 65 functions left to wrap, out of 141.

Pull-Request: #1743
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge