summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/stubs/gles11
Commit message (Expand)AuthorAgeFilesLines
* Replace JNI primitive array critical calls with non-critical ones.Hiroshi Yamauchi2015-05-1211-136/+253
* Fix pointer-to-int and int-to-pointer warnings.Dan Albert2015-02-232-2/+6
* Frameworks/native: Add pragmas to glgen headersAndreas Gampe2014-11-1210-2/+34
* 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-2046-0/+832
* opengl: Fix whitespace in Java templatesJesse Hall2014-05-186-10/+10
* am aa01ad91: am aaa27fd5: Merge "Use reinterpret_cast when an integer is cast...Narayan Kamath2014-02-254-4/+4
|\
| * Use reinterpret_cast when an integer is cast to a pointerAshok Bhat2014-02-244-4/+4
* | Hide three malformed GL bindingsAndy McFadden2014-02-193-0/+3
|/
* 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
* glgen stubs to fix bad methods in gles20 bindingsThomas Tafertshofer2012-07-199-0/+897
* OpenGL bindings fix for methods with iobuffer argsThomas Tafertshofer2012-07-125-31/+15
* GLES: add image external enumsJamie Gennis2011-11-151-1/+5
* Kill the global references in the OpenGL wrappers.Elliott Hughes2011-04-119-236/+103
* Fix newlines in this file.Dan Bornstein2010-12-071-21/+21
* Add correct copyright headers to multiple filesKenny Root2010-03-114-0/+64
* Implement Matrix Palette extension.Jack Palevich2009-12-085-2/+51
* Add a Java API for OpenGL ES 2.0.Jack Palevich2009-11-1911-0/+573
* Fix bug 1856713 gl Pointer functions should use Buffer positionJack Palevich2009-05-151-0/+13
* remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eg...Mathias Agopian2009-05-081-0/+13
* Fix automatically generated code for glGetJack Palevich2009-05-074-22/+11
* Enable static Java APIs for OpenGL ES 1.1 extensions.Jack Palevich2009-04-242-13/+2
* Add an Android-specific static OpenGL ES 1.1 Java API.Jack Palevich2009-04-1611-0/+1122