summaryrefslogtreecommitdiffstats
path: root/cc/resources/picture_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Use SkRecord recording back-end in bleeding edge rendering modeskyostil@chromium.org2014-05-061-54/+61
* Enable disabling WebCore::GraphicsContext in telemetry.schenney@chromium.org2014-05-021-1/+7
* Hack SkRecord in as an alternate recording mode in cc/resources/picture.mtklein@chromium.org2014-04-301-1/+10
* Update Chromium to new Skia headers & beginRecording signaturerobertphillips@google.com2014-04-241-7/+7
* Revert 261914 "Revert 261906 "cc: Add picture recording modes fo..."scottmg@chromium.org2014-04-041-12/+83
* Revert 261906 "cc: Add picture recording modes for benchmarking"scottmg@chromium.org2014-04-041-83/+12
* cc: Add picture recording modes for benchmarkingskyostil@chromium.org2014-04-041-12/+83
* Revert 261543 "cc: Add picture recording modes for benchmarking"nick@chromium.org2014-04-031-83/+12
* cc: Add picture recording modes for benchmarkingskyostil@chromium.org2014-04-031-12/+83
* don't explicitly create SkDevice, as it is intended to be private. Skia now h...reed@google.com2014-02-271-1/+0
* Make cc::Picture immutable except for Raster and Replay.dominikg@chromium.org2014-02-071-21/+12
* cc: Gather and lock/unlock SkDiscardablePixelRefs instead of skia::LazyPixelR...reveman@chromium.org2014-01-081-37/+41
* cc: Removed unused metrics from RenderingStats.ernstm@chromium.org2013-10-091-7/+3
* Make Android WebView filtering depend on scrolling status.aelias@chromium.org2013-10-091-3/+6
* cc: Add best_record_time to rendering stats.ernstm@chromium.org2013-10-011-14/+6
* Add ability to retrieve the width and height from a SKP file.dsinclair@chromium.org2013-09-011-0/+53
* cc: Switch Picture to use RenderingStatsInstrumentationegraether@chromium.org2013-06-271-8/+23
* Update cc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-34/+23
* Store picture parameters outside the b64-encoded datanduca@chromium.org2013-05-241-24/+13
* Only use skia::RefPtr for refcountingenne@chromium.org2013-05-181-49/+1
* cc: Remove TileManager::GatherPixelRefsForTile.reveman@chromium.org2013-05-031-5/+8
* cc: Do GatherPixelRefs from skia at record timevmpstr@chromium.org2013-04-251-0/+309
* cc: Add base64 encoding to picturevmpstr@chromium.org2013-04-201-0/+124