summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys.danakj@chromium.org2014-05-1532-1416/+171
* Make ui::Snapshot asynchronous on Android, remove CompositeAndReadback.danakj@chromium.org2014-05-154-4/+2
* Remove hit-testing-only RSLL entriesvollick@chromium.org2014-05-1512-226/+7
* CC::LayerAnimationController should use TimeTicks andsivagunturi@chromium.org2014-05-1516-439/+490
* Make LayerScrollOffsetDelegate updates consistent.mkosiba@chromium.org2014-05-157-84/+80
* cc: Remove unused variable in PictureLayerImpl::AppendQuads.sohan.jyoti@samsung.com2014-05-151-1/+0
* cc: fix data race in RenderingStatsInstrumentation.ernstm@chromium.org2014-05-151-0/+2
* cc: Require high res tiles to activate when active twin has different bounds.reveman@chromium.org2014-05-142-3/+23
* setLocalMatrix is deprecated, so pass the matrix to the factoryreed@google.com2014-05-141-8/+6
* Revert "cc: Remove layers that are not drawn from tile manager."vmpstr@chromium.org2014-05-143-22/+0
* Revert 270265 "cc: Fail more visibly when sync queries are not w..."kbr@chromium.org2014-05-141-18/+0
* cc: Fail more visibly when sync queries are not working correctly.reveman@chromium.org2014-05-141-0/+18
* cc: Remove redundant ActivatePendingTree methodsimonhong@chromium.org2014-05-142-6/+1
* cc: Remove layers that are not drawn from tile manager.vmpstr@chromium.org2014-05-133-0/+22
* cc: Set requires high res upon becoming visiblevmpstr@chromium.org2014-05-132-2/+23
* cc: Remove AccelContentPaintDurationMS and related histos.sohan.jyoti@samsung.com2014-05-131-20/+0
* Use LapTimer in rasterize_and_record micro benchmark.dominikg@chromium.org2014-05-1316-49/+68
* cc: Removed deadcode GlRenderer::InitializeGrContext.alokp@chromium.org2014-05-131-1/+0
* cc: Discard SkCanvas (frame-buffer) before rasterization.alokp@chromium.org2014-05-132-0/+2
* Make --enable-delegated-renderer show stuff on Macccameron@chromium.org2014-05-131-1/+0
* Expose default ctor of SQS and remove Create and Copy funciton of SQSweiliangc@chromium.org2014-05-124-21/+11
* cc: Fix tile manager raster tile iterator perftest.vmpstr@chromium.org2014-05-121-4/+5
* Hit test on the layer tree rather than the RSLLvollick@chromium.org2014-05-1213-2410/+2583
* cc: Unify use of DidSwapBuffers() and did_request_swapsimonhong@chromium.org2014-05-1224-476/+376
* Revert 261000 "Re-raster GPU-rasterized layers during scale animations"ajuma@chromium.org2014-05-112-63/+2
* cc: fix pre-painting trigger for GPU rasterizationernstm@chromium.org2014-05-112-10/+10
* Use Async readbacks in the SoftwareRenderer unit tests.danakj@chromium.org2014-05-111-106/+105
* Add a trace to output the scheduler settings.mithro@mithis.com2014-05-113-0/+27
* Use factory methods for Skia effects in unit tests.dominikg@chromium.org2014-05-115-15/+14
* cc: Add a checkerboard trace event instant to picture layer impl.vmpstr@chromium.org2014-05-101-0/+8
* cc: Do not limit number of raster tasks for upload limit.alokp@chromium.org2014-05-109-69/+7
* cc: Move gpu rasterization flag from LayerImpl to LayerTreeImpl.alokp@chromium.org2014-05-1010-55/+68
* The snap ratio is wrongyongha78.lee@samsung.com2014-05-102-1/+45
* Scrub deprecated Skia APIs.fmalita@chromium.org2014-05-101-2/+2
* Making BeginFrameArgs work with TRACE_EVENT system.mithro@mithis.com2014-05-1010-31/+56
* Refactoring the debug creation of BeginFrameArgs objects to be in unittest co...mithro@mithis.com2014-05-109-109/+158
* cc: Add a flag to layers that returns true if the layer is in RSLL.vmpstr@chromium.org2014-05-0910-33/+436
* Use ThreadNow() in LapTimer if supported.dominikg@chromium.org2014-05-093-76/+53
* Adding extra DCHECKs to DelayBaseTimeSource to prevent bad states from occuring.mithro@mithis.com2014-05-091-4/+10
* cc: Move soon bin apron from tile manager to tiling.vmpstr@chromium.org2014-05-094-32/+97
* NinePatchLayer should support aperture on edgedtrainor@chromium.org2014-05-092-15/+62
* Use RenderPass CreateAndAppendSQS whenever possibleweiliangc@chromium.org2014-05-0811-368/+333
* Solid Color Scrollbars should start with opacity 0.wjmaclean@chromium.org2014-05-073-1/+6
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-4/+2
* cc: Allow one frame of pre-rasterization for GPU rasterization.ernstm@chromium.org2014-05-078-13/+43
* cc: Make LayerAnimationController only call StartAnimations when neededajuma@chromium.org2014-05-073-3/+44
* Create SharedQuadState on RenderPassweiliangc@chromium.org2014-05-0735-179/+154
* UpdateTilePriorities on mask layers whose owners don't draw content.hartmanng@chromium.org2014-05-072-3/+58
* Add flag to enable rendering of text using signed distance fields.jvanverth@google.com2014-05-0723-80/+120
* cc: Check for pending tree before transition to COMMIT_STATE_IDLEbrianderson@chromium.org2014-05-072-2/+18