History log of /external/skia/debugger/QT/SkDrawCommandGeometryWidget.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d98120e44703814c29fc76c732a2db8faae9774b 24-Mar-2016 robertphillips <robertphillips@google.com> Fix debugger w.r.t. sk_sp changes

GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1828273002

Review URL: https://codereview.chromium.org/1828273002
/external/skia/debugger/QT/SkDrawCommandGeometryWidget.cpp
f1d746c188ede847968efafde89c8a5501d45c7d 10-Mar-2016 robertphillips <robertphillips@google.com> Update debugger to use SkPixmap

GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1782673003

Review URL: https://codereview.chromium.org/1782673003
/external/skia/debugger/QT/SkDrawCommandGeometryWidget.cpp
96fcdcc219d2a0d3579719b84b28bede76efba64 27-Aug-2015 halcanary <halcanary@google.com> Style Change: NULL->nullptr
DOCS_PREVIEW= https://skia.org/?cl=1316233002

Review URL: https://codereview.chromium.org/1316233002
/external/skia/debugger/QT/SkDrawCommandGeometryWidget.cpp
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