summaryrefslogtreecommitdiffstats
path: root/opengl/java
Commit message (Expand)AuthorAgeFilesLines
* Implement Matrix Palette extension.Jack Palevich2009-12-095-47/+183
* Unhide the Android OpenGL ES 2.0 APIJack Palevich2009-12-094-65/+91
* Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 contextJack Palevich2009-12-091-6/+62
* Add a Java API for OpenGL ES 2.0.Jack Palevich2009-12-091-0/+1858
* Improve error message thrown when eglCreateContext fails.Jack Palevich2009-12-041-1/+1
* Improve error reporting by always returning the publicJack Palevich2009-12-041-17/+44
* the vertex index should be "first + i".Li Wenhao2009-12-021-1/+1
* am ca00dee2: Merge change I5aa3adcf into eclairJack Palevich2009-11-251-2/+6
|\
| * Improve the exception message text by including eglGetError().Jack Palevich2009-11-251-2/+6
* | resolved conflicts for merge of dc49acb0 to eclair-mr2Jack Palevich2009-11-171-133/+129
|\ \ | |/
| * More GLSurfaceView cleanup.Jack Palevich2009-11-161-134/+125
* | resolved conflicts for merge of ba56915a to eclair-mr2Jack Palevich2009-11-111-139/+158
|\ \ | |/
| * Fix multi-lock ordering issues in GLSurfaceViewJack Palevich2009-11-101-121/+144
* | resolved conflicts for merge of 3f857b78 to eclair-mr2Jack Palevich2009-11-101-36/+54
|\ \ | |/
| * Allow a GLThread to release and reacquire the EGL Surface as needed.Jack Palevich2009-11-081-32/+46
* | resolved conflicts for merge of 4e3fadd0 to eclair-mr2Jack Palevich2009-11-061-7/+8
|\ \ | |/
| * Fix stupid bug in GLThreadManager implementation.Jack Palevich2009-11-071-1/+1
* | resolved conflicts for merge of 84872738 to eclair-mr2Jack Palevich2009-11-061-24/+79
|\ \ | |/
| * Improve GLSurfaceView to avoid deadlocks and race conditions.Jack Palevich2009-11-061-12/+74
* | Add additional error checking of EGL function calls.Jack Palevich2009-10-131-4/+15
* | Allow multiple OpenGL contexts on systems that support them.Jack Palevich2009-10-131-8/+55
|/
* 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