summaryrefslogtreecommitdiffstats
path: root/opengl/tools
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAYAshok Bhat2014-02-262-3/+2
* Merge "Use reinterpret_cast when an integer is cast to a pointer"Narayan Kamath2014-02-256-6/+8
|\
| * Use reinterpret_cast when an integer is cast to a pointerAshok Bhat2014-02-246-6/+8
* | Use long for pointers in opengl/EGL classesAshok Bhat2014-02-2414-40/+203
|/
* 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
|/
* am d9be16f9: Merge "Fix OpenGL stub exception handling."Elliott Hughes2013-09-271-0/+1
|\
| * Fix OpenGL stub exception handling.Elliott Hughes2013-09-241-0/+1
* | 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