summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Limit software resource sizesenne@chromium.org2014-02-131-1/+2
* Revert of cc: Disable "activate to low res" optimization (https://codereview....enne@chromium.org2014-02-122-8/+2
* Revert 250798 "Revert of Read compositor VSync information from ..."sergeyu@chromium.org2014-02-123-11/+14
* Revert of Read compositor VSync information from platform, when possible (htt...sheu@chromium.org2014-02-123-14/+11
* Avoid int->float->int conversion in OcclusionTracker for int translates.danakj@chromium.org2014-02-1214-50/+209
* Fix the cause of AwZoomTest#testMagnification... tests flakinessmnaganov@chromium.org2014-02-124-15/+56
* cc: Only make num_threads - 1 SkPicture clones.reveman@chromium.org2014-02-1210-59/+167
* cc: Always use combined_bin when computing GPU memory manager stats.reveman@chromium.org2014-02-111-16/+12
* Pixel tests and some shared quad state fixupsjamesr@chromium.org2014-02-117-30/+668
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-1112-100/+572
* Map delegated software bitmaps only when they're about to be read from.jbauman@chromium.org2014-02-114-22/+95
* cc: Refactor RasterTask::Queue to avoid unnecessary heap allocations.reveman@chromium.org2014-02-1112-109/+195
* cc: Disable "activate to low res" optimizationenne@chromium.org2014-02-112-2/+8
* cc: Reuse the same TaskGraph and completed tasks vector.reveman@chromium.org2014-02-114-24/+34
* cc: Prevent usage of rasterize on-demand with delegating renderer.reveman@chromium.org2014-02-1113-23/+120
* Read compositor VSync information from platform, when possiblesheu@chromium.org2014-02-113-11/+14
* Need to also scale scroll offset, not just the scroll rect.wjmaclean@chromium.org2014-02-101-1/+3
* cc: Use std::map instead of hash_map for TaskGraphRunner namespaces.reveman@chromium.org2014-02-102-34/+27
* cc: Rename the main thread calc draw props tests to differentiate themdanakj@chromium.org2014-02-101-4/+4
* Revert of Split preserve3d into: "should-flatten" and "is-3d-sorted" (https:/...dstockwell@chromium.org2014-02-1012-570/+99
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-0912-99/+570
* cc: Refactor RasterWorkerPool for better testing support.reveman@chromium.org2014-02-0910-249/+487
* cc: Do not cancel deadline on lost context. Trigger early instead.brianderson@chromium.org2014-02-083-38/+39
* Do not force scrollbar update if parameters didn't change (reland).anton@chromium.org2014-02-071-0/+5
* Make cc::Picture immutable except for Raster and Replay.dominikg@chromium.org2014-02-079-63/+88
* 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