| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate new EGLExt class | Jesse Hall | 2013-05-02 | 2 | -1/+1 |
* | Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEX | Jesse Hall | 2013-04-15 | 1 | -155/+0 |
* | Special-case glGetActiveUniformBlockName | Jesse Hall | 2013-04-10 | 1 | -1/+1 |
* | Special-case glGetStringi | Jesse Hall | 2013-04-10 | 1 | -1/+1 |
* | Special-case glMapBufferRange | Jesse Hall | 2013-04-10 | 1 | -1/+1 |
* | Special-case glGetBufferPointerv | Jesse Hall | 2013-04-10 | 1 | -1/+1 |
* | Special-case glGetUniformIndices | Jesse Hall | 2013-04-10 | 1 | -1/+1 |
* | Special-case glGetTransformFeedbackVarying | Jesse Hall | 2013-04-10 | 1 | -1/+1 |
* | Special-case glTransformFeedbackVaryings | Jesse Hall | 2013-04-10 | 1 | -1/+1 |
* | Add buffer object versions of several functions | Jesse Hall | 2013-04-10 | 1 | -1/+12 |
* | Add *int64 and GLsync types and related functions | Jesse Hall | 2013-04-10 | 1 | -9/+9 |
* | Add ES3 functions and constants, difficult ones commented out | Jesse Hall | 2013-04-10 | 1 | -0/+110 |
* | Minor changes to ES3 functions inherited from ES2 | Jesse Hall | 2013-04-10 | 1 | -5/+5 |
* | Generate GLES30 class, just a clone of GLES20 for now | Jesse Hall | 2013-04-10 | 1 | -0/+144 |
* | Make gen more readable, use UNIX-style line endings | Jesse Hall | 2013-04-10 | 1 | -144/+144 |
* | Add eglPresentationTimeANDROID | Andy McFadden | 2013-03-05 | 1 | -0/+1 |
* | add some missing parameter validation in GLES java bindings | Mathias Agopian | 2013-02-25 | 1 | -11/+69 |
* | sort the check file in alphabetical order | Mathias Agopian | 2013-02-22 | 1 | -20/+19 |
* | am a151a19d: Merge "Fix return type of glGetAttribLocation and glGetUniformLo... | Andrew Hsieh | 2012-11-06 | 1 | -2/+2 |
|\ |
|
| * | Fix return type of glGetAttribLocation and glGetUniformLocation | Andrew Hsieh | 2012-11-06 | 1 | -2/+2 |
* | | improve glgen tool to support EGL1.4 | Thomas Tafertshofer | 2012-07-10 | 2 | -0/+46 |
|/ |
|
* | Add Java support for a few accidentally omitted OpenGL ES APIs. | Jack Palevich | 2011-03-28 | 1 | -25/+9 |
* | Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer. | Jack Palevich | 2010-06-22 | 1 | -1/+3 |
* | Implement the GL11ExtensionPack APIs. | Jack Palevich | 2010-01-28 | 2 | -28/+28 |
* | Implement Matrix Palette extension. | Jack Palevich | 2009-12-08 | 2 | -8/+0 |
* | Add a Java API for OpenGL ES 2.0. | Jack Palevich | 2009-11-19 | 1 | -0/+142 |
* | Add size checks for glBufferData and glBufferSubData | Jack Palevich | 2009-10-21 | 2 | -120/+122 |
* | Fix automatically generated code for glGet | Jack Palevich | 2009-05-07 | 2 | -2/+2 |
* | Enable static Java APIs for OpenGL ES 1.1 extensions. | Jack Palevich | 2009-04-24 | 1 | -84/+0 |
* | Add an Android-specific static OpenGL ES 1.1 Java API. | Jack Palevich | 2009-04-16 | 11 | -0/+648 |