summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Plumb cc::LatencyInfo through command buffer and output surfacejbauman@chromium.org2013-04-125-10/+16
* This patch implements the necessary plumbing to allow WebExternalTextureLayer...alexst@chromium.org2013-04-124-7/+28
* Aura: Use --ui-enable-partial-swap by default.backer@chromium.org2013-04-112-3/+1
* Makes tile-creation lazywhunt@chromium.org2013-04-1113-281/+271
* Fix main-thread event handling for impl-only animationsajuma@chromium.org2013-04-116-40/+164
* Revert 193629 "Fix main-thread event handling for impl-only anim..."kinuko@chromium.org2013-04-116-162/+40
* Fix main-thread event handling for impl-only animationsajuma@chromium.org2013-04-116-40/+162
* cc: Delete resources when ResourceProvider shuts down.danakj@chromium.org2013-04-1112-69/+229
* cc: Make include-what-you-use know about base/hash_tables.hdanakj@chromium.org2013-04-111-0/+8
* cc: Remove max-prepaint-tile-distance constant.reveman@chromium.org2013-04-118-32/+6
* Ensure opaque background for missing tiles for opaque layerswangxianzhu@chromium.org2013-04-112-25/+33
* Prioritize tiles near the viewport in out-of-viewport layerswangxianzhu@chromium.org2013-04-102-37/+88
* cc: Recycle resources for software video decode.danakj@chromium.org2013-04-103-46/+142
* Enable pinch & pinch-zoom scrollbars by default for CrOS.wjmaclean@chromium.org2013-04-102-0/+6
* Revert 192259junov@chromium.org2013-04-101-3/+2
* cc: Don't DCHECK for layers with weird transforms.danakj@chromium.org2013-04-106-4/+154
* cc: Move video upload to VideoResourceUpdater.danakj@chromium.org2013-04-1021-497/+756
* Fixed minor logic bug in the software renderer.skaslev@chromium.org2013-04-091-1/+1
* cc: Removed pending_image_decode_list from tile managervmpstr@chromium.org2013-04-092-48/+21
* Check for bad buffer before sending it to skia (null check, 4-byte-align check)reed@google.com2013-04-091-0/+4
* Avoid overflow when calculating unused_memory_limit_in_bytes.wangxianzhu@chromium.org2013-04-091-3/+3
* cc: Turn on presubmit cpplint warningsenne@chromium.org2013-04-091-0/+19
* Delete layout_viewport_size.aelias@chromium.org2013-04-0917-146/+126
* Damage root layer when viewport or top controls changes.aelias@chromium.org2013-04-099-29/+24
* cc: Prevent checkerboarded animations from timing out during tests.danakj@chromium.org2013-04-097-4/+18
* Implement pinch zoom for bottom-right fixed-position elementstrchen@chromium.org2013-04-0913-776/+1357
* Smart layer invalidation for LCD text.alokp@chromium.org2013-04-088-4/+27
* LayerTreeHost::SetAnimationEvents should use AnimationRegistrarajuma@chromium.org2013-04-0811-187/+340
* cc: Always sync LCD text status.reveman@chromium.org2013-04-061-6/+8
* cc: Remove empty WillDraw/DidDraw from NinePatchLayerImpl.danakj@chromium.org2013-04-062-6/+0
* Rewrite scoped_array<T> to scoped_ptr<T[]> in cc/, Linux edition.dcheng@chromium.org2013-04-065-9/+9
* cc: Don't draw and swap if the frame will not change.danakj@chromium.org2013-04-0620-212/+644
* Browser side changes for software compositing.skaslev@chromium.org2013-04-062-3/+7
* cc: Use refresh_rate from LayerTreeSettingsbacker@chromium.org2013-04-063-3/+6
* cc: Moved contents_swizzled out of TileManagervmpstr@chromium.org2013-04-068-24/+8
* cc: Make animations tick regardless of drawing.danakj@chromium.org2013-04-0616-125/+463
* cc: Changed to prediction histograms in tile managervmpstr@chromium.org2013-04-051-19/+18
* cc: Add debug borders for picturesenne@chromium.org2013-04-049-0/+36
* cc: Moved some TileManager code into a separate functionvmpstr@chromium.org2013-04-042-18/+22
* cc: Temporarily disable tile grid optimizationenne@chromium.org2013-04-041-2/+3
* [Android] Final changes to get chrome for android building with components.yfriedman@chromium.org2013-04-031-1/+2
* CC: HUD layer shouldn't cause damage when --show-surface-damage-rectsbacker@chromium.org2013-04-0310-3/+33
* cc: Ensure that tile_manager doesn't go over memory limitvmpstr@chromium.org2013-04-031-1/+5
* cc: Cleanup usage of scale members in PictureLayerImpl.reveman@chromium.org2013-04-022-9/+16
* cc: Make sure tilings are re-created after losing contextreveman@chromium.org2013-04-022-0/+39
* cc: Prevent busy loop in WorkerPool::RunCheapTasks().reveman@chromium.org2013-04-021-1/+1
* cc: Remove TileRasterState from tile manager.reveman@chromium.org2013-04-026-140/+8
* Chromium style checker cleanuprsleevi@chromium.org2013-04-012-3/+3
* cc: Use highp precision for texture coords if available and neededbrianderson@chromium.org2013-04-0128-373/+770
* Re-land: cc: Enable solid color prediction by defaultvmpstr@chromium.org2013-04-012-7/+7