summaryrefslogtreecommitdiffstats
path: root/cc/layers
Commit message (Expand)AuthorAgeFilesLines
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-142-7/+6
* Revert of cc: Replace recorded region with direct map lookup (https://coderev...thakis@chromium.org2014-03-144-15/+25
* cc: Replace recorded region with direct map lookupenne@chromium.org2014-03-134-25/+15
* cc: Apply occlusion before creating quads in SolidColorLayerImpl.danakj@chromium.org2014-03-133-2/+88
* cc: Rename QuadSink::Append to MaybeAppend.danakj@chromium.org2014-03-1317-56/+56
* Adding fading effect for paint rectangles in HUD layer.malch@chromium.org2014-03-122-55/+103
* cc: Remove OverdrawMetrics and --trace-overdraw flag.danakj@chromium.org2014-03-126-213/+15
* cc: Remove the AppendQuadsData from QuadSink::Append.danakj@chromium.org2014-03-1217-67/+54
* Add a GPU rasterization hint to cc::PictureLayerajuma@chromium.org2014-03-115-38/+120
* Define a --force-gpu-rasterization flagajuma@chromium.org2014-03-111-1/+2
* Fix LayerTreeImpl::VerticalAdjust().wjmaclean@chromium.org2014-03-111-1/+2
* cc: Fix damage when the HUD is enabled.danakj@chromium.org2014-03-104-13/+1
* Remove --background-color-instead-of-checkerboard flag.danakj@chromium.org2014-03-085-10/+9
* Ignore setNeedsDisplay for SolidColorScrollbarLayerwangxianzhu@chromium.org2014-03-082-0/+6
* cc: Allow pepper to avoid DCHECK but reuse gpu::Mailbox.danakj@chromium.org2014-03-073-10/+67
* cc: Add visible_rect to Draw*Quad::SetNew().danakj@chromium.org2014-03-0717-60/+175
* cc: Remove impl_transform_is_unknown argument from OcclusionTracker.danakj@chromium.org2014-03-061-4/+3
* cc: Clean up OcclusionTracker template parameters.danakj@chromium.org2014-03-0527-47/+50
* cc: Use explicit SequencedTaskRunner current loop in TileManagerboliu@chromium.org2014-03-052-8/+5
* cc: Remove the padding struct from LayerIterator.danakj@chromium.org2014-03-041-8/+0
* Trace layer bounds/position/scroll_offset in cc.debugjamesr@chromium.org2014-03-031-1/+3
* Fix up cc::Layer scroll parent managementjamesr@chromium.org2014-02-284-51/+35
* cc: Clean up iterator template to only take 1 parameter.danakj@chromium.org2014-02-285-193/+90
* Update InnerViewportContainerLayer size when top controls move.wjmaclean@chromium.org2014-02-274-27/+78
* don't explicitly create SkDevice, as it is intended to be private. Skia now h...reed@google.com2014-02-271-7/+2
* Revert "Revert 253606 "Revert 251238 "cc: Clean up iterator template to ...""danakj@chromium.org2014-02-265-82/+193
* Revert 253606 "Revert 251238 "cc: Clean up iterator template to ..."danakj@chromium.org2014-02-265-193/+82
* Revert 251238 "cc: Clean up iterator template to only take 1 par..."danakj@chromium.org2014-02-265-82/+193
* Fix frame viewer: LayerTypeAsString() can't be called from ~LayerImplnduca@chromium.org2014-02-261-3/+5
* cc: Ensure changes to a Layer's content bounds or scale get pushedajuma@chromium.org2014-02-251-1/+4
* Fix UB in the integer overflow check in Layer::Layer()glider@chromium.org2014-02-211-2/+1
* Do not cycle through 3 shades of green when showing paint rects in HUDcaseq@chromium.org2014-02-202-11/+8
* Fixed rounding issue on scrollbar rasterization.bokan@chromium.org2014-02-203-16/+137
* No more sublayer transform in cc.vollick@chromium.org2014-02-169-85/+6
* Fix TRACE_EVENT snapshotting for LayerImplnduca@chromium.org2014-02-151-1/+7
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-151-25/+16
* Revert of Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROM...nkostylev@chromium.org2014-02-141-16/+25
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-141-25/+16
* cc: Clean up iterator template to only take 1 parameter.danakj@chromium.org2014-02-145-193/+82
* cc: Simplify picture layer tiling update tile priorities.vmpstr@chromium.org2014-02-133-57/+47
* Change paint rectangles' colors in compositor to shades of green.malch@chromium.org2014-02-132-8/+11
* Revert of cc: Disable "activate to low res" optimization (https://codereview....enne@chromium.org2014-02-122-8/+2
* Avoid int->float->int conversion in OcclusionTracker for int translates.danakj@chromium.org2014-02-123-10/+9
* Fix the cause of AwZoomTest#testMagnification... tests flakinessmnaganov@chromium.org2014-02-121-2/+8
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-116-20/+69
* cc: Disable "activate to low res" optimizationenne@chromium.org2014-02-112-2/+8
* Need to also scale scroll offset, not just the scroll rect.wjmaclean@chromium.org2014-02-101-1/+3
* Revert of Split preserve3d into: "should-flatten" and "is-3d-sorted" (https:/...dstockwell@chromium.org2014-02-106-69/+20
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-096-20/+69
* Ensure IsActiveTree() and IsPendingTree() queries work in ~LayerImpl().danakj@chromium.org2014-02-062-4/+4