summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* [Android WebView] Tie together Chrome's browser compositor with the Android V...leandrogracia@chromium.org2012-12-1514-39/+255
* Adding support for per vertex opacity on textured layerjscholler@chromium.org2012-12-1520-90/+217
* Make textures that are rendered through the prioritized resourceccameron@chromium.org2012-12-154-4/+50
* Remove the pools from the ResourceProvider.ccameron@chromium.org2012-12-1422-133/+72
* cc: Reduce time spent in AssignGpuMemoryToTiles().reveman@chromium.org2012-12-142-5/+12
* Allow using a larger-than-necessary texture as cached render pass backingjamesr@chromium.org2012-12-147-36/+166
* cc: Add id->LayerImpl map to LayerTreeImplenne@chromium.org2012-12-149-24/+82
* adding render stats for deferred image decodingqinmin@chromium.org2012-12-144-26/+69
* cc: Fix tile deletion.reveman@chromium.org2012-12-141-0/+14
* Add reference png for https://codereview.chromium.org/11420079/jamesr@chromium.org2012-12-131-0/+0
* Moves sampler binding from init to draw time during batched drawing.whunt@chromium.org2012-12-132-2/+5
* Mark layers that can use LCD text based on layer transform and opacity.alokp@chromium.org2012-12-1320-88/+359
* Combine mask texture parameters into single gfx::RectFjamesr@chromium.org2012-12-139-82/+43
* Implement the logic to kick off image decoding jobs for TileManagerqinmin@chromium.org2012-12-136-23/+221
* cc: Make DelegatedRendererLayerImplTest use FakeLayerTreeHostImplClientenne@chromium.org2012-12-131-14/+4
* explicitly validating assumptions about positive matrix scalewhunt@chromium.org2012-12-133-1/+56
* Check whether a touch point hits touch event handler regions in root layeryusufo@chromium.org2012-12-133-13/+24
* cc: Remove dead function from cc::Layerenne@chromium.org2012-12-121-1/+0
* cc: Disable use of Skia r-tree for impl-side paintingenne@chromium.org2012-12-121-2/+3
* Move second internal recursion to a precomputation in layer_tree_host_common.ccshawnsingh@google.com2012-12-128-53/+47
* [cc] Route LayerImpl::layerTreeHostImpl() calls through LayerTreeImplnduca@chromium.org2012-12-1224-249/+383
* cc: Fix invalidation problems in impl-side paintingenne@chromium.org2012-12-122-2/+2
* Reduce more matrix math in calculateDrawPropertiesshawnsingh@google.com2012-12-121-49/+80
* [cc] Make LayerImpls point at LayerTreeImpl instead of LTHInduca@chromium.org2012-12-1173-442/+466
* cc: Temporary diagnostics.reveman@chromium.org2012-12-111-0/+22
* cc: Resize picture layer tiling set during commitenne@chromium.org2012-12-114-1/+9
* cc: Handle directly composited images in impl-side paintingenne@chromium.org2012-12-114-1/+119
* cc: switch FPS counter graph back to a frame based X axisegraether@chromium.org2012-12-112-7/+6
* 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