Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup EGL a bit. remove unused extension. | Mathias Agopian | 2010-08-27 | 1 | -28/+0 |
* | fix [2931718] glDrawArrays skips a triangle when more than 70 vertices are used. | Mathias Agopian | 2010-08-18 | 1 | -2/+2 |
* | fix [2931161] crash in labyritnth when completing a level | Mathias Agopian | 2010-08-18 | 1 | -32/+35 |
* | remove copybit hack from software opengl (libagl) | Mathias Agopian | 2010-07-29 | 9 | -811/+1 |
* | Introduce official public NativeWindow type. | Dianne Hackborn | 2010-06-30 | 1 | -5/+5 |
* | fix a crasher in our EGL wrapper when attrib_list is NULL in eglChooseConfig | Mathias Agopian | 2010-05-17 | 1 | -2/+7 |
* | merge from open-source master | The Android Open Source Project | 2010-05-12 | 2 | -1/+5 |
|\ | |||||
| * | Merge "Build software AGL library with correct get_tls() macro for ARMv7 base... | Mathias Agopian | 2010-05-10 | 1 | -0/+4 |
| |\ | |||||
| | * | Build software AGL library with correct get_tls() macro for ARMv7 based platf... | Magnus Landqvist | 2010-02-19 | 1 | -0/+4 |
| * | | Merge "Fix glReadPixels() to verify that both x and y are non-negative." | Mathias Agopian | 2010-05-10 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fix glReadPixels() to verify that both x and y are non-negative. | Mike Playle | 2010-01-29 | 1 | -1/+1 |
| | |/ | |||||
| | * | merge from eclair | Jean-Baptiste Queru | 2009-11-15 | 11 | -401/+1933 |
| | |\ | |||||
| | | * | eclair snapshot | Jean-Baptiste Queru | 2009-11-13 | 13 | -405/+1944 |
| * | | | am 533a2803: Merge change I18ffb549 into eclair | Mathias Agopian | 2009-11-30 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | am 13feccf5: Merge change I39f0003e into eclair | Mathias Agopian | 2009-11-19 | 1 | -12/+24 |
| |\ \ \ \ | |||||
| * \ \ \ \ | am 27407208: Merge change Icf335098 into eclair | Mathias Agopian | 2009-11-12 | 2 | -2/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | am c421fc2a: Merge change Id09376d1 into eclair | Mathias Agopian | 2009-11-09 | 1 | -4/+23 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge from open-source master | Jean-Baptiste Queru | 2009-11-08 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||||
* | | | | | | | | fix [2236865] STOPSHIP: bump soft gl and egl minor version number | Mathias Agopian | 2010-03-25 | 1 | -1/+1 |
* | | | | | | | | Fix glCopyTexSubImage2D inverted texture bug. | Jack Palevich | 2010-03-12 | 1 | -1/+1 |
* | | | | | | | | get rid off the YUV formats at the libui layer | Mathias Agopian | 2010-02-16 | 1 | -14/+1 |
* | | | | | | | | Proper EGLImageKHR error handling | Mathias Agopian | 2010-02-04 | 2 | -1/+41 |
* | | | | | | | | fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug) | Mathias Agopian | 2010-02-03 | 3 | -26/+78 |
* | | | | | | | | Fix ETC1 texture decoding. | Jack Palevich | 2010-02-02 | 1 | -1/+1 |
* | | | | | | | | implement [2396050] Add ETC1 texture support to AGL | Mathias Agopian | 2010-02-02 | 3 | -6/+40 |
* | | | | | | | | fix [2397853] glCopyTexImage2D crashes emulator | Mathias Agopian | 2010-02-01 | 1 | -1/+23 |
* | | | | | | | | fix [2341222] AGL version of glDrawTexxOES doesn't handle "Z" value correctly | Mathias Agopian | 2010-01-25 | 1 | -4/+4 |
* | | | | | | | | Use correct TLS codepath in graphics libraries | Gary King | 2010-01-12 | 1 | -0/+5 |
* | | | | | | | | Add misssing symbol type directives. | Doug Kwan | 2009-12-08 | 2 | -0/+3 |
* | | | | | | | | am 77f17095: am 533a2803: Merge change I18ffb549 into eclair | Mathias Agopian | 2009-12-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | fix [2069023] STOPSHIP: disable DEBUG_COPYBIT | Mathias Agopian | 2009-11-30 | 1 | -1/+1 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | am b439f561: am 13feccf5: Merge change I39f0003e into eclair | Mathias Agopian | 2009-11-19 | 1 | -12/+24 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | fix [2235414] libagl glDeleteBuffers() crashes | Mathias Agopian | 2009-11-19 | 1 | -12/+24 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | am 66b5d902: am 27407208: Merge change Icf335098 into eclair | Mathias Agopian | 2009-11-13 | 2 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | fix [2236865] STOPSHIP: bump soft gl and egl minor version number | Mathias Agopian | 2009-11-12 | 2 | -2/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | am 0b9d3ba2: am c421fc2a: Merge change Id09376d1 into eclair | Mathias Agopian | 2009-11-09 | 1 | -4/+23 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | fix [2071412] work around mdp 32-bits fade limitation | Mathias Agopian | 2009-11-09 | 1 | -4/+23 |
| |/ / / | |||||
* | | | | merge from open-source master | Jean-Baptiste Queru | 2009-11-09 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Fix obvious typo bug in egl.cpp | Christoffer Gurell | 2009-10-12 | 1 | -1/+1 |
| * | | Merge change 11093 | Android Code Review | 2009-08-25 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | If FLAGS_2D_PROJECTION is set, the MVP matrices need updating when changing t... | Martin Storsjo | 2009-08-10 | 1 | -0/+2 |
| * | | | Calculate specular lighting correctly | Martin Storsjo | 2009-08-11 | 1 | -3/+8 |
| |/ / | |||||
| * | | merge from donut | Jean-Baptiste Queru | 2009-07-29 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | donut snapshot | Jean-Baptiste Queru | 2009-07-29 | 1 | -1/+1 |
| * | | Merge korg/donut into korg/master | Jean-Baptiste Queru | 2009-07-25 | 6 | -104/+97 |
| |\ \ | | |/ | |||||
| | * | donut snapshot | Jean-Baptiste Queru | 2009-07-21 | 4 | -79/+52 |
| | * | donut snapshot | Jean-Baptiste Queru | 2009-05-20 | 2 | -25/+45 |
* | | | part of fix [2186418] switch passion to 24-bits framebuffer | Mathias Agopian | 2009-11-04 | 1 | -82/+80 |
* | | | fix [2236832] software OpenGL ES driver doesn't work on sholes | Mathias Agopian | 2009-11-03 | 1 | -3/+15 |
* | | | Merge change I56981989 into eclair | Android (Google) Code Review | 2009-11-03 | 1 | -7/+6 |
|\ \ \ |