summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am 0dce2dd2: Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 ...Jack Palevich2009-12-093-223/+64
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 contextJack Palevich2009-12-093-223/+64
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am 3608891b: Add a Java API for OpenGL ES 2.0.Jack Palevich2009-12-0923-13/+3194
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a Java API for OpenGL ES 2.0.Jack Palevich2009-12-0923-13/+3194
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge change I5ddc721dAndroid (Google) Code Review2009-12-092-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add misssing symbol type directives.Doug Kwan2009-12-082-0/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge change Ibe6eac82Android (Google) Code Review2009-12-0816-64/+302
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement Matrix Palette extension.Jack Palevich2009-12-0816-64/+302
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am 9196034b: am 30d90523: Merge changes Id682ab72,I9bb4dbae into eclair-mr2Jack Palevich2009-12-072-18/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am 30d90523: Merge changes Id682ab72,I9bb4dbae into eclair-mr2Jack Palevich2009-12-042-18/+45
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 7671c088: am 77f17095: am 533a2803: Merge change I18ffb549 into eclairMathias Agopian2009-12-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am 77f17095: am 533a2803: Merge change I18ffb549 into eclairMathias Agopian2009-12-011-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am 533a2803: Merge change I18ffb549 into eclairMathias Agopian2009-12-011-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix [2069023] STOPSHIP: disable DEBUG_COPYBITMathias Agopian2009-11-301-1/+1
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unhide the Android OpenGL ES 2.0 APIJack Palevich2009-11-274-65/+91
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am 85a9498a: am 9c0b39c4: am ca00dee2: Merge change I5aa3adcf into eclairJack Palevich2009-11-251-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am 9c0b39c4: am ca00dee2: Merge change I5aa3adcf into eclairJack Palevich2009-11-251-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am ca00dee2: Merge change I5aa3adcf into eclairJack Palevich2009-11-251-2/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /