summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* update EGL headers to the latestMathias Agopian2010-06-095-10/+99
* update GL ES stub libraries with the new GL ES headersMathias Agopian2010-06-095-58/+268
* fix OpenGL ES extension headers from khronosMathias Agopian2010-06-092-26/+26
* update the OpenGL ES headers to the latestMathias Agopian2010-06-096-104/+783
* fix a crasher in our EGL wrapper when attrib_list is NULL in eglChooseConfigMathias Agopian2010-05-172-6/+13
* am fb234bbe: merge from open-source masterThe Android Open Source Project2010-05-122-1/+5
|\
| * merge from open-source masterThe Android Open Source Project2010-05-122-1/+5
| |\
| | * Merge "Build software AGL library with correct get_tls() macro for ARMv7 base...Mathias Agopian2010-05-101-0/+4
| | |\
| | | * Build software AGL library with correct get_tls() macro for ARMv7 based platf...Magnus Landqvist2010-02-191-0/+4
| | * | Merge "Fix glReadPixels() to verify that both x and y are non-negative."Mathias Agopian2010-05-101-1/+1
| | |\ \
| | | * | Fix glReadPixels() to verify that both x and y are non-negative.Mike Playle2010-01-291-1/+1
| | | |/
| | | * merge from eclairJean-Baptiste Queru2009-11-1578-2108/+8085
| | | |\
| | | | * eclair snapshotJean-Baptiste Queru2009-11-1380-2112/+8096
* | | | | small cleanup. gEGLImpl should have been staticMathias Agopian2010-04-092-1/+2
|/ / / /
* | | | merge from open-source masterThe Android Open Source Project2010-03-311-1/+2
|\ \ \ \ | |/ / /
| * | | gl_code : add end of line.Jae-Hyung Ahn2010-03-241-1/+2
| * | | am 6d0f6c78: Merge "DO NOT MERGE A library for encoding and decoding ETC1 tex...Jack Palevich2010-01-093-0/+792
| |\ \ \
| | * | | DO NOT MERGE A library for encoding and decoding ETC1 textures.Jack Palevich2010-01-083-0/+792
| * | | | am 533a2803: Merge change I18ffb549 into eclairMathias Agopian2009-11-301-1/+1
| |\ \ \ \ | | |/ / /
| * | | | am 13feccf5: Merge change I39f0003e into eclairMathias Agopian2009-11-191-12/+24
| |\ \ \ \
| * \ \ \ \ am 27407208: Merge change Icf335098 into eclairMathias Agopian2009-11-122-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ am c421fc2a: Merge change Id09376d1 into eclairMathias Agopian2009-11-091-4/+23
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge from open-source masterJean-Baptiste Queru2009-11-081-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Fix Android's glEGLImageTargetRenderbufferOES() wrapperMathias Agopian2010-03-292-2/+2
* | | | | | | | Add a test of EGL pausing and resuming.Jack Palevich2010-03-296-0/+274
* | | | | | | | fix [2236865] STOPSHIP: bump soft gl and egl minor version numberMathias Agopian2010-03-251-1/+1
* | | | | | | | Implement eglInitialize / eglTerminate reference countingJack Palevich2010-03-151-1/+4
* | | | | | | | Fix glCopyTexSubImage2D inverted texture bug.Jack Palevich2010-03-121-1/+1
* | | | | | | | Add correct copyright headers to multiple filesKenny Root2010-03-1116-0/+248
* | | | | | | | 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-285-30/+173
* | | | | | | | 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
* | | | | | | | 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
* | | | | | | | A library for encoding and decoding ETC1 textures.Jack Palevich2009-12-313-0/+806
* | | | | | | | Print OpenGL version and extension information.Jack Palevich2009-12-241-144/+152
* | | | | | | | Merge change I5ddc721dAndroid (Google) Code Review2009-12-092-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Add misssing symbol type directives.Doug Kwan2009-12-082-0/+3
* | | | | | | | | Implement Matrix Palette extension.Jack Palevich2009-12-0811-17/+119
|/ / / / / / / /
* | | | | | | | 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
| |\ \ \ \ \ \ \ \