summaryrefslogtreecommitdiffstats
path: root/cc/resources/picture_pile_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-06-301-4/+1
* CC: Test for completely filled contents.epenner@chromium.org2014-04-051-2/+13
* SkColorType instead of (deprecated) SkBitmap::Configreed@google.com2014-03-251-8/+2
* cc: Don't consider borders when iterating pixel refsenne@chromium.org2014-03-211-0/+78
* cc: Prevent overlapping picture playbackenne@chromium.org2014-03-191-0/+65
* cc: Gather and lock/unlock SkDiscardablePixelRefs instead of skia::LazyPixelR...reveman@chromium.org2014-01-081-91/+90
* cc: Allow PicturePile tests to unset debug canvas clearingenne@chromium.org2013-11-011-2/+2
* cc: Fix PicturePile clearing for non-origin canvasesenne@chromium.org2013-11-011-26/+53
* cc: Changing picture pile in favour of a grid of pictures.vmpstr@chromium.org2013-10-291-79/+0
* cc: Removed unused metrics from RenderingStats.ernstm@chromium.org2013-10-091-6/+6
* Make Android WebView filtering depend on scrolling status.aelias@chromium.org2013-10-091-1/+2
* cc: Add best_record_time to rendering stats.ernstm@chromium.org2013-10-011-2/+1
* cc: Switch Picture to use RenderingStatsInstrumentationegraether@chromium.org2013-06-271-2/+4
* cc: Clear impl-side painting canvases more efficientlyenne@chromium.org2013-06-071-0/+82
* Update cc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-159/+53
* Add flag for drawing layers to screen with Ganeshenne@chromium.org2013-05-211-0/+15
* Only use skia::RefPtr for refcountingenne@chromium.org2013-05-181-55/+2
* cc: Remove TileManager::GatherPixelRefsForTile.reveman@chromium.org2013-05-031-2/+3
* cc: Add pixel tests for PictureDrawQuadenne@chromium.org2013-04-301-18/+9
* cc: Do GatherPixelRefs from skia at record timevmpstr@chromium.org2013-04-251-0/+729
* cc: Only consider layer clipped content rect for analysisvmpstr@chromium.org2013-04-191-0/+139