skia2/tools/debugger
Robert Phillips 2c21a11923 Remove uses of SkCanvas::flush
afaict the perf surprises associated with:

https://skia-review.googlesource.com/c/skia/+/334417 (Remove SkBaseDevice::flush)

were bc Ganesh resolves MSAA buffers for SkCanvas::flush but doesn't do so for GrDirectContext::flush.

Where possible this CL switches SkCanvas::flush to SkSurface::flush (which will also resolve MSAA buffers) so that when https://skia-review.googlesource.com/c/skia/+/334417 relands there should not be any performance surprises.

Change-Id: I705ad6219f0f625a88cf3f9e8b2418a3182d298c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/335866
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Adlai Holler <adlai@google.com>
2020-11-20 21:42:38 +00:00
..
DebugCanvas.cpp Remove uses of SkCanvas::flush 2020-11-20 21:42:38 +00:00
DebugCanvas.h Add a method of returning the list of commands that use an image 2020-09-16 15:57:40 +00:00
DebugLayerManager.cpp Remove uses of SkCanvas::flush 2020-11-20 21:42:38 +00:00
DebugLayerManager.h Remove uses of SkCanvas::flush 2020-11-20 21:42:38 +00:00
DrawCommand.cpp Deprecate some debugger bindings in favor of ones that better serve the lit html debugger 2020-11-12 23:01:56 +00:00
DrawCommand.h Add a method of returning the list of commands that use an image 2020-09-16 15:57:40 +00:00
JsonWriteBuffer.cpp read/write m44 2020-07-20 20:45:04 +00:00
JsonWriteBuffer.h read/write m44 2020-07-20 20:45:04 +00:00