summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/specs
Commit message (Expand)AuthorAgeFilesLines
* Add ES3 functions and constants, difficult ones commented outJesse Hall2013-04-101-0/+110
* Minor changes to ES3 functions inherited from ES2Jesse Hall2013-04-101-5/+5
* Generate GLES30 class, just a clone of GLES20 for nowJesse Hall2013-04-101-0/+144
* Make gen more readable, use UNIX-style line endingsJesse Hall2013-04-101-144/+144
* Add eglPresentationTimeANDROIDAndy McFadden2013-03-051-0/+1
* add some missing parameter validation in GLES java bindingsMathias Agopian2013-02-251-11/+69
* sort the check file in alphabetical orderMathias Agopian2013-02-221-20/+19
* am a151a19d: Merge "Fix return type of glGetAttribLocation and glGetUniformLo...Andrew Hsieh2012-11-061-2/+2
|\
| * Fix return type of glGetAttribLocation and glGetUniformLocationAndrew Hsieh2012-11-061-2/+2
* | improve glgen tool to support EGL1.4Thomas Tafertshofer2012-07-102-0/+46
|/
* Add Java support for a few accidentally omitted OpenGL ES APIs.Jack Palevich2011-03-281-25/+9
* Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer.Jack Palevich2010-06-221-1/+3
* Implement the GL11ExtensionPack APIs.Jack Palevich2010-01-282-28/+28
* Implement Matrix Palette extension.Jack Palevich2009-12-082-8/+0
* Add a Java API for OpenGL ES 2.0.Jack Palevich2009-11-191-0/+142
* Add size checks for glBufferData and glBufferSubDataJack Palevich2009-10-212-120/+122
* Fix automatically generated code for glGetJack Palevich2009-05-072-2/+2
* Enable static Java APIs for OpenGL ES 1.1 extensions.Jack Palevich2009-04-241-84/+0
* Add an Android-specific static OpenGL ES 1.1 Java API.Jack Palevich2009-04-1611-0/+648