summaryrefslogtreecommitdiffstats
path: root/cc/tiled_layer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Chromify cc::Proxy styleenne@chromium.org2013-03-081-1/+1
* cc: Chromify ResourceUpdateControllerdanakj@chromium.org2013-03-081-2/+2
* cc: Chromify the LayerPainter class.danakj@chromium.org2013-03-081-2/+2
* cc: Chromify OcclusionTrackerdanakj@chromium.org2013-03-071-74/+74
* cc: Chromify ResourceProvider.danakj@chromium.org2013-03-071-1/+1
* cc: Remove Layer::didUpdateBoundsenne@chromium.org2013-02-271-45/+44
* cc: Route offscreen context creation for compositor to the browser.danakj@chromium.org2013-02-221-2/+1
* cc: Avoid expensive RenderingStats collection.danakj@chromium.org2013-02-021-37/+35
* cc: Stop using drawableContentRect for occlusion.danakj@chromium.org2013-01-221-8/+4
* cc: Clip quads to their target surface's texture in occlusion trackerdanakj@chromium.org2013-01-221-0/+5
* Avoid exposing gl bindings through cc public API headersjamesr@chromium.org2013-01-081-0/+1
* cc: Invalidate the full tiled layer when contents scale changes.danakj@chromium.org2012-12-201-3/+8
* cc: Create a cc::ScrollbarThemePainter and an adapter class in compositor bin...danakj@chromium.org2012-12-181-1/+1
* cc: Make occlusion tracker always work in target space.danakj@chromium.org2012-12-171-98/+137
* cc: Unify namespaces for all test filesenne@chromium.org2012-12-161-2/+0
* cc: Refactor content scale/bounds into draw propertiesenne@chromium.org2012-12-161-4/+4
* Remove the pools from the ResourceProvider.ccameron@chromium.org2012-12-141-1/+1
* [cc] Make LayerImpls point at LayerTreeImpl instead of LTHInduca@chromium.org2012-12-111-36/+36
* cc: Pass LayerTreeHostImpl to LayerImpl constructorenne@chromium.org2012-12-071-36/+40
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-4/+4
* Revert 171403danakj@chromium.org2012-12-061-4/+4
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-4/+4
* Organize internal properties of cc/ layer typesshawnsingh@google.com2012-12-051-75/+75
* Use a mutex to deal with concurrent access to the m_evictedBackingsccameron@chromium.org2012-11-301-3/+6
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-8/+8
* cc: Increase 'small animated layer' size.epenner@chromium.org2012-11-201-11/+12
* Set contents texture manager's limit to something reasonablejamesr@chromium.org2012-11-151-1/+1
* cc: Remove forbidden using namespace directives.tfarina@chromium.org2012-11-101-2/+3
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-2/+0
* Remove static thread pointers from CC, attempt 3aelias@chromium.org2012-11-081-70/+72
* cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg...danakj@chromium.org2012-11-081-10/+6
* cc: Rename PrioritizedTexture to PrioritizedResource.reveman@google.com2012-11-071-77/+77
* cc: Fix style for comments at the end of namespacesdanakj@chromium.org2012-11-051-1/+1
* A speculative Revert for r165872 - Remove static thread pointers from CC, att...hbono@chromium.org2012-11-051-157/+155
* Remove static thread pointers from CC, attempt 2aelias@chromium.org2012-11-041-155/+157
* cc: Remove WebCore rect use from the compositor, except within Region.danakj@chromium.org2012-11-031-4/+4
* Remove most remaining references to IntRect and FloatRect.danakj@chromium.org2012-11-011-16/+16
* Revert 165476 - Remove static thread pointers from CCjamesr@chromium.org2012-11-011-157/+155
* Remove static thread pointers from CCjamesr@chromium.org2012-11-011-155/+157
* cc: Use gfx:: Geometry types for positions, bounds, and related things.danakj@chromium.org2012-11-011-202/+202
* Pass accurate contentsScale to LayerImpl.wangxianzhu@chromium.org2012-11-011-1/+2
* Use gfx:: Geometry types for the resource provider and layer updater classes.danakj@chromium.org2012-10-311-4/+4
* Use gfx::Rect types for occlusion tracker and quad culler classes.danakj@chromium.org2012-10-311-4/+4
* Remove WebKit::Platform dependencies from ccjamesr@chromium.org2012-10-301-4/+1
* Revert 165050 - Remove WebKit::Platform dependencies from ccsergeyu@chromium.org2012-10-301-1/+4
* Remove WebKit::Platform dependencies from ccjamesr@chromium.org2012-10-301-4/+1
* Fix clipping/culling for DelegatedRendererLayer*piman@chromium.org2012-10-301-4/+8
* cc: Rename TextureUpdate to ResourceUpdate.reveman@google.com2012-10-251-6/+6
* cc: Rename CanvasLayerUpdater to ContentLayerUpdater.reveman@google.com2012-10-251-3/+3
* cc: Add predictive pre-painting.epenner@chromium.org2012-10-231-6/+78