summaryrefslogtreecommitdiffstats
path: root/core/jni/android_opengl_GLES20.cpp
Commit message (Expand)AuthorAgeFilesLines
* Frequently used OpenGL ES methods whitelisted for fast JNI pathDaniil Sokolov2015-11-071-74/+74
* Replace JNI primitive array critical calls with non-critical ones.Hiroshi Yamauchi2015-05-121-346/+465
* Frameworks/base: New GL bindingsAndreas Gampe2014-11-121-0/+4
* opengl: Fix #include style in generated JNI codeJesse Hall2014-05-211-2/+2
* Use reinterpret_cast when an integer is cast to a pointerAshok Bhat2014-02-241-6/+6
* am 82e5d875: am ebd397ad: Merge "Regenerate all the OpenGL stubs."Elliott Hughes2013-09-271-0/+3
|\
| * Regenerate all the OpenGL stubs.Elliott Hughes2013-09-241-15/+24
| * regenerate GLES java bindingsMathias Agopian2013-02-251-987/+992
* | Regenerate GL stubsAndy McFadden2013-04-251-15/+22
* | regenerate GLES java bindingsMathias Agopian2013-02-251-987/+992
|/
* regenerate egl/gles stubs from glgenMathias Agopian2013-02-221-4/+4
* New bindings generated by glgenThomas Tafertshofer2012-07-231-3/+3
* updated gles20 bindings, fixes broken methodsThomas Tafertshofer2012-07-191-0/+335
* Updated OpenGL bindings to fix nio buffer crashThomas Tafertshofer2012-07-121-87/+390
* Fixed exception caused crash in GL bindingsThomas Tafertshofer2012-06-271-176/+690
* Kill the global references in the OpenGL wrappers.Elliott Hughes2011-04-111-221/+177
* Add Java support for a few accidentally omitted OpenGL ES APIs.Jack Palevich2011-03-281-10/+70
* Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer.Jack Palevich2010-06-221-0/+28
* Add a Java API for OpenGL ES 2.0.Jack Palevich2009-11-191-0/+5023