summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 272565 "Re-land: cc: Fail more visibly when sync queries ..."kbr@chromium.org2014-05-231-18/+0
* cc: Examine layers to determine if we're ready to activate.reveman@chromium.org2014-05-2313-149/+269
* Revert of cc: Stop blocking the main thread in CreateAndInitializeOutputSurfa...danakj@chromium.org2014-05-233-72/+82
* Re-land: cc: Fail more visibly when sync queries are not working correctly.reveman@chromium.org2014-05-231-0/+18
* cc: Compositor without MessageLoopProxyboliu@chromium.org2014-05-236-28/+272
* cc: Add test for triggering deadline early when output surface is lostsimonhong@chromium.org2014-05-231-0/+23
* cc: Get rid of rasterizer delegate.alokp@chromium.org2014-05-229-286/+116
* cc: Stop blocking the main thread in CreateAndInitializeOutputSurface.danakj@chromium.org2014-05-223-82/+72
* cc: Remove low-res-tiling flag from PictureLayerImpl.alokp@chromium.org2014-05-225-14/+13
* cc: Show success or failure in the trace event for CopyOutputRequest.danakj@chromium.org2014-05-221-1/+2