summaryrefslogtreecommitdiffstats
path: root/opengl/java
Commit message (Expand)AuthorAgeFilesLines
* Allow a GLThread to release and reacquire the EGL Surface as needed.Jack Palevich2009-11-081-32/+46
* Fix stupid bug in GLThreadManager implementation.Jack Palevich2009-11-071-1/+1
* Improve GLSurfaceView to avoid deadlocks and race conditions.Jack Palevich2009-11-061-12/+74
* Check for failure to create EGL surfaces and contexts.Jack Palevich2009-09-251-4/+12
* Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory.Jack Palevich2009-09-241-1/+1
* Publish minor additions to GLSurfaceView API.Jack Palevich2009-09-241-4/+0
* Create samples showing how to call OpenGL from JNI libraries.Jack Palevich2009-09-231-2/+2
* Allow GLSurfaceView clients to customize EGL Surfaces and Contexts.Jack Palevich2009-09-211-94/+184
* Fix GLSurfaceView to sync surfaceDestroyed with GL rendering threadJack Palevich2009-09-211-1/+26
* fix a bug in ComponentSizeChooser where it could pick a software EGLConfig in...Mathias Agopian2009-08-201-15/+17
* Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...Mathias Agopian2009-08-131-1/+0
* Remove recently-added android.opengl.Version APIJack Palevich2009-07-221-47/+0
* Add a public API that reports the supported OpenGLES API level.Jack Palevich2009-07-221-0/+47
* Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods.Jack Palevich2009-06-151-3/+30
* Require native-order direct buffers for glXXXPointer APIs.Jack Palevich2009-05-072-54/+54
* Enable static Java APIs for OpenGL ES 1.1 extensions.Jack Palevich2009-04-241-12/+1
* Add an Android-specific static OpenGL ES 1.1 Java API.Jack Palevich2009-04-164-0/+3163
* AI 145526: am: CL 145249 Correct misspelling of constant RENDERMODE_CONTUOUSL...Jack Palevich2009-04-091-9/+9
* AI 145523: am: CL 145244 Fully document GLSurfaceView and related classes.Jack Palevich2009-04-091-51/+349
* Automated import from //branches/donutburger/...@142687,142687Jack Palevich2009-03-251-83/+88
* Automated import from //branches/donutburger/...@142486,142486Jack Palevich2009-03-241-20/+194
* Automated import from //branches/donutburger/...@141859,141859Jack Palevich2009-03-241-31/+23
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0335-0/+12549
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0335-12547/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-032-30/+28
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-022-28/+30
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-173-9/+669
* Initial ContributionThe Android Open Source Project2008-10-2134-0/+11887