summaryrefslogtreecommitdiffstats
path: root/opengl/libs/GLES2_dbg/src
Commit message (Expand)AuthorAgeFilesLines
* remove unused codeMathias Agopian2012-01-2811-8533/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-035-24/+24
* fix EGL debuggerMathias Agopian2011-09-194-30/+23
* fix another bug that prevented the gl debugger to workMathias Agopian2011-09-011-1/+1
* refactor EGL source codeMathias Agopian2011-05-161-17/+17
* GLES2Dbg: send some GL implementation constants to clientDavid Li2011-04-194-16/+47
* GLES2Dbg: initial testsDavid Li2011-04-194-18/+45
* GLES2Dbg: added CaptureDraw and CaptureSwap optionsDavid Li2011-04-127-47/+194
* GLES2Dbg: use dump.gles2dbg file when fails to create socketDavid Li2011-04-125-26/+56
* GLES2Dbg: add EXTEND_AFTER_CALL_Debug_* macro and improve protocolDavid Li2011-04-1210-86/+202
* GLES2Dbg: change GLES2_dbg to shared libraryDavid Li2011-04-124-10/+24
* GLES2Dbg: use 256KB chunks for lzf compressionDavid Li2011-03-284-39/+43
* GLESv2Dbg: ability to create GL calls from clientDavid Li2011-03-225-9/+1107
* GLES2Dbg: added SETPROP expectResponseDavid Li2011-03-2210-606/+336
* GLES2Dbg: added reference frame for glReadPixelsDavid Li2011-03-228-44/+308
* GLES2Dbg: use libLZF for compressing imagesDavid Li2011-03-215-132/+53
* GLES2Debugger: Make command exchange async to improve performance.David Li2011-03-117-63/+93
* GLES2Debugger: Added DbgContext and vertex data capturing.David Li2011-03-109-1982/+455
* Added screenshot after glDraw* option to GLES2 DebuggerDavid Li2011-03-0410-5328/+5782
* Initial commit of GLESv2 debugger serverDavid Li2011-03-037-0/+8201