summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Remove includes of WebGraphicsContext3D.h from DEPS files.tfarina@chromium.org2014-02-071-5/+2
* Remove unnecessary cc::FakeWebGraphicsContext3D interfacejamesr@chromium.org2014-02-075-1010/+231
* Revert of Do not force scrollbar update if parameters didn't change. (https:/...alph@chromium.org2014-02-071-5/+0
* Make LayerTreeHostClient::Animate take TimeTicks instead of doubleajuma@chromium.org2014-02-074-6/+6
* [cc] Fix for hidden layers with copy requests getting composited to the screen.miu@chromium.org2014-02-073-22/+147
* cc: Switch to vector based TaskGraph implementation.reveman@chromium.org2014-02-0710-470/+478
* Do not force scrollbar update if parameters didn't change.anton@chromium.org2014-02-071-0/+5
* cc: Use TRACE_EVENT_INSTANT for EarlyOut eventsboliu@chromium.org2014-02-062-6/+10
* Remove unused cc::ResourceProvider::GetSharedMemory.alokp@chromium.org2014-02-062-12/+0
* android: Migrate old content readback to use async readback (and delegated re...powei@chromium.org2014-02-063-10/+18
* Add some debugging CHECKs to help track down a use-after-free.danakj@chromium.org2014-02-061-3/+14
* Freeze animations that are checkerboardingajuma@chromium.org2014-02-063-19/+169
* cc: Add GL debug markers for gpu rasterization.alokp@chromium.org2014-02-063-8/+18
* [cc] Avoid "skip" optimizations when drawing layers that have copy requests.miu@chromium.org2014-02-063-5/+175
* cc: Enable rendering stats recording in browser compositor.ernstm@chromium.org2014-02-062-0/+4
* cc: Move internal::Task::did_schedule_ to internal::WorkerPoolTask.reveman@chromium.org2014-02-0612-36/+54
* Ensure IsActiveTree() and IsPendingTree() queries work in ~LayerImpl().danakj@chromium.org2014-02-068-8/+95
* cc: Remove page scale layer tree perf testenne@chromium.org2014-02-061-79/+0
* Revert of android: Migrate old content readback to use async readback (and de...powei@chromium.org2014-02-063-18/+10
* Clamp inner viewport offset while distributing to layer_tree_hostbokan@chromium.org2014-02-053-11/+132
* Handle null scroll layer in LayerTreeHostImpl::MouseMoveAt().wjmaclean@chromium.org2014-02-051-1/+5
* Rename and unify paths for LayerTreeTest::CreateFakeOutputSurface.danakj@chromium.org2014-02-0513-64/+60
* cc: Request a new pixel buffer when reusing a resource.reveman@chromium.org2014-02-051-0/+2
* android: Migrate old content readback to use async readback (and delegated re...powei@chromium.org2014-02-053-10/+18
* cc: Fix ordering of raster finished signals in PixelRasterWorkerPool.reveman@chromium.org2014-02-051-0/+1
* Revert 248827 "android: Migrate old content readback to use asyn..."pasko@chromium.org2014-02-053-18/+10
* Add two new gfx::Tween::Types and use one of them for the timing function for...pkotwicz@chromium.org2014-02-054-249/+9
* Pass gfx structs by const ref (gfx::Vector2d)ajay.berwal@samsung.com2014-02-0539-64/+62
* cc: Use ResourceProvider::Resouce::type to check the type of the given resource.dongseong.hwang@intel.com2014-02-052-50/+66
* android: Migrate old content readback to use async readback (and delegated re...powei@chromium.org2014-02-053-10/+18
* Remove rendering stats APIernstm@chromium.org2014-02-043-46/+0
* [cc] cleanup: re-arrange some file locations in cc/schedulersimonhong@chromium.org2014-02-0415-45/+31
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-02-0325-337/+320
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-02-033-8/+2
* Add GPU bots to the default set of try jobs in ui/gl/ and gpu/.danakj@chromium.org2014-02-031-3/+3
* cc: Prevent drawing low res tiles after visibility changeenne@chromium.org2014-02-019-26/+222
* Revert 248049 "Ensure GL initialization only happens once, and p..."kbr@chromium.org2014-01-313-2/+8
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-3138-848/+1726
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-303-8/+2
* Get rid of some uses of base::Create*Valueestade@chromium.org2014-01-303-35/+30
* cc: add git cl format presubmit warningenne@chromium.org2014-01-301-0/+1
* cc: Add TRACE_EVENTs to SingleThreadProxydanakj@chromium.org2014-01-302-15/+31
* cc: Make PrepareToDraw return an enum for why it abortsenne@chromium.org2014-01-3025-403/+579
* Revert 247793 "Ensure GL initialization only happens once, and p..."yoz@chromium.org2014-01-303-2/+8
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-303-8/+2
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-29128-292/+304
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...ricea@chromium.org2014-01-2941-1732/+865
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-2941-865/+1732
* cc: Add useful TaskGraphRunner performance tests.reveman@chromium.org2014-01-293-206/+328
* cc: Refactor and cleanup RasterWorkerPool unit tests.reveman@chromium.org2014-01-291-223/+136