| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Add testing stubs for proxy test | simonhong@chromium.org | 2014-05-22 | 1 | -4/+62 |
* | Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys. | danakj@chromium.org | 2014-05-15 | 1 | -19/+2 |
* | cc: Unify use of DidSwapBuffers() and did_request_swap | simonhong@chromium.org | 2014-05-12 | 1 | -6/+5 |
* | Fix some LayerTreeHostTests in delegated mode | piman@chromium.org | 2014-05-06 | 1 | -0/+4 |
* | cc: Remove the capability to give up and leave compositing mode. | danakj@chromium.org | 2014-04-25 | 1 | -2/+2 |
* | Remove offscreen compositor contexts. | danakj@chromium.org | 2014-04-24 | 1 | -11/+0 |
* | cc: Throttle swaps in Scheduler instead of OutputSurface | brianderson@chromium.org | 2014-04-18 | 1 | -2/+2 |
* | cc: Handle retroactive BeginFrames in the Scheduler. | brianderson@chromium.org | 2014-04-12 | 1 | -4/+3 |
* | Remove old texture path in TextureLayer | piman@chromium.org | 2014-04-10 | 1 | -14/+0 |
* | cc: fix continuous paint mode | caseq@chromium.org | 2014-04-03 | 1 | -2/+4 |
* | Switch to use SharedBitmapManager all the time in cc_unittests | jbauman@chromium.org | 2014-03-20 | 1 | -8/+19 |
* | Removing the use of base::Time inside the LayerTreeHost system. | mithro@mithis.com | 2014-03-11 | 1 | -3/+2 |
* | cc: Clean up OcclusionTracker template parameters. | danakj@chromium.org | 2014-03-05 | 1 | -1/+0 |
* | Make LayerTreeHostClient::Animate take TimeTicks instead of double | ajuma@chromium.org | 2014-02-07 | 1 | -3/+2 |
* | Ensure IsActiveTree() and IsPendingTree() queries work in ~LayerImpl(). | danakj@chromium.org | 2014-02-06 | 1 | -3/+7 |
* | Rename and unify paths for LayerTreeTest::CreateFakeOutputSurface. | danakj@chromium.org | 2014-02-05 | 1 | -3/+2 |
* | Pass gfx structs by const ref (gfx::Vector2d) | ajay.berwal@samsung.com | 2014-02-05 | 1 | -1/+1 |
* | cc: Make PrepareToDraw return an enum for why it aborts | enne@chromium.org | 2014-01-30 | 1 | -10/+11 |
* | cc: Release main thread earlier | enne@chromium.org | 2014-01-24 | 1 | -0/+11 |
* | Revert 245445 "Unifies LayerTreeHost::SetNeedsUpdateLayers and S..." | mark@chromium.org | 2014-01-17 | 1 | -5/+1 |
* | Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimate -- V2 | trchen@chromium.org | 2014-01-17 | 1 | -1/+5 |
* | Remove WebGraphicsContext3D getter from cc::ContextProvider | jamesr@chromium.org | 2014-01-16 | 1 | -29/+27 |
* | Pass gfx::Rect and gfx::RectF by const ref. | prashant.n@samsung.com | 2014-01-10 | 1 | -3/+5 |
* | cc: Defer first OutputSurface creation until client is ready | sievers@google.com | 2013-12-19 | 1 | -5/+7 |
* | cc: Don't cancel poll_for_draw_triggers_closure_ too early. | brianderson@chromium.org | 2013-12-12 | 1 | -0/+5 |
* | Revert "Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimate" | loislo@chromium.org | 2013-12-11 | 1 | -5/+1 |
* | Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimate | trchen@chromium.org | 2013-12-11 | 1 | -1/+5 |
* | Revert 238458 "cc: Defer first OutputSurface creation until clie..." | robliao@chromium.org | 2013-12-03 | 1 | -7/+5 |
* | cc: Defer first OutputSurface creation until client is ready | sievers@chromium.org | 2013-12-03 | 1 | -5/+7 |
* | cc: add DevTools instrumentation for impl-side frames | caseq@chromium.org | 2013-12-02 | 1 | -1/+2 |
* | Add SwapPromise support to LayerTreeHost and LayerTreeImpl | miletus@chromium.org | 2013-11-27 | 1 | -0/+14 |
* | RenderWidget and RenderWidgetCompositor cleanup | trchen@chromium.org | 2013-11-22 | 1 | -0/+4 |
* | De-activate LayerAnimationControllers when all animations are WaitingForDeletion | ajuma@chromium.org | 2013-11-18 | 1 | -18/+18 |
* | Propagate source_frame_number from LTH to DevTools | caseq@chromium.org | 2013-11-12 | 1 | -1/+1 |
* | Introduce separate client and init path for single-threaded cc | jamesr@chromium.org | 2013-11-07 | 1 | -50/+60 |
* | cc: Don't use LayerTreeHost in LayerTreeTest on impl thread. | danakj@chromium.org | 2013-10-31 | 1 | -30/+27 |
* | Move test-only stuff from cc/debug/ to cc/test | jamesr@chromium.org | 2013-10-31 | 1 | -1/+1 |
* | cc: Use HighResNow as timebase if it is fast and reliable | brianderson@chromium.org | 2013-10-25 | 1 | -1/+2 |
* | Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3). | dominikg@chromium.org | 2013-10-23 | 1 | -5/+9 |
* | Add delegated rendering support for software renderer. | jbauman@chromium.org | 2013-10-22 | 1 | -2/+3 |
* | Adding threaded, impl-side painted LayerTreePerfTests | clholgat@chromium.org | 2013-10-15 | 1 | -0/+4 |
* | Fix race conditions in window snapshot code. | kbr@chromium.org | 2013-10-15 | 1 | -0/+14 |
* | cc: Fix flaky LayerTreeHostTestFrameTimeUpdatesAfterActivationFails | brianderson@chromium.org | 2013-10-10 | 1 | -0/+1 |
* | Expose only one LayerTreeHostClient::OffscreenContextProvider() | jamesr@chromium.org | 2013-09-27 | 1 | -33/+15 |
* | cc: Make LayerTreeTest::ImplThreadTaskRunner() always return non-NULL. | danakj@chromium.org | 2013-09-19 | 1 | -2/+1 |
* | Add memory manager for software compositor frontbuffers. | jbauman@chromium.org | 2013-09-18 | 1 | -2/+6 |
* | CC: Fix missing swap-used-incomplete-tile updates | epenner@chromium.org | 2013-09-07 | 1 | -0/+5 |
* | cc: Add readback and forced draw states to the Scheduler. | brianderson@chromium.org | 2013-09-07 | 1 | -0/+15 |
* | cc: Avoid updating animations in the background without an active tree | brianderson@chromium.org | 2013-08-30 | 1 | -1/+5 |
* | cc: Control activation from the Scheduler | brianderson@chromium.org | 2013-08-27 | 1 | -19/+22 |