summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/stubs
Commit message (Expand)AuthorAgeFilesLines
* opengl: Add GLES31 and GLES31Ext class templatesJesse Hall2014-05-2046-0/+832
* opengl: Fix whitespace in Java templatesJesse Hall2014-05-187-11/+11
* am 3e599252: am 93e6a48b: Merge "AArch64: Make eglGetDisplay(int) work for EG...Narayan Kamath2014-02-272-3/+2
|\
| * AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAYAshok Bhat2014-02-262-3/+2
* | am aa01ad91: am aaa27fd5: Merge "Use reinterpret_cast when an integer is cast...Narayan Kamath2014-02-255-5/+5
|\ \ | |/
| * Merge "Use reinterpret_cast when an integer is cast to a pointer"Narayan Kamath2014-02-255-5/+5
| |\
| | * Use reinterpret_cast when an integer is cast to a pointerAshok Bhat2014-02-245-5/+5
* | | am 097b5991: am e5c99bf3: Merge "Use long for pointers in opengl/EGL classes"Narayan Kamath2014-02-258-26/+165
|\ \ \ | |/ /
| * | Use long for pointers in opengl/EGL classesAshok Bhat2014-02-248-26/+165
| |/
| * Merge "Update EGL codegen to be in sync with frameworks/base"Narayan Kamath2014-02-211-1/+1
| |\
| | * Update EGL codegen to be in sync with frameworks/baseAshok Bhat2014-02-201-1/+1
| * | Update GLES codegen to be in sync with frameworks/baseAshok Bhat2014-02-201-1/+1
| |/
* | Hide three malformed GL bindingsAndy McFadden2014-02-195-2/+5
|/
* All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-061-4/+4
* am 958ef3d7: am c8639351: Generate new EGLExt classJesse Hall2013-05-024-1/+171
|\
| * Generate new EGLExt classJesse Hall2013-05-024-1/+171
* | 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-154-311/+9
* Special-case glGetActiveUniformBlockNameJesse Hall2013-04-103-0/+158
* Special-case glGetStringiJesse Hall2013-04-103-0/+16
* Special-case glMapBufferRangeJesse Hall2013-04-103-0/+23
* Special-case glGetBufferPointervJesse Hall2013-04-103-0/+19
* Special-case glGetUniformIndicesJesse Hall2013-04-103-0/+173
* Special-case glGetTransformFeedbackVaryingJesse Hall2013-04-103-0/+380
* Special-case glTransformFeedbackVaryingsJesse Hall2013-04-103-0/+58
* Add buffer object versions of several functionsJesse Hall2013-04-104-0/+67
* Add ES3 functions and constants, difficult ones commented outJesse Hall2013-04-102-31/+343
* Generate GLES30 class, just a clone of GLES20 for nowJesse Hall2013-04-102-0/+353
* add some missing parameter validation in GLES java bindingsMathias Agopian2013-02-2524-554/+398
* update glgen to take into account recent changesMathias Agopian2013-02-223-5/+8
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-142-2/+2
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-182-5/+5
* Updated eglCreateWindowSurface stub for glgenThomas Tafertshofer2012-08-091-1/+3
* 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-186-38/+21
|\
| * OpenGL bindings fix for methods with iobuffer argsThomas Tafertshofer2012-07-126-38/+21
* | Remove @hide from the generated EGL 1.4 APIThomas Tafertshofer2012-07-131-3/+3
|/
* improve glgen tool to support EGL1.4Thomas Tafertshofer2012-07-109-1/+506
* GLES: add image external enumsJamie Gennis2011-11-151-1/+5
* Kill the global references in the OpenGL wrappers.Elliott Hughes2011-04-1112-285/+124
* Fix newlines in this file.Dan Bornstein2010-12-071-21/+21
* Add correct copyright headers to multiple filesKenny Root2010-03-114-0/+64
* Implement the GL11ExtensionPack APIs.Jack Palevich2010-01-282-0/+91
* Implement Matrix Palette extension.Jack Palevich2009-12-087-2/+60
* Add a Java API for OpenGL ES 2.0.Jack Palevich2009-11-1911-0/+573
* Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods.Jack Palevich2009-06-152-8/+70
* Fix bug 1856713 gl Pointer functions should use Buffer positionJack Palevich2009-05-152-0/+26
* remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eg...Mathias Agopian2009-05-082-0/+26