summaryrefslogtreecommitdiffstats
path: root/cc/tiled_layer.cc
Commit message (Expand)AuthorAgeFilesLines
* Avoid exposing gl bindings through cc public API headersjamesr@chromium.org2013-01-081-0/+3
* cc: Put context-loss tests in layer_tree_host_unittest_context.ccdanakj@chromium.org2013-01-041-0/+8
* cc: Remove all uses of "using namespace std".tfarina@chromium.org2013-01-031-3/+1
* cc: Don't let invalidations that we're going to handle immediately cause an e...danakj@chromium.org2012-12-201-2/+7
* cc: Invalidate the full tiled layer when contents scale changes.danakj@chromium.org2012-12-201-0/+3
* [cc] Make LayerImpls point at LayerTreeImpl instead of LTHInduca@chromium.org2012-12-111-2/+2
* cc: Add a blocksPendingCommit flag to LayerImplenne@chromium.org2012-12-081-0/+5
* cc: Pass LayerTreeHostImpl to LayerImpl constructorenne@chromium.org2012-12-071-2/+2
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-2/+1
* cc: Increase 'small animated layer' size.epenner@chromium.org2012-11-201-11/+12
* ui: Add methods to Rect classes to get points at each of the rect's corners.danakj@chromium.org2012-11-201-1/+0
* Always use border texels on layer tiles. We already did that on certain platf...alokp@chromium.org2012-11-151-14/+0
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-19/+10
* ui: Add methods to clamp Sizes, Points, and Vectors from above or below.danakj@chromium.org2012-11-101-2/+2
* cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg...danakj@chromium.org2012-11-081-1/+0
* cc: Rename PrioritizedTexture to PrioritizedResource.reveman@google.com2012-11-071-16/+16
* cc: Fix style for comments at the end of namespacesdanakj@chromium.org2012-11-051-1/+1
* cc: Remove WebCore rect use from the compositor, except within Region.danakj@chromium.org2012-11-031-3/+2
* Remove most remaining references to IntRect and FloatRect.danakj@chromium.org2012-11-011-6/+6
* cc: Use gfx:: Geometry types for positions, bounds, and related things.danakj@chromium.org2012-11-011-104/+105
* Pass accurate contentsScale to LayerImpl.wangxianzhu@chromium.org2012-11-011-22/+7
* Use gfx:: Geometry types for the resource provider and layer updater classes.danakj@chromium.org2012-10-311-6/+6
* Fix clipping/culling for DelegatedRendererLayer*piman@chromium.org2012-10-301-1/+1
* cc: Convert more usages from Vector to std::vector.tfarina@chromium.org2012-10-291-3/+3
* cc: Rename TextureUpdate to ResourceUpdate.reveman@google.com2012-10-251-3/+3
* One good thing (the only good thing?) about the recent textureepenner@chromium.org2012-10-251-69/+20
* cc: Rename LayerUpdater::Texture to LayerUpdater::Resource.reveman@chromium.org2012-10-251-10/+10
* cc: Add predictive pre-painting.epenner@chromium.org2012-10-231-25/+89
* cc: Rename LayerTextureUpdater to LayerUpdater.reveman@google.com2012-10-231-10/+10
* cc: Remove CC*.h temporary includes, part 5/4.tfarina@chromium.org2012-10-231-2/+2
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-221-61/+61
* cc: Move contentsSwizzled property from LayerTextureUpdater to CCPrioritizedT...reveman@google.com2012-10-221-3/+1
* cc: Remove CC*.h temporary includes, part 4/4.tfarina@chromium.org2012-10-221-1/+1
* cc: Remove CC*.h temporary includes, part 2/4.tfarina@chromium.org2012-10-201-1/+1
* Revert "cc: Rename cc classes and members to match filenames"enne@chromium.org2012-10-191-61/+61
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-191-61/+61
* Reland "cc: Remove CC*.h temporary includes, part 1/4."tfarina@chromium.org2012-10-191-1/+0
* Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4."pfeldman@chromium.org2012-10-191-0/+1
* cc: Remove CC*.h temporary includes, part 1/4.tfarina@chromium.org2012-10-191-1/+0
* Remove GraphicsContext3D:: stubs from ccjamesr@chromium.org2012-10-181-1/+2
* cc: Switch to Chromium DCHECKs LOGsdanakj@chromium.org2012-10-181-9/+9
* Revert "cc: Switch to Chromium DCHECKs LOGs"mattm@chromium.org2012-10-171-9/+9
* cc: Switch to Chromium DCHECKs LOGsdanakj@chromium.org2012-10-171-9/+9
* Revert 162284 - cc: Get rid of CC*.h temporary header files.mattm@chromium.org2012-10-171-2/+2
* cc: Get rid of CC*.h temporary header files.tfarina@chromium.org2012-10-161-2/+2
* cc: Remove the temporary header files that aren't prefixed with CC*tfarina@chromium.org2012-10-161-2/+2
* cc: Remove wtf includes from *LayerTextureUpdater headersenne@chromium.org2012-10-161-6/+7
* cc: Store tiles, painters, tiling data in scoped_ptrenne@chromium.org2012-10-151-34/+9
* Remove USE(ACCELERATED_COMPOSITING) references from ccjamesr@chromium.org2012-10-151-4/+1
* cc: Remove LayerTextureUpdater::Texture::updateRect() callback.reveman@chromium.org2012-10-131-9/+4