summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* am d12a98e2: am 9abce39a: Merge "fix [2421247] implement eglGetProcAddress(),...Mathias Agopian2010-08-044-51/+233
|\
| * am 9abce39a: Merge "fix [2421247] implement eglGetProcAddress(), needed in th...Mathias Agopian2010-08-034-51/+233
| |\
| | * fix [2421247] implement eglGetProcAddress(), needed in the ndkMathias Agopian2010-08-024-51/+233
* | | am 67e4ff76: am 4d7fc365: Merge "remove copybit hack from software opengl (li...Mathias Agopian2010-07-319-811/+1
|\ \ \ | |/ /
| * | am 4d7fc365: Merge "remove copybit hack from software opengl (libagl)" into g...Mathias Agopian2010-07-309-811/+1
| |\ \ | | |/
| | * remove copybit hack from software opengl (libagl)Mathias Agopian2010-07-299-811/+1
* | | am eb248a58: am 55a76dd8: Merge "fix [2870926] Issue 9802: EGL wrapper has no...Mathias Agopian2010-07-291-98/+138
|\ \ \ | |/ /
| * | am 55a76dd8: Merge "fix [2870926] Issue 9802: EGL wrapper has not been implem...Mathias Agopian2010-07-291-98/+138
| |\ \ | | |/
| | * fix [2870926] Issue 9802: EGL wrapper has not been implemented correctly for ...Mathias Agopian2010-07-261-98/+138
* | | Update filltest.Jason Sams2010-07-213-602/+343
* | | Fix extraMath state variable.Jack Palevich2010-07-191-7/+11
* | | Try to handle end-of-application better.Jack Palevich2010-07-191-16/+25
* | | Write test timings to /sdcard/glperf.csvJack Palevich2010-07-192-3/+22
* | | Keep screen on for whole test.Jack Palevich2010-07-192-8/+15
* | | An application version of the GL test.Jack Palevich2010-07-197-0/+942
* | | am 43429036: am 91216a7e: Merge "Fix deadlock when switching between two GLSu...Jack Palevich2010-07-131-18/+74
|\ \ \ | |/ /
| * | am 91216a7e: Merge "Fix deadlock when switching between two GLSurfaceViews" i...Jack Palevich2010-07-131-18/+74
| |\ \ | | |/
| | * Fix deadlock when switching between two GLSurfaceViewsJack Palevich2010-07-131-18/+74
* | | gl perf test cleanup.Jason Sams2010-07-122-109/+5
* | | Fix build.Andy McFadden2010-07-121-0/+1
* | | Remove points from fixed function.Jason Sams2010-07-093-0/+644
* | | am 5219a82f: am 8ecfb60a: Merge "Fix a bug that prevented the creation of EGL...Mathias Agopian2010-07-021-0/+4
|\ \ \ | |/ /
| * | am 8ecfb60a: Merge "Fix a bug that prevented the creation of EGL shared conte...Mathias Agopian2010-07-021-0/+4
| |\ \ | | |/
| | * Merge "Fix a bug that prevented the creation of EGL shared contexts." into gi...Mathias Agopian2010-07-021-0/+4
| | |\
| | | * Fix a bug that prevented the creation of EGL shared contexts.Jamie Gennis2010-07-021-0/+4
* | | | resolved conflicts for merge of f601ce2c to masterJean-Baptiste Queru2010-07-021-1/+0
|\ \ \ \ | |/ / /
| * | | merge from open-source masterThe Android Open Source Project2010-07-021-1/+0
| |\ \ \
| | * | | Fix missing NLBruce Beare2010-06-251-1/+0
* | | | | am 177c405a: am c6e1d880: Merge "Introduce official public NativeWindow type....Dianne Hackborn2010-06-302-7/+8
|\ \ \ \ \ | |/ / / /
| * | | | am c6e1d880: Merge "Introduce official public NativeWindow type." into ginger...Dianne Hackborn2010-06-302-7/+8
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Introduce official public NativeWindow type.Dianne Hackborn2010-06-302-7/+8
| | | |/ | | |/|
* | | | resolved conflicts for merge of 2eb12a47 to masterDianne Hackborn2010-06-241-2/+2
|\ \ \ \ | |/ / /
| * | | am 01e4cfc4: Some ActivityThread/ActivityManager cleanup.Dianne Hackborn2010-06-241-2/+2
| |\ \ \ | | |/ /
| | * | Some ActivityThread/ActivityManager cleanup.Dianne Hackborn2010-06-241-2/+2
* | | | am 1e08cc1d: am 224107a4: Add OpenGL ES 2.0 VBO versions glDrawElements and g...Jack Palevich2010-06-234-2/+104
|\ \ \ \ | |/ / /
| * | | am 224107a4: Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttrib...Jack Palevich2010-06-224-2/+104
| |\ \ \ | | |/ /
| | * | Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer.Jack Palevich2010-06-224-2/+104
* | | | am cefb8858: am 28333315: Merge "Added support for the GL_TEXTURE_EXTERNAL ta...Mathias Agopian2010-06-232-0/+20
|\ \ \ \ | |/ / /
| * | | am 28333315: Merge "Added support for the GL_TEXTURE_EXTERNAL target" into gi...Mathias Agopian2010-06-212-0/+20
| |\ \ \ | | |/ /
| | * | Added support for the GL_TEXTURE_EXTERNAL targetMathias Agopian2010-06-152-0/+20
| * | | merge from froyo-plus-aospThe Android Open Source Project2010-06-211-2/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * merge from open-source masterThe Android Open Source Project2010-06-151-2/+2
| | |\
| | | * Use stride for source and target buffers when copybit is enabled.Mathias Palmqvist2010-06-021-2/+2
* | | | Recover a handful of commits that were reverted earlierJean-Baptiste Queru2010-06-211-2/+2
* | | | am e52d66fa: am 44bea8f8: Merge changes I00274431,I83be9404,I0359531a,Iceef1e...Mathias Agopian2010-06-0916-165/+1143
|\ \ \ \ | |/ / /
| * | | 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
* | | | am 36893612: am d6ddcb7f: fix [2677468] some 3rd party GL ES apps get a 32-bi...Mathias Agopian2010-05-241-1/+0
|\ \ \ \ | |/ / /