summaryrefslogtreecommitdiffstats
path: root/cc/trees
Commit message (Expand)AuthorAgeFilesLines
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* cc: Remove incorrect dcheck for masks.danakj@chromium.org2013-04-172-32/+661
* cc: Clarify text for single thread + impl-painting CHECKenne@chromium.org2013-04-171-1/+2
* Revert 194394 "Move swapcomplete callback into OutputSurface"cpu@chromium.org2013-04-164-6/+6
* Move swapcomplete callback into OutputSurfacejamesr@chromium.org2013-04-164-6/+6
* cc: Add strict layer property change checking and handle bounds changes durin...reveman@chromium.org2013-04-167-4/+86
* Propagate back damaged rects coming from the UI to the renderer.skaslev@chromium.org2013-04-1510-50/+121
* Fix main-thread event handling for impl-only animationsajuma@chromium.org2013-04-111-27/+27
* Revert 193629 "Fix main-thread event handling for impl-only anim..."kinuko@chromium.org2013-04-111-25/+27
* Fix main-thread event handling for impl-only animationsajuma@chromium.org2013-04-111-27/+25
* cc: Delete resources when ResourceProvider shuts down.danakj@chromium.org2013-04-111-0/+2
* cc: Remove max-prepaint-tile-distance constant.reveman@chromium.org2013-04-113-3/+0
* cc: Don't DCHECK for layers with weird transforms.danakj@chromium.org2013-04-103-2/+70
* cc: Move video upload to VideoResourceUpdater.danakj@chromium.org2013-04-101-3/+8
* Avoid overflow when calculating unused_memory_limit_in_bytes.wangxianzhu@chromium.org2013-04-091-3/+3
* Delete layout_viewport_size.aelias@chromium.org2013-04-0912-117/+107
* Damage root layer when viewport or top controls changes.aelias@chromium.org2013-04-096-16/+16
* cc: Prevent checkerboarded animations from timing out during tests.danakj@chromium.org2013-04-094-2/+12
* Implement pinch zoom for bottom-right fixed-position elementstrchen@chromium.org2013-04-094-752/+150
* LayerTreeHost::SetAnimationEvents should use AnimationRegistrarajuma@chromium.org2013-04-083-44/+31
* cc: Don't draw and swap if the frame will not change.danakj@chromium.org2013-04-0614-178/+605
* cc: Use refresh_rate from LayerTreeSettingsbacker@chromium.org2013-04-062-3/+4
* cc: Make animations tick regardless of drawing.danakj@chromium.org2013-04-067-43/+298
* CC: HUD layer shouldn't cause damage when --show-surface-damage-rectsbacker@chromium.org2013-04-034-0/+19
* cc: Remove TileRasterState from tile manager.reveman@chromium.org2013-04-022-16/+5
* cc: Use highp precision for texture coords if available and neededbrianderson@chromium.org2013-04-014-6/+9
* cc: Prevent tree activation with transparent uninitialized layers.reveman@chromium.org2013-03-302-0/+56
* cc: Remove unused fields originally used for RenderingStats collectionegraether@chromium.org2013-03-303-12/+1
* cc: Add remaining pixel tests for background blur.danakj@chromium.org2013-03-301-0/+80
* cc: Consolidate LayerList types.danakj@chromium.org2013-03-2923-115/+125
* cc: Fix build issues for adding ‘chromium_code’: 1 to cc.gyp and cc_tests...danakj@chromium.org2013-03-2912-64/+53
* Revert 191400 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."rsleevi@chromium.org2013-03-2912-53/+64
* cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gypdanakj@chromium.org2013-03-2912-64/+53
* cc: Fix constructor initialization style.danakj@chromium.org2013-03-291-3/+3
* Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."danakj@chromium.org2013-03-2912-53/+64
* cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gypdanakj@chromium.org2013-03-2912-64/+53
* cc: Fix some misplaced brackets.danakj@chromium.org2013-03-292-21/+42
* cc: Remove unneeded antique cleanup from LTH tests.danakj@chromium.org2013-03-291-17/+1
* Do not always request a new commit when memory limit is changed. ccameron@chromium.org2013-03-294-8/+58
* cc: Add command line switch to control resource usage for impl-side painting.reveman@chromium.org2013-03-283-1/+8
* Enable hiding/showing top controls persistentlydtrainor@chromium.org2013-03-282-4/+11
* cc: Damage the video layer when requesting it be redrawn.danakj@chromium.org2013-03-281-0/+97
* cc: Add command line switches for impl-side painting constants.reveman@chromium.org2013-03-283-1/+7
* Revert 191086 "cc: Switch RenderingStats collection in Layer::Up..."danakj@chromium.org2013-03-287-12/+36
* cc: Fix lint errors in cc.danakj@chromium.org2013-03-2811-295/+304
* cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInst...egraether@chromium.org2013-03-287-36/+12
* cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate.danakj@chromium.org2013-03-272-0/+5
* cc: Make test macros require semicolons;danakj@chromium.org2013-03-275-46/+47
* Implement on demand quad rasterization for PicturePiles.leandrogracia@chromium.org2013-03-271-0/+107
* cc: Re-enable LayerTreeHostTestSetNeedsCommit1danakj@chromium.org2013-03-271-1/+1