summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Convert LayerTreeHostDamage tests to using PictureLayer.danakj2015-06-061-35/+32
* Revert of cc: Fix size_t to int truncations in layers/ output/ playback/ quad...vmpstr2015-06-0517-87/+84
* cc: Use CheckedNumeric for resource size calculations.vmpstr2015-06-0516-59/+100
* cc: Fix size_t to int truncations in layers/ output/ playback/ quads/vmpstr2015-06-0517-84/+87
* cc: Add debug info for unexpected SwapBuffersCompletebrianderson2015-06-053-5/+16
* Pass collected frame timing events to Blinkmpb2015-06-0517-17/+187
* cc: Make unittests use FakePictureLayer instead of FakeContentLayer.danakj2015-06-053-113/+111
* Record root layer's position in its TransformNodemiletus2015-06-052-0/+26
* Don't make unnecessary copy of ChildToParentMapjbauman2015-06-051-2/+4
* cc: Move list_container_unittest.cc to cc/base/.prashant.n2015-06-054-767/+714
* cc: Implement RemoveLast for DisplayItemList.jbroman2015-06-057-23/+217
* Fix SurfaceLayerImpl scale under impl-side paintingenne2015-06-056-48/+31
* Revert "Chromium changes to statically link ffmpeg."chcunningham2015-06-053-2/+5
* Use Surfaces in Android webviewjbauman2015-06-052-1/+8
* cc: Change Layer::PushProps conditional to say what it meansenne2015-06-041-1/+1
* Fix function name style issues in cc::DrawQuadenne2015-06-0415-140/+198
* cc: Don't discard missed BeginFrames in the DisplaySchedulerbrianderson2015-06-041-7/+2
* cc: Use max_bytes_per_copy_operation setting to determine one-copy flush inte...reveman2015-06-042-5/+10
* Chromium changes to statically link ffmpeg.chcunningham2015-06-043-5/+2
* cc: Expose HasValidTilePriorities via picture layer tiling client.vmpstr2015-06-047-23/+15
* cc: Fix size_t to int truncations in resources/ scheduler/vmpstr2015-06-044-15/+21
* cc: Fix partial raster with one copy resource finding.danakj2015-06-041-1/+1
* cc: Cull DrawingDisplayItems outside of the raster playback rectdanakj2015-06-0320-14/+61
* cc: Add tests for DisplayListRasterSource.danakj2015-06-039-23/+507
* cc: Fix size_t to int truncations in raster/vmpstr2015-06-0313-59/+78
* Replace more ObserverList with base::ObserverList.brettw2015-06-032-3/+3
* cc: Allow synchronous compositor to PrepareTiles on each draw.sunnyps2015-06-032-0/+70
* [Android] Generate scripts at build time to run android tests.mikecase2015-06-031-0/+4
* cc: Remove DrawQuad::IterateResorucesvmpstr2015-06-0240-361/+294
* Move ObserverList to base namespace.brettw2015-06-021-6/+6
* Adding support for sidecars to cc::DisplayItemList.jbroman2015-06-0214-21/+401
* cc: Partial tile raster for GpuTileTaskWorkerPool.danakj2015-06-027-17/+58
* CC: Replace hud_layer_settings in LayerTreeSettings with use_compositor_anima...loyso2015-06-023-3/+8
* cc: Fix size_t to int truncations in animation/ and debug/.vmpstr2015-06-0211-42/+43
* cc: Partial tile raster for BitmapTileTaskWorkerPool.danakj2015-06-0116-43/+95
* Ensure that TileTaskRunner calls callbacks on empty scheduleericrk2015-06-011-0/+15
* Revert of cc: Remove IOSurface explicit support in VideoLayerImpl. (patchset ...vabr2015-06-013-0/+20
* Use a deque in ResourcePool instead of a list.danakj2015-05-301-2/+2
* cc: Remove IOSurface support in VideoLayerImpl.dcastagna2015-05-303-20/+0
* Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicksmiu2015-05-296-25/+31
* cc: Partial tile update for one-copy raster.danakj2015-05-2954-420/+729
* Relanding 1143663007: VideoFrame: Separate Pixel Format from Storage Type.mcasas2015-05-292-51/+30
* cc: Make impl-thread property trees handle fixed-position layersajuma2015-05-296-12/+48
* Don't report compositor dropped frames for invisible layers.dalecurtis2015-05-296-4/+58
* Revert of cc: Test BeginMainFrame values come from BeginImplFrame. (patchset ...zhaoqin2015-05-291-64/+1
* cc: Make ContentLayerClient subclasses create the DisplayItemList.jbroman2015-05-2924-147/+98
* Revert "VideoFrame: Segregate Pixel Format and Storage Type."Matt Mueller2015-05-292-30/+51
* VideoFrame: Segregate Pixel Format and Storage Type.mcasas2015-05-292-51/+30
* Remove flag for virtual-viewport pinch to zoom and old paths.bokan2015-05-2915-91/+29
* cc: Make LayerPositionConstraintTests more realisticajuma2015-05-294-607/+469