aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/glesv2debugger/Context.java
Commit message (Expand)AuthorAgeFilesLines
* Rename package to com.android.ide.eclipse.gldebugger.Siva Velusamy2011-09-061-526/+0
* Remove @Override's.Siva Velusamy2011-09-061-6/+0
* GLES2Dbg: more tests and minor fixes/improvementsDavid Li2011-09-061-3/+6
* GLES2Dbg: use GL implementation constants sent from serverDavid Li2011-09-061-28/+69
* GLES2Dbg: noop - camelCase function namesDavid Li2011-09-061-33/+33
* GLES2Dbg: reconstruct vertex attributes to match indicesDavid Li2011-09-061-31/+38
* GLES2Dbg: cache Messages to RandomAccessFileDavid Li2011-09-061-42/+175
* GLES2Dbg: code gen for frameDavid Li2011-09-061-3/+7
* GLES2Dbg: organize calls into frames and contextsDavid Li2011-09-061-58/+181
* GLES2Dbg: add more state tracking and snapshot of state per GL callDavid Li2011-09-061-63/+187
* GLES2Dbg: implemented shader tracking and editingDavid Li2011-09-021-4/+13
* GLES2Dbg: added reference frame for glReadPixelsDavid Li2011-09-021-0/+88