summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* GLES2Dbg: added CaptureDraw and CaptureSwap optionsDavid Li2011-04-128-51/+203
* GLES2Dbg: use dump.gles2dbg file when fails to create socketDavid Li2011-04-128-31/+71
* GLES2Dbg: add EXTEND_AFTER_CALL_Debug_* macro and improve protocolDavid Li2011-04-1212-120/+245
* GLES2Dbg: change GLES2_dbg to shared libraryDavid Li2011-04-1211-53/+101
* Kill the global references in the OpenGL wrappers.Elliott Hughes2011-04-1126-578/+401
* Initialize reference counter for egl_display_tEric Hassold2011-03-311-1/+1
* Merge "Add a simple OpenGL ES 2.0 test program that displays a camera preview...Eino-Ville Talvala2011-03-294-0/+581
|\
| * Add a simple OpenGL ES 2.0 test program that displays a camera preview stream.Eino-Ville Talvala2011-03-284-0/+581
* | Merge "GLES2Dbg: use 256KB chunks for lzf compression"David Li2011-03-294-39/+43
|\ \
| * | GLES2Dbg: use 256KB chunks for lzf compressionDavid Li2011-03-284-39/+43
| |/
* | Add Java support for a few accidentally omitted OpenGL ES APIs.Jack Palevich2011-03-281-25/+9
|/
* Make objects collection a member of egl_display objectEric Hassold2011-03-251-68/+68
* Merge "GLESv2Dbg: ability to create GL calls from client"David Li2011-03-247-9/+1308
|\
| * GLESv2Dbg: ability to create GL calls from clientDavid Li2011-03-227-9/+1308
* | Merge "GLES2Dbg: added SETPROP expectResponse"David Li2011-03-2413-614/+343
|\ \ | |/
| * GLES2Dbg: added SETPROP expectResponseDavid Li2011-03-2213-614/+343
* | Merge "GLES2Dbg: added reference frame for glReadPixels"David Li2011-03-249-44/+318
|\ \ | |/
| * GLES2Dbg: added reference frame for glReadPixelsDavid Li2011-03-229-44/+318
* | Merge "GLES2Dbg: use libLZF for compressing images"David Li2011-03-247-133/+55
|\ \ | |/
| * GLES2Dbg: use libLZF for compressing imagesDavid Li2011-03-217-133/+55
* | Check for initialized EGLDisplay when required by specificationEric Hassold2011-03-231-77/+115
|/
* Merge "GLES2Debugger: Make command exchange async to improve performance."David Li2011-03-1710-69/+98
|\
| * GLES2Debugger: Make command exchange async to improve performance.David Li2011-03-1110-69/+98
* | am 9405d987: am a05a8ac5: am af831a7b: Merge "fix [4107131] nvidia driver cal...Mathias Agopian2011-03-161-4/+5
|\ \
| * | fix [4107131] nvidia driver call takes a very long timeMathias Agopian2011-03-161-4/+5
* | | am 0ea44ac0: am 00f47af8: Merge "SurfaceTexture: disallow unsupported uses." ...Jamie Gennis2011-03-151-0/+10
|\ \ \ | |/ /
| * | SurfaceTexture: disallow unsupported uses.Jamie Gennis2011-03-151-0/+10
* | | Merge "frameworks/base: remove LOCAL_PRELINK_MODULE"Iliyan Malchev2011-03-146-6/+6
|\ \ \
| * | | frameworks/base: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-146-6/+6
| | |/ | |/|
* | | am dcbc2557: am c313b59b: am 071929b2: Merge "gl2_yuvtex: use the gralloc-pro...Jamie Gennis2011-03-141-5/+5
|\ \ \ | |/ / |/| / | |/
| * gl2_yuvtex: use the gralloc-provided stride.Jamie Gennis2011-03-141-5/+5
* | GLES2Debugger: Added DbgContext and vertex data capturing.David Li2011-03-1017-1999/+532
* | Merge "Added screenshot after glDraw* option to GLES2 Debugger"David Li2011-03-0921-5890/+6131
|\ \
| * | Added screenshot after glDraw* option to GLES2 DebuggerDavid Li2011-03-0421-5890/+6131
* | | Merge "Initial commit of GLESv2 debugger server"David Li2011-03-0921-7/+9995
|\ \ \ | |/ /
| * | Initial commit of GLESv2 debugger serverDavid Li2011-03-0321-7/+9995
* | | Initial commit of libAgl2 using Pixelflinger2 in external/mesa3dDavid Li2011-03-0811-0/+4162
| |/ |/|
* | Fix EGL JNI bugsRomain Guy2011-03-073-0/+47
|/
* Clean up use of HAVE_ANDROID_OSKenny Root2011-02-161-1/+1
* Extend recycled bitmap check to all GLUtils APIs.Jack Palevich2011-02-071-0/+18
* Throw an exception when trying to upload a recycled bitmap.Jack Palevich2011-02-021-0/+3
* Merge "Clear all EGL errors when entering EGL funcs."Jamie Gennis2011-01-311-4/+3
|\
| * Clear all EGL errors when entering EGL funcs.Jamie Gennis2011-01-311-4/+3
* | am cf675303: am 8df2c424: Merge "Fix a multithreading bug in libagl\'s EGL." ...Jamie Gennis2011-01-311-0/+5
|\ \ | |/ |/|
| * Fix a multithreading bug in libagl's EGL.Jamie Gennis2011-01-301-0/+5
* | Add GL11ExtensionPack support to GLDebugWrapperJack Palevich2011-01-273-1/+721
|/
* egl: clear error on function entryMichael I. Gold2011-01-251-1/+92
* Unhide GLSurfaceView.get/setPreserveEGLContextOnPauseJack Palevich2011-01-181-2/+0
* Merge "Add support for preserving EGL contexts when pausing / resuming." into...Jack Palevich2011-01-181-7/+43
|\
| * Add support for preserving EGL contexts when pausing / resuming.Jack Palevich2011-01-141-7/+43