summaryrefslogtreecommitdiffstats
path: root/opengl/libs/GLES2_dbg/src/vertex.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove unused codeMathias Agopian2012-01-281-214/+0
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* fix EGL debuggerMathias Agopian2011-09-191-8/+11
* GLES2Dbg: initial testsDavid Li2011-04-191-12/+4
* GLES2Dbg: added CaptureDraw and CaptureSwap optionsDavid Li2011-04-121-14/+8
* GLES2Dbg: add EXTEND_AFTER_CALL_Debug_* macro and improve protocolDavid Li2011-04-121-69/+50
* GLES2Dbg: use 256KB chunks for lzf compressionDavid Li2011-03-281-4/+2
* GLESv2Dbg: ability to create GL calls from clientDavid Li2011-03-221-6/+18
* GLES2Dbg: added SETPROP expectResponseDavid Li2011-03-221-3/+3
* GLES2Dbg: added reference frame for glReadPixelsDavid Li2011-03-221-8/+16
* GLES2Dbg: use libLZF for compressing imagesDavid Li2011-03-211-21/+10
* GLES2Debugger: Make command exchange async to improve performance.David Li2011-03-111-36/+42
* GLES2Debugger: Added DbgContext and vertex data capturing.David Li2011-03-101-30/+72
* Added screenshot after glDraw* option to GLES2 DebuggerDavid Li2011-03-041-0/+189