summaryrefslogtreecommitdiffstats
path: root/opengl/tools
Commit message (Expand)AuthorAgeFilesLines
* All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-061-4/+4
* Fix wrapper equals()Andy McFadden2013-06-215-10/+12
* am 958ef3d7: am c8639351: Generate new EGLExt classJesse Hall2013-05-028-24/+195
|\
| * Generate new EGLExt classJesse Hall2013-05-028-24/+195
* | am 34c0fb18: am cc8f8ad3: Merge "Fix glGetUniformIndices JNI prototype" into ...Jesse Hall2013-04-301-1/+1
|\ \ | |/
| * Fix glGetUniformIndices JNI prototypeJesse Hall2013-04-291-1/+1
* | Fix range checkAndy McFadden2013-04-251-0/+1
|/
* Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEXJesse Hall2013-04-155-466/+9
* Special-case glGetActiveUniformBlockNameJesse Hall2013-04-104-1/+159
* Special-case glGetStringiJesse Hall2013-04-104-1/+17
* Special-case glMapBufferRangeJesse Hall2013-04-104-1/+24
* Special-case glGetBufferPointervJesse Hall2013-04-104-1/+20
* Special-case glGetUniformIndicesJesse Hall2013-04-104-1/+174
* Special-case glGetTransformFeedbackVaryingJesse Hall2013-04-104-1/+381
* Special-case glTransformFeedbackVaryingsJesse Hall2013-04-104-1/+59
* Add buffer object versions of several functionsJesse Hall2013-04-106-7/+95
* Add *int64 and GLsync types and related functionsJesse Hall2013-04-103-10/+16
* Add ES3 functions and constants, difficult ones commented outJesse Hall2013-04-103-31/+453
* Support "const GLChar*" and "const GLenum*" typesJesse Hall2013-04-102-1/+6
* 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-105-3/+501
* Make gen more readable, use UNIX-style line endingsJesse Hall2013-04-102-146/+162
* Add eglPresentationTimeANDROIDAndy McFadden2013-03-053-1/+3
* add some missing parameter validation in GLES java bindingsMathias Agopian2013-02-2529-595/+508
* sort the check file in alphabetical orderMathias Agopian2013-02-221-20/+19
* update glgen to take into account recent changesMathias Agopian2013-02-224-6/+9
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-142-2/+2
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-182-5/+5
* am 168dfe71: am 5e530e02: am a151a19d: Merge "Fix return type of glGetAttribL...Andrew Hsieh2012-11-061-2/+2
|\
| * 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
* | | Updated eglCreateWindowSurface stub for glgenThomas Tafertshofer2012-08-091-1/+3
|/ /
* | Fixed bug in opengl es binding generationThomas Tafertshofer2012-07-231-1/+6
* | glgen stubs to fix bad methods in gles20 bindingsThomas Tafertshofer2012-07-199-0/+897
* | Merge "OpenGL bindings fix for methods with iobuffer args"Mathias Agopian2012-07-187-44/+53
|\ \
| * | OpenGL bindings fix for methods with iobuffer argsThomas Tafertshofer2012-07-127-44/+53
* | | Remove @hide from the generated EGL 1.4 APIThomas Tafertshofer2012-07-137-34/+32
|/ /
* | improve glgen tool to support EGL1.4Thomas Tafertshofer2012-07-1023-157/+1367
|/
* GLES: add image external enumsJamie Gennis2011-11-151-1/+5
* Kill the global references in the OpenGL wrappers.Elliott Hughes2011-04-1114-403/+214
* Add Java support for a few accidentally omitted OpenGL ES APIs.Jack Palevich2011-03-281-25/+9
* Fix newlines in this file.Dan Bornstein2010-12-071-21/+21
* Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer.Jack Palevich2010-06-222-2/+4
* Add correct copyright headers to multiple filesKenny Root2010-03-1115-0/+232
* Implement the GL11ExtensionPack APIs.Jack Palevich2010-01-285-30/+173
* Implement Matrix Palette extension.Jack Palevich2009-12-0810-17/+98
* Add a Java API for OpenGL ES 2.0.Jack Palevich2009-11-1917-13/+822
* Add size checks for glBufferData and glBufferSubDataJack Palevich2009-10-213-125/+127
* Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods.Jack Palevich2009-06-153-8/+87
* Fix bug 1856713 gl Pointer functions should use Buffer positionJack Palevich2009-05-153-8/+28