aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/glesv2debugger/BreakpointOption.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename package to com.android.ide.eclipse.gldebugger.Siva Velusamy2011-09-061-188/+0
| | | | Change-Id: Id9030afeb13eac4fd725c27f19593cd9218fb369
* Remove @Override's.Siva Velusamy2011-09-061-3/+0
| | | | | | | Update sources to compile with Java 1.5. The plugin should build now, except for the tests folder. Change-Id: I07cafdd40056705e9d24f444c054fe85f9e5e152
* GLES2Dbg: initial testsDavid Li2011-09-061-9/+18
| | | | | | | Also remove GLFunction enum, since the enums already exist in DebuggerMessage.Function Signed-off-by: David Li <davidxli@google.com>
* GLES2Dbg: noop - camelCase function namesDavid Li2011-09-061-13/+13
| | | | Signed-off-by: David Li <davidxli@google.com>
* GLES2Dbg: reconstruct vertex attributes to match indicesDavid Li2011-09-061-5/+8
| | | | | | | | Rather than converting glDrawElements into glDrawArrays and uploading all attributes each draw call. Also added CaptureDraw and CaptureSwap options. Signed-off-by: David Li <davidxli@google.com>
* GLES2Dbg: code gen for frameDavid Li2011-09-061-4/+8
| | | | | | Also loading *.gles2dbg dump files. Signed-off-by: David Li <davidxli@google.com>
* GLES2Dbg: use mesa glsl_compiler for syntax checkingDavid Li2011-09-061-5/+15
| | | | | | Also switch to TabFolder for GUI Signed-off-by: David Li <davidxli@google.com>
* GLES2Dbg: improve protocol and error check after shader uploadDavid Li2011-09-021-3/+22
| | | | Signed-off-by: David Li <davidxli@google.com>
* GLES2Dbg: implemented shader tracking and editingDavid Li2011-09-021-4/+2
| | | | | | | Next commit is improving the protocol and checking errors after shader upload Signed-off-by: David Li <davidxli@google.com>
* GLES2Dbg: implemented MessageParserDavid Li2011-09-021-26/+40
| | | | | | To allow user to input GL function call Signed-off-by: David Li <davidxli@google.com>
* GLES2Dbg: added SETPROP expectResponseDavid Li2011-09-021-0/+134
To allow "stepping" in functions. Also fix bug in reference frame. Use reference frame for CopyTex(Sub)Image2D. Change-Id: If5ef32ba97a6cf5bc43162dc41cf62c6494d2093 Signed-off-by: David Li <davidxli@google.com>