summaryrefslogtreecommitdiffstats
path: root/core/jni/com_google_android_gles_jni_EGLImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-301-6/+7
* Revert "Change how Java Bitmaps are accessed in a few places"John Reck2015-04-201-7/+6
* Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-131-6/+7
* Cleanup Bitmap JNI attempt #2John Reck2015-03-051-7/+2
* Revert "Cleanup Bitmap JNI"Chad Jones2015-03-051-2/+7
* Cleanup Bitmap JNIJohn Reck2015-03-051-7/+2
* Fix incorrect JNI_ABORTMathieu Chartier2014-10-061-4/+4
* SkBitmap::Config is deprecated, use SkColorTypeMike Reed2014-07-081-6/+6
* Avoid restrictive locking around EGL callsMichael Chock2014-03-041-6/+6
* Use long to store pointers in GLES_JNI/EGL classesAshok Bhat2014-01-311-60/+65
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-2/+2
* EGL10.eglCreateWindowSurface should set producerControlledByAppJesse Hall2013-08-301-2/+2
* Clearly separate consumer and producer interfacesMathias Agopian2013-08-061-3/+2
* get rid of PIXEL_FORMAT_A_8Mathias Agopian2013-07-251-1/+0
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-2/+2
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-3/+3
* stop using a deprecated SurfaceTextureClient ctorJamie Gennis2012-12-111-1/+1
* Add plumbing for new surface flinger display API.Jeff Brown2012-08-271-1/+1
* Avoid waking EGL in getInitCountJesse Hall2012-04-051-1/+1
* fix libgui header locationMathias Agopian2012-02-271-6/+5
* remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-241-0/+2
* Terminate EGL when an app goes in the backgroundRomain Guy2011-11-101-0/+14
* Forgot to ammend the changeRomain Guy2011-06-151-1/+1
* Properly refcount SurfaceTexture in the JNI layer.Romain Guy2011-06-151-2/+3
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-0/+33
* More native code cleanup.Elliott Hughes2011-04-121-30/+14
* Use jniThrowException for exception throwing from native code.Elliott Hughes2011-04-071-28/+21
* Fix EGL JNI bugsRomain Guy2011-03-071-1/+1
* Skia Merge (revision 808)Derek Sollenberger2011-02-221-3/+3
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-2/+1
* Make real API for native code to get its window.Dianne Hackborn2010-07-011-6/+5
* fix [2757903] Crash in EGL when creating an EGLSurfaceMathias Agopian2010-06-101-5/+6
* don't hardcode "mSurface" throughout our source codeMathias Agopian2010-04-121-1/+1
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-1/+1
* Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-2/+1
* Automated import from //branches/master/...@142578,142578Jack Palevich2009-03-251-112/+193
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+470
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-470/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+1
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-2/+2
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-8/+3
* Initial ContributionThe Android Open Source Project2008-10-211-0/+475