History log of /external/skia/debugger/QT/SkDrawCommandGeometryWidget.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cfdc0e3fee69694e0f6b083d8455665b2a810589 14-Jan-2015 kkinnunen <kkinnunen@nvidia.com> debugger: SW rasterize the picture only when it changes

Rasterize the picture only when it changes, not every time
raster widget paints itself.

Removes include SkForceLinking.h while organizing the SkDebuggerGUI.cpp
includes.

This is part of the work trying to remove bugs that come from
SkDebugCanvas stateful draw. Part of the state comes from some
optimization that this tries to reproduce in a different way.

Review URL: https://codereview.chromium.org/839743003
/external/skia/debugger/QT/SkDrawCommandGeometryWidget.cpp
0cfeaf3ac1e7edcf3b618c9f33f4b4bc30321324 07-Jan-2015 kkinnunen <kkinnunen@nvidia.com> debugger: Update inspector view data consistently while paused

Make all fields of inspector view (details tab, clipstack tab, geometry
view) update the correct info when user selects a draw command. Also
update the info regardless if the painting is paused or not.

Current clip and matrix will not update consistently even after this
patch, as they depend on stateful debug canvas draw (may be fixed
later).

Review URL: https://codereview.chromium.org/835903002
/external/skia/debugger/QT/SkDrawCommandGeometryWidget.cpp
63a470227beed0de553d769724e0108808391e42 31-Dec-2014 kkinnunen <kkinnunen@nvidia.com> debugger: Make draw command image widget resize

Make draw command image widget resize. The widget was not resizing,
effectively preventing the window from being resized smaller.

Make the rasterized draw command image be proportional to the widget
size. The draw rasterization canvas is still an equilateral rectangle
with dimensions of the smaller side of the widget.

Makes the widget re-rasterize the image only when the draw command
changes, not for each widget paint.

Renames the widget from "image widget" to "draw command geometry
widget".

Makes the background of the image black, similar to the raster widget
background.

Adds a tooltip saying "Command geometry" for the widget, so that user might
understand what the contents should be.

This commit is part of work that tries to make the debugger window to be
a bit more resizeable, so that it would fit 1900x1200 screen.

Review URL: https://codereview.chromium.org/787143004
/external/skia/debugger/QT/SkDrawCommandGeometryWidget.cpp