summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen
Commit message (Expand)AuthorAgeFilesLines
* opengl: Add GLES31 and GLES31Ext class templatesJesse Hall2014-05-2050-3/+942
* opengl: Fix whitespace in Java templatesJesse Hall2014-05-187-11/+11
* Fix bad link tag in javadoc.Narayan Kamath2014-02-281-1/+1
* API changes for 64 bit platforms.Narayan Kamath2014-02-271-15/+14
* 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-256-6/+8
|\ \ | |/
| * 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
* | | am 097b5991: am e5c99bf3: Merge "Use long for pointers in opengl/EGL classes"Narayan Kamath2014-02-2514-40/+203
|\ \ \ | |/ /
| * | 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
| |/
* | Hide three malformed GL bindingsAndy McFadden2014-02-195-2/+5
|/
* 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