summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 171850jamesr@chromium.org2012-12-103-52/+1
* cc: Remove dangerous LayerImpl::removeFromParentenne@chromium.org2012-12-103-16/+12
* cc: Split out calcDrawEtc from drawLayersenne@chromium.org2012-12-097-28/+193
* Fix license header in cc/delegating_rendererboliu@chromium.org2012-12-082-48/+6
* Revert 171714 - Use an auxiliary list of animation controllers.vollick@chromium.org2012-12-0824-414/+434
* cc: Add a blocksPendingCommit flag to LayerImplenne@chromium.org2012-12-086-0/+26
* cc: Fix impl-side painting rasterization at >1 contents scalesenne@chromium.org2012-12-086-12/+19
* Added LayerTreeHostImpl::layerTreeAsJson which serializes a layer treeskaslev@chromium.org2012-12-087-9/+92
* Round managed memory stats to the nearest 8MB, and don't performccameron@chromium.org2012-12-087-13/+65
* cc: Only create tilings for layers that draws content.reveman@chromium.org2012-12-083-6/+17
* Add the DelegatingRenderer class with its initialize path.danakj@chromium.org2012-12-0814-24/+393
* Update 10_10_layer_tree.json benchmark datajamesr@chromium.org2012-12-081-8311/+1823
* Rename discardFramebufferEXT to discardBackbufferCHROMIUM to avoid collision ...jamesr@chromium.org2012-12-085-48/+47
* cc: Add receiver for CompositorFrameAck in LayerTreeHostImpl and forward it t...danakj@chromium.org2012-12-082-2/+8
* This patch makes quad-clipping to a scissor window an explicit operation at q...whunt@chromium.org2012-12-073-1/+52
* Expose vector::swap on ScopedPtrVector.danakj@chromium.org2012-12-071-0/+4
* cc: Move WebCompositorOutputSurface and related classes into cc/danakj@chromium.org2012-12-0741-308/+425
* Add a stat to the smoothness benchmark for avg number of missing tiles.vollick@chromium.org2012-12-078-16/+27
* Marking LayerTreeHostTestDeviceScaleFactorScalesViewportAndLayers test as flakypliard@chromium.org2012-12-071-1/+2
* cc: Pass LayerTreeHostImpl to LayerImpl constructorenne@chromium.org2012-12-0775-643/+964
* optimize computing bounds by calling SkMatrix44::map2()reed@google.com2012-12-071-7/+19
* Basic pixel tests for ccjamesr@chromium.org2012-12-0714-15/+473
* cc: Use asynchronous set pixels API for impl-side painting.reveman@chromium.org2012-12-079-23/+78
* With this patch we accomplish the following:vollick@chromium.org2012-12-0724-435/+420
* Preparing cc for the removal of scoped_refptr::release()piman@chromium.org2012-12-071-2/+6
* Move LayerSorter to exist locally only in layer_tree_host_commonshawnsingh@google.com2012-12-0711-53/+51
* cc: Add asynchronous setPixel interface.reveman@chromium.org2012-12-072-0/+87
* Add data file needed for cc pixel testsjamesr@chromium.org2012-12-061-0/+0
* [cc] Move root layer pointer to LayerTreeImplnduca@chromium.org2012-12-067-138/+254
* Revert 171544miket@chromium.org2012-12-0613-404/+9
* Basic pixel tests for ccjamesr@chromium.org2012-12-0613-9/+404
* Disable pinch zoom viewport for non-compositor scalingtrchen@chromium.org2012-12-061-1/+3
* cc: Initialize boolean with false, not 0.danakj@chromium.org2012-12-061-1/+1
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-0660-429/+458
* Revert 171403danakj@chromium.org2012-12-0660-457/+429
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-0660-429/+457
* cc: Allow a renderer to disallow partial texture updates.danakj@chromium.org2012-12-069-12/+153
* Try deflake tests, and re-enable a was-flaky test.danakj@chromium.org2012-12-063-26/+6
* cc: Don't recycle texture backings when they are in use by the ubercomp consu...danakj@chromium.org2012-12-061-0/+2
* Re-land: cc: Reduce picture cloning by creating at most one clone per raster ...reveman@google.com2012-12-056-70/+146
* Organize internal properties of cc/ layer typesshawnsingh@google.com2012-12-0526-434/+418
* Simplify pinch flags.wjmaclean@chromium.org2012-12-052-5/+0
* Revert 171267 - it adds a global std::string initializerdmazzoni@chromium.org2012-12-056-145/+70
* cc: Reduce picture cloning by creating at most one clone per raster thread.reveman@chromium.org2012-12-056-70/+145
* cc: Delete bogus .rej/.orig files from r170413enne@chromium.org2012-12-053-240/+0
* cc: Apply contents scales to impl-side painting rasterizationenne@chromium.org2012-12-058-11/+33
* Clamp texture queries to sane values.brianderson@chromium.org2012-12-051-0/+4
* cc: Always commit and redraw after scrollingskyostil@chromium.org2012-12-042-3/+9
* Tighten the matrix usage in cc/layer_tree_host_common.cppshawnsingh@google.com2012-12-041-25/+27
* cc: Add basic texture recycling to ResourcePool.reveman@chromium.org2012-12-045-40/+124