summaryrefslogtreecommitdiff
path: root/opengl/java/com/google/android/gles_jni
AgeCommit message (Expand)Author
2020-01-14Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-19Revert "Use new UnsupportedAppUsage annotation."Austin Wang
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-08Add @UnsupportedAppUsage annotations for greylist.Artur Satayev
2017-05-01remove unused private fieldMike Reed
2014-02-25Tabs -> spaces in frameworks/base.John Spurlock
2014-01-31Use long to store pointers in GLES_JNI/EGL classesAshok Bhat
2012-08-16Rename UserId to UserHandle.Dianne Hackborn
2012-07-24Make HardwareRenderer able to target generic Surface objectsRomain Guy
2012-03-22Package restrictions per userAmith Yamasani
2011-11-10Terminate EGL when an app goes in the backgroundRomain Guy
2011-06-15Properly refcount SurfaceTexture in the JNI layer.Romain Guy
2011-05-02Allows to render with an OpenGL context inside a TextureView.Romain Guy
2011-04-11Kill the global references in the OpenGL wrappers.Elliott Hughes
2011-03-07Fix EGL JNI bugsRomain Guy
2010-12-07These files had an older header.Dan Bornstein
2010-06-24Some ActivityThread/ActivityManager cleanup.Dianne Hackborn
2010-01-28Implement the GL11ExtensionPack APIs.Jack Palevich
2009-12-08Merge change Ibe6eac82Android (Google) Code Review
2009-12-08Implement Matrix Palette extension.Jack Palevich
2009-12-04Improve error reporting by always returning the publicJack Palevich
2009-06-15Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods.Jack Palevich
2009-05-07Require native-order direct buffers for glXXXPointer APIs.Jack Palevich
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project