summaryrefslogtreecommitdiffstats
path: root/opengl/java/android/opengl/GLSurfaceView.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
* Re-allow suppressing onDetachedFromWindowJohn Reck2014-10-011-3/+2
* 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
|/
* 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
* 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
* GLSurfaceView defaults to 888 instead of 565Mathias Agopian2012-09-181-6/+6
* Improve GLSurfaceView Pausing.Jack Palevich2012-04-161-2/+12
* Notify monitor waiters when changing mSurfaceIsBad value.Jack Palevich2012-04-101-2/+9
* Try to survive a failure return from eglMakeCurrent.Jack Palevich2012-03-291-14/+25
* Make GLSurfaceView handle eglSwapBuffers errors more robustly.Jack Palevich2012-03-291-34/+31
* Merge "Remove EGL context limit for Adreno GPUs."Jack Palevich2012-03-221-2/+6
|\
| * Remove EGL context limit for Adreno GPUs.Jack Palevich2012-03-191-2/+6
* | Ignore EGL_BAD_CURRENT_SURFACE errors from eglSwapBuffersJack Palevich2012-03-151-4/+8
|/
* Fix potential GLThread / GLSurfaceView memory leak.Jack Palevich2011-11-151-51/+105
* am 74b2b954: am 09848bc8: Merge "docs: add developer guide cross references, ...Joe Fernandez2011-10-311-0/+13
|\
| * am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE,...Joe Fernandez2011-10-291-0/+13
| |\
| | * docs: add developer guide cross references, Project ACRE, round 3Joe Fernandez2011-10-281-0/+13
* | | Destroy and recreate the EGL surface when the surface size changes.Jack Palevich2011-10-281-30/+30
|/ /
* | Work around race condition when shutting down a surface flinger surface.Jack Palevich2011-10-141-3/+17
|/
* fix an issue where the screen could be stale after a surface size changeMathias Agopian2011-08-011-0/+10
* fix typo in a commentMathias Agopian2011-07-121-1/+1
* Unhide GLSurfaceView.get/setPreserveEGLContextOnPauseJack Palevich2011-01-181-2/+0
* Add support for preserving EGL contexts when pausing / resuming.Jack Palevich2011-01-141-7/+43
* Preserve the render mode when recreating the render thread.Jack Palevich2010-10-271-0/+7
* Allow a GLSurfaceView to be reattached to a window.Jack Palevich2010-10-261-0/+29
* Do not exit the GLSurfaceView thread when detached from a window.Jack Palevich2010-10-251-1/+0
* Fix deadlock when switching between two GLSurfaceViewsJack Palevich2010-07-131-18/+74
* fix [2677468] some 3rd party GL ES apps get a 32-bits surface by default and ...Mathias Agopian2010-05-241-1/+0
* Quietly handle EGL_BAD_NATIVE_WINDOW errorsJack Palevich2010-04-191-5/+19
* Turn off logging.Jack Palevich2010-03-271-4/+4
* GLSurfaceView pause and resume now synchronizeJack Palevich2010-03-251-3/+41
* Turn off thread logging (too many messages.)Jack Palevich2010-03-251-1/+1
* Add logging of GLSurfaceView pause/resume calls.Jack Palevich2010-03-251-3/+10
* Improve our EGL management when pausing / resuming.Jack Palevich2010-03-241-0/+13
* GLSurfaceView: Log egl failuresJack Palevich2010-03-231-3/+50
* Improve eglSwapBuffers error handling.Jack Palevich2010-03-151-9/+20
* Clarify the default algorithm used to choose an EGLConfig.Jack Palevich2010-03-061-35/+39
* Fix inverted release-EGLContext-on-pause logic.Jack Palevich2010-03-061-5/+18
* Decouple the EGL context lifetime from the EGL surface lifetime.Jack Palevich2010-01-181-31/+81
* Fix merge conflict markers that accidentally got checked in.Jack Palevich2009-12-211-5/+1
* Fix bug 2325244 screen turns black for a brief period of timeJack Palevich2009-12-211-0/+29