summaryrefslogtreecommitdiffstats
path: root/opengl/java
Commit message (Expand)AuthorAgeFilesLines
* GLSurfaceView: Be less picky about EGLConfig alpha sizesAndy Ross2016-06-221-1/+1
* Add tracing to GLSurfaceViewChris Craik2015-06-081-3/+19
* Cleanup Bitmap JNI attempt #2John Reck2015-03-051-10/+0
* Revert "Cleanup Bitmap JNI"Chad Jones2015-03-051-0/+10
* Cleanup Bitmap JNIJohn Reck2015-03-051-10/+0
* Re-allow suppressing onDetachedFromWindowJohn Reck2014-10-011-3/+2
* Fix onTrimMemory for HardwareRendererJohn Reck2014-06-301-137/+0
* opengl: Un-hide GLES31 and GLES31Ext classesJesse Hall2014-05-212-2/+0
* opengl: Add GLES31 and GLES31Ext classesJesse Hall2014-05-212-0/+1779
* am 43cea7ea: am 650a8860: am fc3c6a0e: Merge "EGL_OPENGL_ES3_BIT_KHR is set a...Jesse Hall2014-04-211-2/+6
|\
| * EGL_OPENGL_ES3_BIT_KHR is set as ES 3 context is requested.Jin Zhebin2014-04-151-2/+6
* | Revert "Revert "Workaround apps not calling super.onDetachedFromWindow()""John Reck2014-03-061-7/+3
* | Revert "Workaround apps not calling super.onDetachedFromWindow()"Bart Sears2014-03-061-2/+2
* | Workaround apps not calling super.onDetachedFromWindow()John Reck2014-03-061-2/+2
* | Fix bad link tag in javadoc.Narayan Kamath2014-02-281-1/+1
* | API changes for 64 bit platforms.Narayan Kamath2014-02-271-15/+14
* | am 7aec4109: am 7aeb4307: am 2525acf5: am e4dae5f2: Merge "AArch64: Make eglG...Narayan Kamath2014-02-271-2/+1
|\ \ | |/
| * AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAYAshok Bhat2014-02-261-2/+1
* | Merge "Tabs -> spaces in frameworks/base."John Spurlock2014-02-256-11/+11
|\ \
| * | Tabs -> spaces in frameworks/base.John Spurlock2014-02-256-11/+11
* | | am d8410d38: am 614b00de: am a88abfb3: am 6ab07fac: Merge "Use long for point...Narayan Kamath2014-02-256-13/+57
|\ \ \ | |/ / |/| / | |/
| * Use long for pointers in opengl/EGL classesAshok Bhat2014-02-246-13/+57
* | Hide three malformed GL bindingsAndy McFadden2014-02-191-0/+3
|/
* Use long to store pointers in GLES_JNI/EGL classesAshok Bhat2014-01-315-30/+48
* Merge "Fix incorrect name in eglSwapBuffers log wrapper"Jesse Hall2013-12-151-1/+1
|\
| * Fix incorrect name in eglSwapBuffers log wrapperBrian Harris2013-12-101-1/+1
* | Merge "Fix wrapper equals()"Andy McFadden2013-06-246-6/+4
|\ \
| * | Fix wrapper equals()Andy McFadden2013-06-216-6/+4
| |/
* | Minor fixes to android.opengl.MatrixAndy McFadden2013-06-211-40/+68
|/
* Add android.opengl.EGLExt class for EGL extensionsJesse Hall2013-05-012-8/+46
* Revert all recent GLSurfaceView changes.Jeff Brown2013-04-191-397/+662
* Fix change of behavior in Looper.quit().Jeff Brown2013-04-181-10/+6
* don't trigger a render when setting the rendermodeMathias Agopian2013-04-181-8/+29
* Merge "Unhide android.opengl.GLES30 class and contents" into jb-mr2-devJesse Hall2013-04-162-1/+1
|\
| * Unhide android.opengl.GLES30 class and contentsJesse Hall2013-04-152-1/+1
* | Merge "Add android.opengl.GLES30, hidden for now" into jb-mr2-devJesse Hall2013-04-162-3/+1801
|\ \ | |/
| * Add android.opengl.GLES30, hidden for nowJesse Hall2013-04-152-3/+1801
* | Don't draw synchronously in onResume()Mathias Agopian2013-04-101-1/+1
|/
* rework GLSurfaceView so it can use the choreographerMathias Agopian2013-04-091-660/+378
* Fix createSurface / eglCreateWindowSurface race.Jack Palevich2013-03-181-2/+13
* Publish new MediaCodec APIAndy McFadden2013-03-071-1/+0
* Add eglPresentationTimeANDROIDAndy McFadden2013-03-051-0/+9
* regenerate GLES java bindingsMathias Agopian2013-02-252-80/+0
* regenerate egl/gles stubs from glgenMathias Agopian2013-02-221-2/+2
* DdmServer: add controls for OpenGL tracingSiva Velusamy2012-12-191-5/+2
* GLSurfaceView defaults to 888 instead of 565Mathias Agopian2012-09-181-6/+6
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-2/+2
* Enable use of Surface as a native window in EGL14 wrapper.Jeff Brown2012-08-081-1/+3
* Improve gradientsRomain Guy2012-07-311-2/+2
* Fix android.opengl.Matrix frustum's generationRomain Guy2012-07-301-4/+3