aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.gldebugger
Commit message (Expand)AuthorAgeFilesLines
* gltrace: Launch activity using am start --opengl-traceSiva Velusamy2012-03-121-41/+34
* gltrace: Display state transformation errors in a console.Siva Velusamy2012-03-0617-35/+185
* gltrace: Add support for glVertexAttribPointerData() calls.Siva Velusamy2012-02-298-94/+213
* gltrace: Add support for VBO'sSiva Velusamy2012-02-279-2/+535
* gltrace: Add support for generic vertex attributes.Siva Velusamy2012-02-223-5/+181
* gltrace: Add a GLCall detail provider.Siva Velusamy2012-02-2112-29/+181
* gltrace: Show per frame summary statistics.Siva Velusamy2012-02-216-138/+419
* gltrace: Fix state update race condition.Siva Velusamy2012-02-211-30/+34
* gltrace: Show wall time and thread time.Siva Velusamy2012-02-176-15/+83
* gltrace: Provide details view for uniform variables.Siva Velusamy2012-02-152-0/+174
* gltrace: Add support for shader uniforms.Siva Velusamy2012-02-147-7/+357
* gltrace: Fix formatter issue with enum arguments.Siva Velusamy2012-02-131-2/+15
* gltrace: fix search for tree viewSiva Velusamy2012-02-131-2/+18
* gltrace: use DetailsView to display state details.Siva Velusamy2012-02-1013-245/+571
* gltrace: Add a low cost way to maintain per call properties.Siva Velusamy2012-02-073-0/+53
* gltrace: Make fb view into a pagebookviewSiva Velusamy2012-02-078-202/+301
* gltrace: Use half-open ranges when defining frames.Siva Velusamy2012-02-074-11/+11
* 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