summaryrefslogtreecommitdiffstats
path: root/opengl/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix EGL shim extension injection for GL ES 3 drivers.Alistair Strachan2015-05-281-7/+21
* Replace JNI primitive array critical calls with non-critical ones.Hiroshi Yamauchi2015-05-1215-161/+395
* Fix pointer-to-int and int-to-pointer warnings.Dan Albert2015-02-233-3/+8
* Merge "Avoid overwriting EGL14.EGL_NO_SURFACE"Jesse Hall2014-12-021-10/+6
|\
| * Avoid overwriting EGL14.EGL_NO_SURFACESangkyu Lee2014-11-251-10/+6
* | Frameworks/native: Add pragmas to glgen headersAndreas Gampe2014-11-1213-2/+46
|/
* opengl: Fix include style in generated JNI codeJesse Hall2014-05-201-2/+2
* opengl: Un-hide GLES31 and GLES31Ext classesJesse Hall2014-05-202-2/+0
* opengl: Add GLES31 and GLES31Ext class templatesJesse Hall2014-05-2051-3/+1006
* Merge "opengl: Regenerate code with ES 3.1 and new extensions"Jesse Hall2014-05-201-4/+0
|\
| * opengl: Regenerate code with ES 3.1 and new extensionsJesse Hall2014-05-191-4/+0
* | Merge "opengl: Add EXT_primitive_bounding_box to registry"Jesse Hall2014-05-201-1/+21
|\ \ | |/
| * opengl: Add EXT_primitive_bounding_box to registryJesse Hall2014-05-191-1/+21
* | Merge "opengl: Update registry and headers from Khronos"Jesse Hall2014-05-201-42/+431
|\ \ | |/
| * opengl: Update registry and headers from KhronosJesse Hall2014-05-191-42/+431
* | Merge "opengl: Generate *.in from registry XML"Jesse Hall2014-05-202-0/+255
|\ \ | |/
| * opengl: Generate *.in from registry XMLJesse Hall2014-05-192-0/+255
* | Merge "Import GL registry from upstream @r26448."Jesse Hall2014-05-194-0/+45481
|\ \ | |/
| * Import GL registry from upstream @r26448.Jesse Hall2014-05-194-0/+45481
* | 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