summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Fix flaky test LayerTreeHostTestMaxTransferBufferUsageBytes.danakj@chromium.org2014-06-103-17/+15
* Invert DSF to map from delegated frame to layer spacejamesr@chromium.org2014-06-1012-145/+115
* cc: Don't swap throttle BeginMainFrame within deadlinebrianderson@chromium.org2014-06-102-4/+44
* Modifying the RenderingStats object names to be more thread specificsuyash.s@samsung.com2014-06-102-26/+25
* Use base::StaticAtomicSequenceNumber for layer IDs in cc::Layer.glider@chromium.org2014-06-091-6/+4
* Fix LayerTreeHostTestUndrawnLayersDamageLater flakinessenne@chromium.org2014-06-071-7/+4
* Revert of Invert DSF to map from delegated frame to layer space (https://code...acleung@chromium.org2014-06-079-100/+91
* Use the factory to create SkGpuDevice objects.rosca@adobe.com2014-06-061-7/+22
* Invert DSF to map from delegated frame to layer spacejamesr@chromium.org2014-06-069-91/+100
* Added LayerSorter::Sort perfteststhildebr@chromium.org2014-06-065-15/+3637
* Gracefully handling texture creation failuresugoi@chromium.org2014-06-061-0/+2
* cc: BeginFrame should be stopped when OutputSurface is lostsimonhong@chromium.org2014-06-053-49/+127
* Switch Chromium to new Skia SkCanvas::drawPicture methodrobertphillips@google.com2014-06-051-1/+1
* cc: Add a test to check return value when timer is deactivatedsimonhong@chromium.org2014-06-051-16/+34
* Use WeakPtr when scheduling cc::Display compositor.jbauman@chromium.org2014-06-052-2/+5
* Get rid of graphics layer anchor points, and replace withchrishtr@chromium.org2014-06-0551-725/+659
* Disable LayerTreeHostTestUndrawnLayersDamageLaterenne@chromium.org2014-06-041-1/+4
* Disable LayerTreeHostTestMaxTransferBufferUsageBytes multi-thread tests.dconnelly@chromium.org2014-06-041-0/+3
* Add trace event for addition/removal of GPU rasterization triggerajuma@chromium.org2014-06-033-6/+16
* Add software renderer support for surfaces.jbauman@chromium.org2014-06-032-5/+12
* cc: Fix a bug in tile manager raster tile iterator.vmpstr@chromium.org2014-06-031-4/+17
* Update source frame number even when commits abortenne@chromium.org2014-06-033-7/+16
* use setInfo instead of (deprecated) setConfigreed@google.com2014-06-031-3/+3
* Support for YUV 4:4:4 subsampling.sandersd@chromium.org2014-06-031-2/+5
* Transfer texture wrap mode in in cc::Resourcesccameron@chromium.org2014-06-023-3/+7
* cc: Add invalidation micro benchmark.ernstm@chromium.org2014-05-314-1/+191
* cc: Use delayed unique notifier for renewing tree priority.vmpstr@chromium.org2014-05-312-39/+12
* cc: Add HasPendingNotification to delayed unique notifier.vmpstr@chromium.org2014-05-303-4/+20
* Revert of cc: Make heavy layer tree test more realistic (https://codereview.c...skyostil@chromium.org2014-05-301-5/+1
* Allow creating SharedBitmaps backed by new[]jbauman@chromium.org2014-05-302-2/+18
* Fixing crash in PictureLayerImpl::MarkVisibleResourcesAsRequired when low-res...p.sergey@samsung.com2014-05-303-26/+547
* cc: Add message passing mechanism to micro benchmarking.ernstm@chromium.org2014-05-3010-27/+119
* Add very simple cc::Display implementation for surfaces.jbauman@chromium.org2014-05-305-0/+246
* cc: Add Scheduler test for DidLoseOutputSurfacesimonhong@chromium.org2014-05-302-40/+400
* cc: Change CheckIfReadyToActivate to use unique notifier.vmpstr@chromium.org2014-05-302-21/+8
* cc: Remove gpu-rasterization flag from Tile.alokp@chromium.org2014-05-294-38/+28
* Add tracing for places that make sync GL calls in compositor initjamesr@chromium.org2014-05-291-0/+1
* cc: Make heavy layer tree test more realisticskyostil@chromium.org2014-05-291-1/+5
* cc: Change PBRWP to use delayed unique notifier.vmpstr@chromium.org2014-05-292-58/+18
* Add CC to the GN build, work on GPU morebrettw@chromium.org2014-05-291-0/+781
* cc: Add UMA histogram for gpu rasterization.alokp@chromium.org2014-05-292-0/+31
* cc: Introduce OrderedSimpleTaskRunnersimonhong@chromium.org2014-05-295-4/+146
* cc: Don't execute UpdateVisibleTiles() right after drawingsimonhong@chromium.org2014-05-292-8/+22
* cc: Add UniqueNotifier to cc/base.vmpstr@chromium.org2014-05-298-0/+543
* Re-land: cc: Fail more visibly when sync queries are not working correctly.reveman@chromium.org2014-05-281-0/+18
* cc: Add Scheduler test for SetSwapUsedIncompleteTilesimonhong@chromium.org2014-05-281-2/+77
* Fixed the order of applying transform operations for animation bounds.awoloszyn@chromium.org2014-05-283-27/+53
* Re-land: cc: Examine layers to determine if we're ready to activate.reveman@chromium.org2014-05-2713-149/+269
* cc: Fix tiling raster tile iterator to handle initializing tiles.vmpstr@chromium.org2014-05-272-5/+7
* Revert 272635 "cc: Examine layers to determine if we're ready to..."kbr@chromium.org2014-05-2413-269/+149