summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Stretch tiling textures to fit scaled rectsenne@chromium.org2013-02-022-33/+67
* [cc] Show GPU memory usage and overage below FPS counternduca@chromium.org2013-02-0212-6/+188
* cc: Allow non-ideal resolutions to activate the pending tree.danakj@chromium.org2013-02-023-107/+465
* cc: Fix the PictureLayerImplTest.addTilesFromNewRecording test.danakj@chromium.org2013-02-023-12/+42
* Cache decomposed transforms used by cc::TransformOperations::Blend.ajuma@chromium.org2013-02-022-4/+58
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-02-028-118/+117
* cc: Avoid expensive RenderingStats collection.danakj@chromium.org2013-02-0262-191/+232
* Bump kPixelDistanceToRecord to 8knduca@chromium.org2013-02-021-1/+1
* Revert 180162enne@chromium.org2013-02-0111-96/+46
* cc: Let impl-side painting use smaller tilesenne@chromium.org2013-02-0111-46/+96
* [cc] Add stub for IsCheapInRectnduca@chromium.org2013-02-012-0/+6
* Convert top controls to use DIP instead of PX.tedchoc@chromium.org2013-02-014-4/+4
* cc: Don't do full tree sync unless needed with impl painting.danakj@chromium.org2013-02-014-22/+27
* Added a UMA metric to track slow path scrolling.clholgat@chromium.org2013-02-011-1/+5
* Enabled partial swap support for software compositing.skaslev@chromium.org2013-02-013-22/+47
* cc: fix uninitialized value used in WebKit layout testsegraether@chromium.org2013-02-011-1/+13
* cc: Fix frequent low-res tile flash when using impl-side painting.nduca@chromium.org2013-01-316-48/+78
* Fix division by zero error in page_scale_animationyusufo@chromium.org2013-01-312-0/+40
* cc: Run raster task completion callbacks during worker pool shutdown.reveman@chromium.org2013-01-317-305/+417
* Revert 179770jochen@chromium.org2013-01-318-117/+118
* Revert 179764ilevy@chromium.org2013-01-3111-90/+46
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-01-318-118/+117
* cc: Let impl-side painting use smaller tilesenne@chromium.org2013-01-3111-46/+90
* Add a bit to not bubble scrolls to parent scrolling layersyusufo@chromium.org2013-01-314-3/+88
* cc: Clamp texture coordinates in all tile shadersbrianderson@chromium.org2013-01-314-24/+120
* Move page scale ownership to LayerTreeImpl.aelias@chromium.org2013-01-3011-276/+216
* Cleanups to enable clang warning about protected non-virtual RefCounted destr...jamesr@chromium.org2013-01-302-23/+5
* Fix TextureDrawQuad serialization, ensure all quad types are testedpiman@chromium.org2013-01-301-0/+4
* Fixes a bug when the framebuffer is cleared with invalid scissor rect.skaslev@chromium.org2013-01-304-1/+82
* Make cc build on Win64 jschuh@chromium.org2013-01-301-1/+3
* Delete zoomed_viewport_offset_ and its users.aelias@chromium.org2013-01-2910-688/+34
* cc: Scale partially rasterized texels off screenbrianderson@chromium.org2013-01-292-11/+43
* cc: Limit the set of tiles updated each frameenne@chromium.org2013-01-298-39/+130
* cc: Fix PictureLayerTilingSetIterator.danakj@chromium.org2013-01-292-21/+45
* cc: Remove unused 'time to ideal resolution' fieldenne@chromium.org2013-01-292-14/+4
* cc: Minor clean up in Layer tree code.tfarina@chromium.org2013-01-293-32/+28
* cc: Fix RasterWorkerPool shutdown crash.reveman@chromium.org2013-01-293-6/+65
* cc: Changing layer properties should not invalidate.danakj@chromium.org2013-01-293-71/+80
* Do not invalidate ContentLayer when LCD text settings change.alokp@chromium.org2013-01-293-126/+0
* cc: Add a difference iterator to TilingDataenne@chromium.org2013-01-294-179/+609
* cc: Fix PictureTilingSet iterator with 1 tiling.danakj@chromium.org2013-01-295-2/+93
* cc: Put orange debug border around PicureLayers.danakj@chromium.org2013-01-292-0/+11
* cc: Reset swapUsedIncompleteTile on drawbrianderson@chromium.org2013-01-281-0/+1
* cc: Don't call base::TimeTicks::Now() for every layer.danakj@chromium.org2013-01-287-1/+28
* [cc] Add tracing for tree activation statenduca@chromium.org2013-01-286-9/+193
* cc: Prevent tree activation hang when out of memory.reveman@chromium.org2013-01-283-14/+135
* cc: Make sure tile manager doesn't accidentally become idle when throttling r...reveman@chromium.org2013-01-271-0/+2
* cc: Throttle tile priority updates to once a frame.danakj@chromium.org2013-01-2711-54/+119
* cc: Throttle raster tasks when we become upload bound.epenner@chromium.org2013-01-262-5/+33
* Treat accelerated css animations like pinch zoom gestures.vollick@chromium.org2013-01-261-6/+30