summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Schedule redraw when tile initialization completes.reveman@google.com2012-11-281-0/+6
* [cc] Add TileManager to LayerTreeHostImplnduca@chromium.org2012-11-281-0/+25
* Benchmark for measuring the number of layers in a page.hartmanng@chromium.org2012-11-271-0/+4
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-12/+10
* implTransform needs to scale scroll delta with deviceScaleFactor.wjmaclean@chromium.org2012-11-221-5/+9
* cc: Minimize the number of times GL scissoring state is changedshawnsingh@chromium.org2012-11-211-0/+2
* Return value from scrollLayerWithViewportSpaceDelta should include panning of...wjmaclean@chromium.org2012-11-211-2/+3
* cc: Make RenderPass into a struct-like class.danakj@chromium.org2012-11-211-16/+102
* cc: Turn SharedQuadState into a struct-like class similar to DrawQuads.danakj@chromium.org2012-11-211-3/+1
* cc: Make the DrawQuad subclasses into a struct-like classes.danakj@chromium.org2012-11-201-5/+5
* ui: Add methods to Rect classes to get points at each of the rect's corners.danakj@chromium.org2012-11-201-3/+2
* Fixes for nonmodal pinch zoom.aelias@chromium.org2012-11-201-4/+1
* cc: Turn DrawQuad into a struct-like class with public data members.danakj@chromium.org2012-11-171-5/+5
* cc: Convert DrawQuad to chromium style.danakj@chromium.org2012-11-171-3/+5
* cc: Switch the DrawQuad enum names to chromium style and remove pragmasdanakj@chromium.org2012-11-161-3/+3
* Add API for hit testing layer_impl touchEventHandlerRegions from the hostyusufo@chromium.org2012-11-161-0/+15
* cc: Visualize non-occluding rects in composited layers.danakj@chromium.org2012-11-151-1/+3
* cc: Remove cc::settings, move them to LayerTreeSettings.danakj@chromium.org2012-11-141-16/+15
* cc: Return whether any layer was scrolled from InputHandlerClient::scrollBy.sadrul@chromium.org2012-11-141-2/+5
* cc: remove jank instead of checkerboard settingenne@chromium.org2012-11-141-1/+1
* cc: Clean up PageScaleAnimation for readability.aelias@chromium.org2012-11-141-5/+5
* cc: Guard overdraw metrics behind the --trace-overdraw command-line flag.danakj@chromium.org2012-11-121-1/+1
* ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...danakj@chromium.org2012-11-101-9/+6
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-2/+0
* ui: Add methods to clamp Sizes, Points, and Vectors from above or below.danakj@chromium.org2012-11-101-3/+3
* ui: Prefer +/- operators to apply offsets.danakj@chromium.org2012-11-101-10/+6
* ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.danakj@chromium.org2012-11-091-8/+8
* cc: Rewrite PageScaleAnimation for new coordinate system.aelias@chromium.org2012-11-091-24/+32
* Remove static thread pointers from CC, attempt 3aelias@chromium.org2012-11-081-9/+24
* cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg...danakj@chromium.org2012-11-081-1/+2
* cc: Turn overdraw metrics on only when about:tracing is recording.danakj@chromium.org2012-11-071-1/+1
* cc: Rename PrioritizedTexture to PrioritizedResource.reveman@google.com2012-11-071-2/+2
* Revert 166464 - Turn overdraw metrics on only when about:tracing is recording.scottmg@google.com2012-11-071-1/+1
* Turn overdraw metrics on only when about:tracing is recording.danakj@chromium.org2012-11-071-1/+1
* cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...danakj@chromium.org2012-11-051-74/+75
* Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th...phajdan.jr@chromium.org2012-11-051-75/+74
* cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...danakj@chromium.org2012-11-051-74/+75
* A speculative Revert for r165872 - Remove static thread pointers from CC, att...hbono@chromium.org2012-11-051-19/+8
* Remove static thread pointers from CC, attempt 2aelias@chromium.org2012-11-041-8/+19
* Make cc a componentpiman@chromium.org2012-11-021-2/+2
* Remove most remaining webcore points and sizes.danakj@chromium.org2012-11-021-22/+18
* Remove most remaining references to IntRect and FloatRect.danakj@chromium.org2012-11-011-21/+17
* Revert 165476 - Remove static thread pointers from CCjamesr@chromium.org2012-11-011-19/+8
* Remove static thread pointers from CCjamesr@chromium.org2012-11-011-8/+19
* cc: Use gfx:: Geometry types for positions, bounds, and related things.danakj@chromium.org2012-11-011-33/+32
* Pass accurate contentsScale to LayerImpl.wangxianzhu@chromium.org2012-11-011-6/+2
* Remove WebKit::Platform dependencies from ccjamesr@chromium.org2012-10-301-5/+0
* Revert 165050 - Remove WebKit::Platform dependencies from ccsergeyu@chromium.org2012-10-301-0/+5
* Remove WebKit::Platform dependencies from ccjamesr@chromium.org2012-10-301-5/+0
* Fix clipping/culling for DelegatedRendererLayer*piman@chromium.org2012-10-301-1/+2