summaryrefslogtreecommitdiffstats
path: root/core/jni/com_google_android_gles_jni_GLImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace JNI primitive array critical calls with non-critical ones.Hiroshi Yamauchi2015-05-121-362/+362
* Frameworks/base: New GL bindingsAndreas Gampe2014-11-121-0/+4
* Use reinterpret_cast when an integer is cast to a pointerAshok Bhat2014-02-241-8/+8
* core: fix arithmetic on a pointer to voidsynergydev2013-10-141-1/+1
* Regenerate all the OpenGL stubs.Elliott Hughes2013-09-241-16/+16
* regenerate GLES java bindingsMathias Agopian2013-02-251-242/+242
* New bindings generated by glgenThomas Tafertshofer2012-07-231-3/+3
* Updated OpenGL bindings to fix nio buffer crashThomas Tafertshofer2012-07-121-78/+419
* Fixed exception caused crash in GL bindingsThomas Tafertshofer2012-06-271-236/+1105
* Kill the global references in the OpenGL wrappers.Elliott Hughes2011-04-111-293/+265
* Implement the GL11ExtensionPack APIs.Jack Palevich2010-01-281-89/+943
* Implement Matrix Palette extension.Jack Palevich2009-12-081-27/+74
* Add size checks for glBufferData and glBufferSubDataJack Palevich2009-10-211-0/+12
* Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods.Jack Palevich2009-06-151-5/+40
* Fix bug 1856713 gl Pointer functions should use Buffer positionJack Palevich2009-05-151-8/+17
* remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eg...Mathias Agopian2009-05-081-0/+13
* Require native-order direct buffers for glXXXPointer APIs.Jack Palevich2009-05-071-16/+28
* Fix automatically generated code for glGetJack Palevich2009-05-071-21/+34
* Add an Android-specific static OpenGL ES 1.1 Java API.Jack Palevich2009-04-161-1/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+6569
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-6569/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-14/+12
* Initial ContributionThe Android Open Source Project2008-10-211-0/+6571