summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* am 524a6d8e: Merge "better fix for [3028370] GL get error should return a val...Mathias Agopian2010-09-233-9/+4
|\
| * better fix for [3028370] GL get error should return a valid error if no conte...Mathias Agopian2010-09-233-9/+4
* | am 5c6c5c7a: fix [3028370] GL get error should return a valid error if no con...Mathias Agopian2010-09-231-0/+9
|\ \ | |/
| * fix [3028370] GL get error should return a valid error if no context is bound.Mathias Agopian2010-09-231-0/+9
* | am 9d5fac51: Merge "fix small bug in EGL error management" into gingerbreadMathias Agopian2010-09-221-2/+4
|\ \ | |/
| * fix small bug in EGL error managementMathias Agopian2010-09-211-2/+4
* | am 181e5ea8: Merge "support loading EGL libraries from /vendor/lib/egl as wel...Brian Swetland2010-09-202-14/+16
|\ \ | |/
| * support loading EGL libraries from /vendor/lib/egl as well as /system/lib/eglBrian Swetland2010-09-202-14/+16
* | am 1bcb8b1a: Merge "surfaceflinger / GL extensions cleanup" into gingerbreadMathias Agopian2010-09-162-10/+16
|\ \ | |/
| * surfaceflinger / GL extensions cleanupMichael I. Gold2010-09-152-10/+16
* | am fec5d38b: Merge "option to enable multisampling" into gingerbreadMathias Agopian2010-09-091-61/+71
|\ \ | |/
| * option to enable multisamplingMathias Agopian2010-09-091-61/+71
* | am 6808e6a8: Merge "Fix a few typos in EGL wrapper" into gingerbreadMathias Agopian2010-09-091-2/+2
|\ \ | |/
| * Merge "Fix a few typos in EGL wrapper" into gingerbreadMathias Agopian2010-09-091-2/+2
| |\
| | * Fix a few typos in EGL wrapperMathias Agopian2010-09-091-2/+2
* | | am edbb8083: Merge "add a fps counter to sanangeles demo" into gingerbreadMathias Agopian2010-09-081-9/+18
|\ \ \ | |/ /
| * | add a fps counter to sanangeles demoMathias Agopian2010-09-081-9/+18
| |/
* | am ff3dcf27: Merge "cleanup EGL a bit. remove unused extension." into gingerb...Mathias Agopian2010-08-273-55/+0
|\ \ | |/
| * cleanup EGL a bit. remove unused extension.Mathias Agopian2010-08-273-55/+0
* | am 0c490839: Merge "reserve android.opengl.GLWallpaperService name for future...Romain Guy2010-08-251-0/+25
|\ \ | |/
| * reserve android.opengl.GLWallpaperService name for future useMathias Agopian2010-08-251-0/+25
* | am bccfcd95: Merge "fix [2931718] glDrawArrays skips a triangle when more tha...Mathias Agopian2010-08-191-2/+2
|\ \ | |/
| * fix [2931718] glDrawArrays skips a triangle when more than 70 vertices are used.Mathias Agopian2010-08-181-2/+2
* | am 17da0663: Merge "fix [2931161] crash in labyritnth when completing a level...Mathias Agopian2010-08-181-32/+35
|\ \ | |/
| * fix [2931161] crash in labyritnth when completing a levelMathias Agopian2010-08-181-32/+35
* | am 1e4aa48c: Merge "fix [2912927] Can\'t get NV_draw_path extension to work" ...Romain Guy2010-08-131-2/+3
|\ \ | |/
| * fix [2912927] Can't get NV_draw_path extension to workMathias Agopian2010-08-131-2/+3
* | am 603a34ee: Merge "improve a bit the implementation of eglGetProcAddress" in...Mathias Agopian2010-08-101-86/+32
|\ \ | |/
| * improve a bit the implementation of eglGetProcAddressMathias Agopian2010-08-091-86/+32
* | 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 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 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
* | 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
* | 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
* | | merge from open-source masterThe Android Open Source Project2010-07-021-1/+0
|\ \ \
| * | | Fix missing NLBruce Beare2010-06-251-1/+0
* | | | 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
| | |/ | |/|
* | | am 01e4cfc4: Some ActivityThread/ActivityManager cleanup.Dianne Hackborn2010-06-241-2/+2
|\ \ \ | |/ /
| * | Some ActivityThread/ActivityManager cleanup.Dianne Hackborn2010-06-241-2/+2
* | | 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 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