summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Add more verbose output when Scheduler unit tests fail.danakj@chromium.org2013-05-221-33/+35
* Remove cc/ dependency on WebKit::WebScrollbar*jamesr@chromium.org2013-05-2234-1373/+581
* Remove unneeded virtuals, comment left over from ScrollbarLayerImplBase removal.wjmaclean@chromium.org2013-05-221-5/+4
* Revert 201510 "Revert 201498 "Add devtools instrumentation for c..."johnme@chromium.org2013-05-2217-70/+96
* cc: Add debugging information to failures of LayerTreeHostTestAtomicCommitWit...danakj@chromium.org2013-05-221-3/+5
* Revert 201498 "Add devtools instrumentation for canvas creation ..."johnme@chromium.org2013-05-2217-96/+70
* Add devtools instrumentation for canvas creation in BitmapContentLayerUpdatercaseq@google.com2013-05-2217-70/+96
* cc: Move activation check into TileManagerenne@chromium.org2013-05-2217-87/+192
* Limit size of scaled layer rects in ScrollbarLayer to content_bounds().wjmaclean@chromium.org2013-05-224-5/+111
* Add flag for drawing layers to screen with Ganeshenne@chromium.org2013-05-2127-118/+423
* Hide location bar on Javascript-initiated scroll.mvanouwerkerk@chromium.org2013-05-215-41/+71
* Remove cc counters that aren't getting a lot of usenduca@chromium.org2013-05-212-5/+0
* cc: Renamed drawing_info to tile_versionvmpstr@chromium.org2013-05-218-88/+88
* Makes the resource provider and tile manager optional in LayerTreeHostImpl.joth@chromium.org2013-05-218-55/+152
* Do not use antialiasing code path for surfaces if there is a perspective w<0 ...shawnsingh@chromium.org2013-05-202-10/+63
* Route compositor overscroll events to the input handler.jdduke@chromium.org2013-05-205-7/+193
* cc: Decouple tile manager from raster worker poolvmpstr@chromium.org2013-05-2011-40/+73
* Add image decode task instrumentation for devtoolscaseq@google.com2013-05-203-0/+17
* Make cc_perftests depend on allocator.gyp:allocator when necessaryakalin@chromium.org2013-05-201-0/+6
* cc: Encode bitmaps when serializing SkPicturevmpstr@chromium.org2013-05-201-2/+49
* Add layer tree settings flag for pinch virtual viewport.wjmaclean@chromium.org2013-05-202-0/+2
* The moves the compositor thread's input event cracking logic in to content/ f...jamesr@chromium.org2013-05-2012-205/+153
* cc: Move the twin tiling lookup out of the per-tile loops.danakj@chromium.org2013-05-202-9/+13
* Add shortcut path for scaling integer rects.danakj@chromium.org2013-05-2014-55/+52
* Only use skia::RefPtr for refcountingenne@chromium.org2013-05-185-104/+149
* cc: Add tile and tile management section to ownersvmpstr@chromium.org2013-05-181-0/+4
* cc: Trace based rasterize and record benchmark.ernstm@chromium.org2013-05-184-5/+13
* Make BitmapContentLayerUpdater free its SkCanvasccameron@chromium.org2013-05-1810-10/+70
* cc: Add WorkerPoolTest.reveman@chromium.org2013-05-173-1/+111
* Remove enable-pinch-zoom-scrollbars flag.wjmaclean@chromium.org2013-05-172-6/+0
* Ensure LayerTreeHostImpl's current frame time is updated every frameajuma@chromium.org2013-05-178-10/+110
* cc: Cache the twin tree's layer in PictureLayerImpl.danakj@chromium.org2013-05-1710-183/+417
* cc: Added features for more accurate raster benchmarkernstm@chromium.org2013-05-1711-8/+40
* Remove ScrollbarLayerImplBase.wjmaclean@chromium.org2013-05-174-38/+8
* Remove current pinch-zoom scrollbar implementation.wjmaclean@chromium.org2013-05-1719-1035/+1
* Fix bad assumption in gl_renderer shader unit tests, and disable one test.shawnsingh@chromium.org2013-05-161-2/+68
* cc: Remove predictor benchmarkvmpstr@chromium.org2013-05-169-74/+1
* cc: Fix a flaky LayerTreeHostTestContinuousInvalidate test.danakj@chromium.org2013-05-161-1/+1
* Fix DCHECKs when context is lost during software decode video.danakj@chromium.org2013-05-161-0/+11
* cc: Add dummy varying/uniform to fix solid color quads.epenner@chromium.org2013-05-161-0/+20
* Build fix for cc_unittests.dongseong.hwang@intel.com2013-05-161-2/+2
* cc: Try eliminate flake on a cc unittest.danakj@chromium.org2013-05-151-4/+23
* Remove --trace-all-rendered-frames in favour of disabled-by-default.dsinclair@chromium.org2013-05-1512-41/+16
* cc: Add per-layer memory usage to tracing snapshotsenne@chromium.org2013-05-1513-5/+99
* cc: Don't add tilings to layers without recordings.danakj@chromium.org2013-05-153-7/+29
* Trace picture piles on layersnduca@chromium.org2013-05-156-2/+50
* cc: Make LayerImpl::LayerTypeAsString return the full typeenne@chromium.org2013-05-1512-12/+12
* Issue trace event when tiles are deletednduca@chromium.org2013-05-151-0/+1
* This patch adds picture tracing to cc/picture.cc. The important bits of this ...pdr@chromium.org2013-05-145-3/+106
* cc: Don't consider padding for analysis.vmpstr@chromium.org2013-05-142-7/+14