History log of /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/FitToCanvasAction.java
Revision Date Author Comments
f2d60eb32e2d2514a0a0a91c7bf2ac13ec74c5b4 14-Aug-2012 Siva Velusamy <vsiva@google.com> Remove older gldebugger implementation.

Change-Id: I3eff6c3710a7bb642619876a8f3f728e08fead6f
0ff2ba13c64c5234e012326130dc5f08332951d4 06-Mar-2012 Siva Velusamy <vsiva@google.com> gltrace: Display state transformation errors in a console.

This patch adds a Eclipse Message Console for GLTrace View.
Errors that occur during creation of state transformations,
and during application of these transformations are displayed
in this console.

Change-Id: If8686217f7809efeea39d088d70ab665af674930
9fba23219876eca6b817829618537a9956be4a42 08-Feb-2012 Siva Velusamy <vsiva@google.com> gltrace: use DetailsView to display state details.

This CL replaces the texture view with a generic details view
that can be used to show the details for any state property.

The details view is structured as a page book view that has
a stack layout capable of showing different controls. It has
a list of IStateDetailsProviders to which it delegates the
task of providing details for a given GL property.

Currently, there are 2 such details providers - one for
texture images and one for shader source.

Change-Id: I1ead8848116b0a5889d272f69b49610590937a8f