summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* [opengl] implement work around for tegra errata 657451Gary King2010-11-144-2/+41
* [egl] return error code for NULL num_config output parameterGary King2010-11-141-0/+1
* [egl] add support for vendor-specific GL extensionsGary King2010-11-141-0/+62
* egl: return success for eglSwapIntervalGary King2010-11-141-1/+5
* frameworks/base/opengl: Change copybit image width to buffer strideOmprakash Dhyade2010-08-241-2/+2
* frameworks/base/opengl: Add NULL checkNaomi Luis2010-08-161-4/+7
* Fix a bug that prevented the creation of EGL shared contexts.Jamie Gennis2010-07-301-0/+4
* Quietly handle EGL_BAD_NATIVE_WINDOW errorsJack Palevich2010-04-191-5/+19
* Fix Android's glEGLImageTargetRenderbufferOES() wrapperMathias Agopian2010-03-292-2/+2
* Add a test of EGL pausing and resuming.Jack Palevich2010-03-296-0/+274
* Turn off logging.Jack Palevich2010-03-271-4/+4
* Merge "fix [2236865] STOPSHIP: bump soft gl and egl minor version number"Mathias Agopian2010-03-251-1/+1
|\
| * fix [2236865] STOPSHIP: bump soft gl and egl minor version numberMathias Agopian2010-03-251-1/+1
* | 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
* Implement eglInitialize / eglTerminate reference countingJack Palevich2010-03-151-1/+4
* Improve eglSwapBuffers error handling.Jack Palevich2010-03-151-9/+20
* Fix glCopyTexSubImage2D inverted texture bug.Jack Palevich2010-03-121-1/+1
* Add correct copyright headers to multiple filesKenny Root2010-03-1117-0/+264
* 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
* get rid off the YUV formats at the libui layerMathias Agopian2010-02-161-14/+1
* Merge "fix [2189862] Race condition in eglIntialize and eglDestroy"Mathias Agopian2010-02-051-3/+16
|\
| * fix [2189862] Race condition in eglIntialize and eglDestroyMathias Agopian2010-02-051-3/+16
* | Proper EGLImageKHR error handlingMathias Agopian2010-02-042-1/+41
|/
* fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug)Mathias Agopian2010-02-033-26/+78
* Fix ETC1 texture decoding.Jack Palevich2010-02-021-1/+1
* implement [2396050] Add ETC1 texture support to AGLMathias Agopian2010-02-023-6/+40
* fix [2397853] glCopyTexImage2D crashes emulatorMathias Agopian2010-02-011-1/+23
* Implement the GL11ExtensionPack APIs.Jack Palevich2010-01-286-38/+187
* fix [2341222] AGL version of glDrawTexxOES doesn't handle "Z" value correctlyMathias Agopian2010-01-251-4/+4
* fix [2303866] eglMakeCurrent doesn't return all error messages described in t...Mathias Agopian2010-01-251-3/+3
* Decouple the EGL context lifetime from the EGL surface lifetime.Jack Palevich2010-01-181-31/+81
* Use correct TLS codepath in graphics librariesGary King2010-01-122-0/+16
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-4/+4
* Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru2010-01-063-3/+3
* Fix javadoc typos.Jack Palevich2009-12-312-2/+2
* A library for encoding and decoding ETC1 textures.Jack Palevich2009-12-315-0/+1171
* Print OpenGL version and extension information.Jack Palevich2009-12-241-144/+152
* 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
* am 74befcc7: am 981ccfbb: Implement Matrix Palette extension.Jack Palevich2009-12-101-14/+13
|\
| * am 981ccfbb: Implement Matrix Palette extension.Jack Palevich2009-12-0916-64/+302
| |\
| | * Implement Matrix Palette extension.Jack Palevich2009-12-0916-64/+302
* | | resolved conflicts for merge of fac57636 to masterJack Palevich2009-12-101-13/+14
|\ \ \ | |/ /
| * | am aa396b96: Unhide the Android OpenGL ES 2.0 APIJack Palevich2009-12-094-65/+91
| |\ \ | | |/
| | * Unhide the Android OpenGL ES 2.0 APIJack Palevich2009-12-094-65/+91