aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com
Commit message (Expand)AuthorAgeFilesLines
* gltrace: Increase launch timeoutSiva Velusamy2014-08-181-1/+1
* gltrace: Increase TEXTURE_UNIT_COUNT and MAX_VERTEX_ATTRIBSSiva Velusamy2014-08-141-2/+2
* gltrace: Read pointer arguments in a 64 bit safe waySiva Velusamy2014-01-317-10/+109
* Merge "Change import path to sparse array"Siva Velusamy2013-07-292-3/+3
|\
| * Change import path to sparse arraySiva Velusamy2013-07-252-3/+3
* | Add clarifying comment.Siva Velusamy2013-07-251-0/+9
* | Add support for additional ES3 state, primarily for texturesSiva Velusamy2013-07-255-16/+371
|/
* gltrace: Update protobuf for OpenGL ES3Siva Velusamy2013-06-101-244/+535
* ddmlib: Add controls for OpenGL tracing via jdwpSiva Velusamy2012-12-203-6/+153
* gltrace: Refresh tree view in a separate task.Siva Velusamy2012-12-072-32/+106
* Support non RGBA texturesSiva Velusamy2012-10-124-8/+70
* gltrace: ES1 also supports array buffersSiva Velusamy2012-10-111-0/+1
* gltrace: Show scroll bars.Siva Velusamy2012-10-011-1/+2
* gltrace: Preserve alpha informationSiva Velusamy2012-09-212-36/+41
* Allow users to save current GL state to a text file.Siva Velusamy2012-09-218-0/+174
* gltrace: Do not save thumbnail images in memorySiva Velusamy2012-09-215-67/+5
* gltrace: Allow exporting current frame to a text file.Siva Velusamy2012-09-191-9/+126
* gltrace: Allow ability to save imagesSiva Velusamy2012-09-195-7/+110
* gltrace: Better progress indicatorSiva Velusamy2012-09-181-1/+16
* Fix build: InstanceScope.INSTANCE is not available in 3.6Siva Velusamy2012-09-171-2/+2
* gltrace: Allow fully qualified activity namesSiva Velusamy2012-09-174-10/+43
* Merge "gltrace: Support OES_EGL_image_external GL extension"Siva Velusamy2012-08-174-4/+10
|\
| * gltrace: Support OES_EGL_image_external GL extensionSiva Velusamy2012-08-164-4/+10
* | Merge "gltrace: Improve font width detection."Siva Velusamy2012-08-172-3/+7
|\ \
| * | gltrace: Improve font width detection.Siva Velusamy2012-08-162-3/+7
* | | Merge "gltrace: Draw a border around image displayed in canvas."Siva Velusamy2012-08-171-1/+13
|\ \ \ | |/ /
| * | gltrace: Draw a border around image displayed in canvas.Siva Velusamy2012-08-151-1/+13
* | | Merge "gltrace: Default to displaying texture mipmap level 0."Siva Velusamy2012-08-171-10/+48
|\ \ \ | |/ /
| * | gltrace: Default to displaying texture mipmap level 0.Siva Velusamy2012-08-151-10/+48
| |/
* | gltrace: open trace file immediately after captureSiva Velusamy2012-08-157-46/+197
|/
* Remove older gldebugger implementation.Siva Velusamy2012-08-1433-9350/+13
* gltrace: restore checkbox settings between invocationsSiva Velusamy2012-08-141-10/+10
* gltrace: Skip framebuffers that cannot be retrieved.Siva Velusamy2012-08-141-2/+19
* Cleanup dos2unix in plugins *.java (ADT, GLd, NDK)Raphael Moll2012-08-071-130/+130
* gltrace: cleanup collect trace flowSiva Velusamy2012-06-143-27/+132
* Provide readable device name rather than just serial numberSiva Velusamy2012-06-132-12/+3
* Merge "Minor UI cleanup to trace options dialog"Siva Velusamy2012-06-121-9/+39
|\
| * Minor UI cleanup to trace options dialogSiva Velusamy2012-06-121-9/+39
* | Find Dialog: allow control over the default action.Siva Velusamy2012-06-081-1/+3
|/
* gltrace: Add support for mipmap texturesSiva Velusamy2012-06-066-20/+80
* gltrace: Add support for Copy, Select All and Find actions.Siva Velusamy2012-06-051-1/+110
* gltrace: Add a special keyword to not launch any activities.Siva Velusamy2012-06-011-2/+7
* gltrace: Update trace control protocol.Siva Velusamy2012-05-161-0/+3
* gltrace: Kill app manually instead of using am start -SSiva Velusamy2012-05-141-1/+11
* Fix incorrect transformations for glBufferSubDataSiva Velusamy2012-05-142-4/+9
* gldebugger: Check for zero sized framebufferSiva Velusamy2012-05-101-1/+14
* gltrace: Launch activity using am start --opengl-traceSiva Velusamy2012-03-121-41/+34
* gltrace: Display state transformation errors in a console.Siva Velusamy2012-03-0616-33/+182
* gltrace: Add support for glVertexAttribPointerData() calls.Siva Velusamy2012-02-297-94/+212
* gltrace: Add support for VBO'sSiva Velusamy2012-02-278-1/+534