summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Add TiledLayerImpl::AsValueenne@chromium.org2013-05-144-2/+18
* cc: Use the correct layer type in LayerImpl::AsValueenne@chromium.org2013-05-142-3/+1
* cc: Add to invalidation to PictureLayerImpl::AsValueenne@chromium.org2013-05-144-0/+31
* Don't copy tile contents on an "upload" from its pixel buffer for software re...skaslev@chromium.org2013-05-131-9/+9
* Run all LayerTreeHost tests with impl-side painting.danakj@chromium.org2013-05-1328-146/+437
* cc: Fix ubercomp crashes.danakj@chromium.org2013-05-113-23/+15
* Fix LTHI shutdown crash when disabling vsync immediatelyboliu@chromium.org2013-05-102-1/+23
* cc: Run all LayerTreeHost tests with a delegating renderer.danakj@chromium.org2013-05-1016-192/+418
* Revert 199375 "re-land cc: Switched ContentLayerUpdaters to use ..."danakj@chromium.org2013-05-103-23/+26
* cc: Don't do CompositeAndReadback when using DelegatingRenderer.danakj@chromium.org2013-05-108-20/+43
* re-land cc: Switched ContentLayerUpdaters to use RenderingStatsInstrumentation.ernstm@chromium.org2013-05-103-26/+23
* Improved tile binning.ernstm@chromium.org2013-05-101-3/+3
* cc: Inflate invalidation in each picture listdanakj@chromium.org2013-05-106-15/+227