| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert of Re-land: cc: Use worker context for one-copy tile initialization. (... | kbr | 2015-08-09 | 1 | -1/+2 |
* | Re-land: cc: Use worker context for one-copy tile initialization. | reveman | 2015-08-09 | 1 | -2/+1 |
* | Revert of cc: Use worker context for one-copy tile initialization. (patchset ... | kbr | 2015-08-07 | 1 | -1/+2 |
* | cc: Use worker context for one-copy tile initialization. | reveman | 2015-08-06 | 1 | -2/+1 |
* | Make CC scrolling/top-controls unit tests create virtual viewport hierarchy. | bokan | 2015-07-23 | 1 | -0/+19 |
* | CC Animations: Redirect all compositor animation requests to AnimationHost. | loyso | 2015-07-03 | 1 | -0/+10 |
* | cc: Free Gpu resources when we are invisible or TileManager is OOM. | ericrk | 2015-06-22 | 1 | -0/+1 |
* | cc: Remove the non-implside flavour of LayerTreeTests. | Dana Jansens | 2015-06-12 | 1 | -108/+18 |
* | cc: Partial tile update for one-copy raster. | danakj | 2015-05-29 | 1 | -0/+4 |
* | Remove flag for virtual-viewport pinch to zoom and old paths. | bokan | 2015-05-29 | 1 | -3/+0 |
* | CC: Plumb LayerSettings parameter for cc::Layer construction. | loyso | 2015-05-25 | 1 | -0/+5 |
* | cc: Adding DidFinishImplFrame to LTHI. | mithro | 2015-05-07 | 1 | -2/+3 |
* | Revert of cc: Adding DidFinishImplFrame to LTHI. (patchset #10 id:180001 of h... | ksakamoto | 2015-05-07 | 1 | -3/+2 |
* | cc: Adding DidFinishImplFrame to LTHI. | mithro | 2015-05-07 | 1 | -2/+3 |
* | cc: Make HasImplThread() function work in AfterTest(). | mithro | 2015-05-07 | 1 | -1/+1 |
* | cc: Remove all traces of synchronous GPU rasterization | hendrikw | 2015-04-04 | 1 | -1/+0 |
* | cc: Make scheduling be driven by vsync for android webview. | sunnyps | 2015-04-02 | 1 | -0/+1 |
* | Revert of cc: Make scheduling be driven by vsync for android webview. (patchs... | sunnyps | 2015-04-02 | 1 | -1/+0 |
* | cc: Make scheduling be driven by vsync for android webview. | sunnyps | 2015-04-02 | 1 | -0/+1 |
* | Revert of cc: Make scheduling be driven by vsync for android webview. (patchs... | sunnyps | 2015-04-02 | 1 | -1/+0 |
* | cc: Make scheduling be driven by vsync for android webview. | sunnyps | 2015-04-01 | 1 | -0/+1 |
* | cc: Move worker threads to RenderThreadImpl. | reveman | 2015-03-23 | 1 | -0/+7 |
* | Don't let unittests access LTH from the impl thread. | vollick | 2015-03-19 | 1 | -1/+1 |
* | Remove scroll_delta flooring hack | miletus | 2015-02-04 | 1 | -2/+2 |
* | cc: Control defer_commits logic by Scheduler | simonhong | 2015-01-31 | 1 | -1/+3 |
* | Revert of cc: Control defer_commits logic by Scheduler (patchset #12 id:25000... | danakj | 2015-01-30 | 1 | -3/+1 |
* | cc: Control defer_commits logic by Scheduler | simonhong | 2015-01-29 | 1 | -1/+3 |
* | cc: Fix flakiness in LayerTreeHostCopyRequestTestMultipleDrawsHiddenCopyRequest | danakj | 2015-01-29 | 1 | -1/+0 |
* | cc: Dirty the RenderSurfaceLayerList when taking copy requests. | danakj | 2015-01-29 | 1 | -0/+1 |
* | cc: Cleanup - remove unused 'Webkit' forward declaration. | tfarina | 2015-01-28 | 1 | -4/+0 |
* | cc: GPU rasterize tiles synchronously in PrepareToDraw | hendrikw | 2015-01-03 | 1 | -0/+1 |
* | Standardize usage of virtual/override/final specifiers in cc/. | dcheng | 2014-12-23 | 1 | -1/+1 |
* | cc: Turn off verify_property_trees | hendrikw | 2014-12-22 | 1 | -1/+6 |
* | cc: Adding a CommitEarlyOutReason enum to replace bool in BeginMainFrameAbort... | mithro | 2014-12-17 | 1 | -1/+1 |
* | Introduce CompositorDependencies for RenderWidgetCompositor. | danakj | 2014-12-16 | 1 | -2/+2 |
* | Move output surface fallback from cc to embedders | enne | 2014-12-10 | 1 | -4/+4 |
* | cc: Rename TileManager::ManageTiles to PrepareTiles. | vmiura | 2014-12-09 | 1 | -1/+1 |
* | Add argument to pass elastic overscroll delta to Blink (Chrome side) | ccameron | 2014-12-09 | 1 | -4/+6 |
* | cc: Renaming Rasterizer and RasterWorkerPool interfaces | vmiura | 2014-12-09 | 1 | -2/+2 |
* | Enable scheduler main thread low latency mode for SingleThreadProxy. | weiliangc | 2014-12-04 | 1 | -12/+0 |
* | Add a new scheduler mode main thread should always be low latency. | weiliangc | 2014-12-03 | 1 | -0/+12 |
* | cc: Ensure to issue only one NotifiyReadyTo* callback per manage tiles. | vmpstr | 2014-12-03 | 1 | -0/+1 |
* | cc: Add SetChildrenNeedBeginFrames() & SendBeginFramesToChildren() | simonhong | 2014-11-21 | 1 | -0/+1 |
* | SetNeedsRedraw directly when updating a visible tile. | danakj | 2014-11-14 | 1 | -2/+3 |
* | cc: Make separate interface for BeginFrame ipc from OutputSurface | simonhong | 2014-11-11 | 1 | -0/+2 |
* | cc: ReadyToDraw notifications. | ernstm | 2014-11-11 | 1 | -18/+53 |
* | Moving background animation ticking from LayerTreeHostImpl into the Scheduler. | mithro | 2014-11-10 | 1 | -1/+0 |
* | Revert of Moving background animation ticking from LayerTreeHostImpl into the... | mithro | 2014-11-10 | 1 | -0/+1 |
* | Moving background animation ticking from LayerTreeHostImpl into the Scheduler. | mithro | 2014-11-10 | 1 | -1/+0 |
* | Revert of Moving background animation ticking from LayerTreeHostImpl into the... | mithro | 2014-11-05 | 1 | -0/+1 |