summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic cleanup to texture_layer mailboxes.alexst@chromium.org2013-01-2110-96/+183
* cc: Add "new content takes priority" setting to GlobalStateThatImpactsTilePri...reveman@chromium.org2013-01-219-9/+59
* Make new-style page scale work on Android.aelias@chromium.org2013-01-217-59/+39
* Unbreak max scroll offset in threaded compositing mode.aelias@chromium.org2013-01-211-2/+2
* cc: Use the size of the source frame along with the source frame's renderpassesdanakj@chromium.org2013-01-205-12/+82
* cc: DelegatedRenderer layer needs a surface if rotated.danakj@chromium.org2013-01-202-4/+30
* Find root scroll layer at tree activationjamesr@chromium.org2013-01-1911-64/+75
* cc: Test non-root passes are not transformed.danakj@chromium.org2013-01-191-13/+71
* Fix scrollbars missing after lost contextpiman@chromium.org2013-01-196-15/+88
* cc: Fix PictureLayerTiling::Iterator crashenne@chromium.org2013-01-184-1/+15
* cc: Fix clipped render surface caching.danakj@chromium.org2013-01-182-35/+154
* cc: Add right-aligned-scheduler command line switch.kangyuan.shu@intel.com2013-01-184-0/+6
* cc: Redraw incomplete frames when new texture uploads finishbrianderson@chromium.org2013-01-1817-13/+176
* cc: PaintTimeCounter display on the HudLayer in continuous painting modeegraether@chromium.org2013-01-185-79/+184
* Putting back: Add point-based UV coordinate on TextureLayerjscholler@chromium.org2013-01-1815-58/+160
* cc: Fix resource eviction with impl-side painting.reveman@chromium.org2013-01-178-35/+38
* Separate scrollbar animation controller from scrollbar positioningjamesr@chromium.org2013-01-1716-278/+219
* Enabling the TileGrid acceleration structure for cc picture playbackjunov@chromium.org2013-01-171-4/+7
* Revert 177288ilevy@chromium.org2013-01-1715-160/+58
* cc: Clarify the uvRect used for RenderSurfaces and support masks with differe...danakj@chromium.org2013-01-172-19/+148
* fix to improve performance of TilePositionwhunt@chromium.org2013-01-171-6/+6
* cc: Fix thread proxy releasing commit earlyenne@chromium.org2013-01-172-3/+9
* cc: add PaintTimeCounter to keep track of per frame paint timeegraether@chromium.org2013-01-176-0/+111
* cc: Add picture pile base classenne@chromium.org2013-01-1710-93/+130
* Define cc::TransformOperations and webkit::WebTransformOperationsImplajuma@chromium.org2013-01-1711-0/+1175
* cc: Add point-based UV coordinate on TextureLayerjscholler@chromium.org2013-01-1715-58/+160
* cc: Do not request redraw on commit when impl-side paintingbrianderson@chromium.org2013-01-1711-57/+179
* Remove top controls layer from cc/.tedchoc@chromium.org2013-01-164-38/+0
* cc: Block the main thread for texture layers during impl-side paintingenne@chromium.org2013-01-166-3/+48
* cc: Add iterator and big border support to TilingDataenne@chromium.org2013-01-163-14/+451
* cc: Fix tree activation when invisible layers exist.reveman@chromium.org2013-01-162-4/+12
* [cc] Use base::TimeTicks in RenderStatsnduca@chromium.org2013-01-1610-41/+36
* cc: Test to verify the order of the transforms when mapping to the delegated ...danakj@chromium.org2013-01-162-8/+20
* cc: Set the max frames pending from the thread proxy.danakj@chromium.org2013-01-168-14/+94
* Mark textures allocated by impl-side painting's ResourcePool asccameron@chromium.org2013-01-161-1/+1
* This change makes the timestamp saving functionality of the FrameRateCounter ...egraether@chromium.org2013-01-166-65/+116
* Add support for calculating the position of the top controls in the cc layer.tedchoc@chromium.org2013-01-1615-7/+582
* cc: Implement DelegatingRender::drawFrame() method.danakj@chromium.org2013-01-1639-77/+384
* cc: Fix lost context handling when using impl-side painting.reveman@chromium.org2013-01-165-4/+59
* cc: Move tile sorting into separate function and add trace event.reveman@chromium.org2013-01-162-2/+9
* cc: fix HudLayer's RGB ordering on Androidegraether@chromium.org2013-01-151-2/+3
* cc: Add tiling data unittestsenne@chromium.org2013-01-152-0/+594
* Remove duplicate pushPropertiesTo call for mask/replica layersjamesr@chromium.org2013-01-151-5/+0
* Fix masks when scaling is in the treepiman@chromium.org2013-01-152-2/+141
* cc: remove continuous painting invalidations from LayerTreeHostegraether@chromium.org2013-01-152-19/+0
* Migrate more functions from MathUtil to gfx::Transformshawnsingh@chromium.org2013-01-1515-1293/+51
* Revert 176739reveman@google.com2013-01-153-15/+24
* cc: Sort impl-side painting tiles by content rectenne@chromium.org2013-01-151-3/+8
* cc: Move anti-aliasing decision to parent compositor.reveman@chromium.org2013-01-143-24/+15
* Move pending tile priorities to active on tree activationbrianderson@chromium.org2013-01-1310-0/+42