summaryrefslogtreecommitdiffstats
path: root/opengl/libagl
Commit message (Expand)AuthorAgeFilesLines
* fix a crasher in our EGL wrapper when attrib_list is NULL in eglChooseConfigMathias Agopian2010-05-171-2/+7
* 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-1511-401/+1933
| | |\
| | | * eclair snapshotJean-Baptiste Queru2009-11-1313-405/+1944
| * | | 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 [2236865] STOPSHIP: bump soft gl and egl minor version numberMathias Agopian2010-03-251-1/+1
* | | | | | | | Fix glCopyTexSubImage2D inverted texture bug.Jack Palevich2010-03-121-1/+1
* | | | | | | | get rid off the YUV formats at the libui layerMathias Agopian2010-02-161-14/+1
* | | | | | | | 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
* | | | | | | | fix [2341222] AGL version of glDrawTexxOES doesn't handle "Z" value correctlyMathias Agopian2010-01-251-4/+4
* | | | | | | | Use correct TLS codepath in graphics librariesGary King2010-01-121-0/+5
* | | | | | | | Add misssing symbol type directives.Doug Kwan2009-12-082-0/+3
* | | | | | | | am 77f17095: am 533a2803: Merge change I18ffb549 into eclairMathias Agopian2009-12-011-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | fix [2069023] STOPSHIP: disable DEBUG_COPYBITMathias Agopian2009-11-301-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | am b439f561: am 13feccf5: Merge change I39f0003e into eclairMathias Agopian2009-11-191-12/+24
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | fix [2235414] libagl glDeleteBuffers() crashesMathias Agopian2009-11-191-12/+24
| | |_|_|/ / | |/| | | |
* | | | | | am 66b5d902: am 27407208: Merge change Icf335098 into eclairMathias Agopian2009-11-132-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | fix [2236865] STOPSHIP: bump soft gl and egl minor version numberMathias Agopian2009-11-122-2/+2
| | |_|/ / | |/| | |
* | | | | am 0b9d3ba2: am c421fc2a: Merge change Id09376d1 into eclairMathias Agopian2009-11-091-4/+23
|\ \ \ \ \ | |/ / / /
| * | | | fix [2071412] work around mdp 32-bits fade limitationMathias Agopian2009-11-091-4/+23
| |/ / /
* | | | merge from open-source masterJean-Baptiste Queru2009-11-091-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix obvious typo bug in egl.cppChristoffer Gurell2009-10-121-1/+1
| * | Merge change 11093Android Code Review2009-08-251-0/+2
| |\ \
| | * | If FLAGS_2D_PROJECTION is set, the MVP matrices need updating when changing t...Martin Storsjo2009-08-101-0/+2
| * | | Calculate specular lighting correctlyMartin Storsjo2009-08-111-3/+8
| |/ /
| * | merge from donutJean-Baptiste Queru2009-07-291-1/+1
| |\ \ | | |/
| | * donut snapshotJean-Baptiste Queru2009-07-291-1/+1
| * | Merge korg/donut into korg/masterJean-Baptiste Queru2009-07-256-104/+97
| |\ \ | | |/
| | * donut snapshotJean-Baptiste Queru2009-07-214-79/+52
| | * donut snapshotJean-Baptiste Queru2009-05-202-25/+45
* | | part of fix [2186418] switch passion to 24-bits framebufferMathias Agopian2009-11-041-82/+80
* | | fix [2236832] software OpenGL ES driver doesn't work on sholesMathias Agopian2009-11-031-3/+15
* | | Merge change I56981989 into eclairAndroid (Google) Code Review2009-11-031-7/+6
|\ \ \
| * | | fix [2231527] Compatibility with SpaceJunk game (OpenGL)Mathias Agopian2009-11-021-7/+6
* | | | fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ...Mathias Agopian2009-11-022-8/+19
|/ / /
* | | libagl: silence a LOGDIliyan Malchev2009-10-301-1/+2
* | | return proper error code from eglCreateImageKHRMathias Agopian2009-10-291-0/+14
* | | fix [2071412] work around mdp 32-bits fade limitationMathias Agopian2009-10-281-11/+68