summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host_common.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Don't consider HUD layer for touchesvmpstr@chromium.org2013-02-201-0/+6
* [cc] Apply sublayer transform about anchor instead of about layer center.shawnsingh@chromium.org2013-02-121-9/+7
* cc: Reset rasterScale to 1 when it changes.danakj@chromium.org2013-02-081-13/+24
* cc: Deblur layers that animate-scale-down on creation.danakj@chromium.org2013-02-061-3/+6
* cc: Throttle tile priority updates to once a frame.danakj@chromium.org2013-01-271-15/+16
* cc: Clip delegated quads to the correct clip rect.danakj@chromium.org2013-01-221-2/+3
* cc: DelegatedRenderer layer needs a surface if rotated.danakj@chromium.org2013-01-201-3/+11
* Migrate more functions from MathUtil to gfx::Transformshawnsingh@chromium.org2013-01-151-2/+2
* This patch prevents the creation of some render targets by informing the logi...whunt@chromium.org2013-01-091-1/+12
* cc: Use maximum tiling contents scales for picture layer scaleenne@chromium.org2013-01-081-24/+34
* Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()shawnsingh@google.com2013-01-071-9/+34
* cc: Support mask layers in impl-side paintingenne@chromium.org2012-12-211-0/+10
* cc: When the transform's scale is unknown, draw into render surfaces at the s...danakj@chromium.org2012-12-211-2/+2
* cc: Move updateDrawProperties to LayerTreeImplenne@chromium.org2012-12-201-2/+2
* cc: Refactor content scale/bounds into draw propertiesenne@chromium.org2012-12-161-5/+22
* Add some traces for when render pass caching failsjamesr@chromium.org2012-12-161-3/+9
* Mark layers that can use LCD text based on layer transform and opacity.alokp@chromium.org2012-12-131-11/+32
* Check whether a touch point hits touch event handler regions in root layeryusufo@chromium.org2012-12-131-10/+16
* Move second internal recursion to a precomputation in layer_tree_host_common.ccshawnsingh@google.com2012-12-121-9/+33
* Reduce more matrix math in calculateDrawPropertiesshawnsingh@google.com2012-12-121-49/+80
* Move LayerSorter to exist locally only in layer_tree_host_commonshawnsingh@google.com2012-12-071-10/+24
* Organize internal properties of cc/ layer typesshawnsingh@google.com2012-12-051-45/+49
* Tighten the matrix usage in cc/layer_tree_host_common.cppshawnsingh@google.com2012-12-041-25/+27
* Don't create render passes for transparent images.skaslev@chromium.org2012-11-301-6/+7
* Move temporary MathUtil wrappers to permanent home in gfx::Transformshawnsingh@google.com2012-11-281-13/+5
* cc: Add a didUpdateTransforms function to LayerImplenne@chromium.org2012-11-281-0/+14
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-84/+83
* cc: Minimize the number of times GL scissoring state is changedshawnsingh@chromium.org2012-11-211-0/+14
* Add API for hit testing layer_impl touchEventHandlerRegions from the hostyusufo@chromium.org2012-11-161-0/+53
* cc: Fix comment about screenspace transform.danakj@chromium.org2012-11-151-1/+1
* cc: Layer that have empty bounds should still have their contentsScale applie...danakj@chromium.org2012-11-141-11/+5
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-2/+0
* cc: Prevent small scale factors (below 1) from being used or saved as the lay...danakj@chromium.org2012-11-101-1/+5
* cc: Do not save the rasterScale for layers until they are finished animating ...danakj@chromium.org2012-11-081-11/+11
* cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...danakj@chromium.org2012-11-051-4/+4
* cc: Fix style for comments at the end of namespacesdanakj@chromium.org2012-11-051-1/+1
* Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th...phajdan.jr@chromium.org2012-11-051-4/+4
* cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...danakj@chromium.org2012-11-051-4/+4
* Remove most remaining webcore points and sizes.danakj@chromium.org2012-11-021-4/+4
* cc: Use gfx:: Geometry types for positions, bounds, and related things.danakj@chromium.org2012-11-011-79/+72
* Pass accurate contentsScale to LayerImpl.wangxianzhu@chromium.org2012-11-011-8/+8
* Remove root layer specialness in calculateDrawTransformsshawnsingh@chromium.org2012-10-301-56/+66
* Revert 164723 - Remove root layer specialness in calculateDrawTransformssergeyu@chromium.org2012-10-301-66/+56
* Remove root layer specialness in calculateDrawTransformsshawnsingh@chromium.org2012-10-291-56/+66
* cc: Apply the layer's initial CSS scale to the contentsScale to render text a...danakj@chromium.org2012-10-241-21/+85
* Implement SkImageFilter support in the compositor.senorblanco@chromium.org2012-10-231-2/+4
* cc: Remove CC*.h temporary includes, part 5/4.tfarina@chromium.org2012-10-231-5/+5
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-221-43/+43
* cc: Remove CC*.h temporary includes, part 4/4.tfarina@chromium.org2012-10-221-1/+1
* Revert "cc: Rename cc classes and members to match filenames"enne@chromium.org2012-10-191-43/+43