aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/glesv2debugger
Commit message (Expand)AuthorAgeFilesLines
* Rename package to com.android.ide.eclipse.gldebugger.Siva Velusamy2011-09-0618-10066/+0
* Remove @Override's.Siva Velusamy2011-09-066-194/+160
* GLES2Dbg: more tests and minor fixes/improvementsDavid Li2011-09-066-59/+68
* GLES2Dbg: use GL implementation constants sent from serverDavid Li2011-09-066-37/+85
* GLES2Dbg: initial testsDavid Li2011-09-066-203/+47
* GLES2Dbg: noop - camelCase function namesDavid Li2011-09-0615-774/+775
* GLES2Dbg: generate Android.mk and main functionDavid Li2011-09-061-5/+169
* GLES2Dbg: reconstruct vertex attributes to match indicesDavid Li2011-09-0610-305/+628
* GLES2Dbg: cache Messages to RandomAccessFileDavid Li2011-09-067-143/+303
* GLES2Dbg: code gen for frameDavid Li2011-09-0614-380/+2475
* GLES2Dbg: organize calls into frames and contextsDavid Li2011-09-068-323/+886
* GLES2Dbg: add more state tracking and snapshot of state per GL callDavid Li2011-09-067-180/+674
* GLES2Dbg: use mesa glsl_compiler for syntax checkingDavid Li2011-09-064-75/+130
* GLES2Dbg: improve protocol and error check after shader uploadDavid Li2011-09-024-145/+241
* GLES2Dbg: implemented shader tracking and editingDavid Li2011-09-029-32/+528
* GLES2Dbg: use 256KB chunks for lzf compressionDavid Li2011-09-023-17/+44
* GLES2Dbg: implemented MessageParserDavid Li2011-09-024-45/+1104
* GLES2Dbg: added SETPROP expectResponseDavid Li2011-09-027-10/+186
* GLES2Dbg: change TableViewer to ListViewerDavid Li2011-09-022-133/+45
* GLES2Dbg: added reference frame for glReadPixelsDavid Li2011-09-026-85/+295
* GLES2Dbg: use liblzf for compressing imagesDavid Li2011-09-024-35/+29
* GLES2Dbg: Remove spurious execute file permissions.Jamie Gennis2011-09-022-0/+0
* GLES2Dbg: Make command exchange async to improve performance.David Li2011-09-024-76/+88
* GLES2Dbg: Added state tracking and vertex data capturing.David Li2011-09-026-78/+608
* GLES2Dbg: Initial commit of OpenGL ES 2.0 Debugger ClientDavid Li2011-09-029-0/+3832