aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.gldebugger
Commit message (Expand)AuthorAgeFilesLines
...
* gltrace: always display eglSwapBuffer in duration mini map.Siva Velusamy2012-02-071-2/+16
* gltrace: Display Calls in a HierarchySiva Velusamy2012-02-075-81/+399
* gltrace: update to latest GLES headersSiva Velusamy2012-02-014-75/+350
* gltrace: add Shader and Program object stateSiva Velusamy2012-02-014-3/+167
* gltrace: Use UDS socket forwarding for gltrace transfers.Siva Velusamy2012-01-311-9/+31
* gltrace: color glDraw() functions differentlySiva Velusamy2012-01-272-20/+66
* Move the tools/ADT to r17Xavier Ducrohet2012-01-271-1/+1
* gltrace: add a texture view to display the texture imageSiva Velusamy2012-01-248-77/+283
* gltrace: separate out ImageCanvas from GLFrameBufferView.Siva Velusamy2012-01-242-181/+227
* gltrace: manage texture image state changesSiva Velusamy2012-01-2414-28/+461
* gltrace: fix memory leak when editor is closed.Siva Velusamy2012-01-191-0/+6
* gltrace: reset bound textures on glDeleteTexturesSiva Velusamy2012-01-197-3/+150
* gltrace: add texture state variablesSiva Velusamy2012-01-1718-27/+674
* gltrace: add new state variablesSiva Velusamy2012-01-177-12/+737
* gltrace: cleanup state transformationsSiva Velusamy2012-01-1710-103/+306
* gltrace: state view improvementsSiva Velusamy2012-01-1214-279/+362
* gltrace: associate state transformations with calls.Siva Velusamy2012-01-123-15/+19
* gltrace: do not keep the protobuf message in memorySiva Velusamy2012-01-105-72/+85
* gltrace: map calls to frame after sort by start time.Siva Velusamy2012-01-102-20/+32
* gltrace: create call duration mini mapSiva Velusamy2012-01-103-599/+554
* gltrace: add a graphical way to select framesSiva Velusamy2012-01-0931-50/+966
* gltrace: Enable trace options.Siva Velusamy2012-01-038-178/+445
* gltrace: cleanup methods to format GL CallsSiva Velusamy2011-12-199-336/+474
* gltrace: show context id corresponding to gl functionsSiva Velusamy2011-12-154-6/+43
* gltrace: Add current FB binding to GL stateSiva Velusamy2011-12-153-4/+32
* gltrace: add gltrace perspectiveSiva Velusamy2011-12-094-21/+75
* gltrace: remove old files not used anymoreSiva Velusamy2011-12-088-732/+0
* gltrace: FB view enhancementsSiva Velusamy2011-12-082-2/+195
* gltrace: do not store images in memorySiva Velusamy2011-12-0616-1927/+3231
* gltrace: infrastructure for modeling OpenGL StateSiva Velusamy2011-11-2318-3/+1389
* gltrace: add support for a text filter barSiva Velusamy2011-11-141-0/+76
* gltrace: Display framebuffer contents for certain GL callsSiva Velusamy2011-11-143-4/+166
* GLTrace initial implementationSiva Velusamy2011-11-1419-3/+3635
* Move tools and adt to 16Xavier Ducrohet2011-10-281-1/+1
* gl debugger: Rename SamplesView to GLFramesViewSiva Velusamy2011-10-1412-59/+57
* Use a scale widget to select a particular frame.Siva Velusamy2011-10-141-41/+83
* Fix some egregious formatting style differences.Siva Velusamy2011-10-138-298/+184
* Add logging in ddms.Xavier Ducrohet2011-10-061-5/+10
* Convert Tabs -> Spaces.Siva Velusamy2011-09-065-107/+107
* Move gldebugger tests to separate tests plugin.Siva Velusamy2011-09-065-314/+8
* Rename package to com.android.ide.eclipse.gldebugger.Siva Velusamy2011-09-0623-117/+120
* Remove @Override's.Siva Velusamy2011-09-067-195/+161
* Add create dependencies script for gldebugger.Siva Velusamy2011-09-064-11/+13
* GLES2Dbg: more tests and minor fixes/improvementsDavid Li2011-09-0610-71/+256
* GLES2Dbg: use GL implementation constants sent from serverDavid Li2011-09-066-37/+85
* GLES2Dbg: initial testsDavid Li2011-09-0611-272/+235
* GLES2Dbg: noop - camelCase function namesDavid Li2011-09-0617-811/+812
* GLES2Dbg: generate Android.mk and main functionDavid Li2011-09-061-5/+169
* GLES2Dbg: reconstruct vertex attributes to match indicesDavid Li2011-09-0611-305/+634
* GLES2Dbg: cache Messages to RandomAccessFileDavid Li2011-09-067-143/+303