summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor signaling in RWPericrk2016-02-122-18/+42
* Added state tracking to better error check resource synchronization.dyen2016-02-122-91/+183
* Add knowledge about blocking and passive event listeners.dtapuska2016-02-123-1/+17
* Add framework for (de)serialization of images in SkPicturenyquist2016-02-1236-69/+340
* cc: Make LayerTreeHostImplTests specify whether to rebuild property trees.sunxd2016-02-111-9/+82
* cc :: Move some tracking of layer_property_changed to main thread.jaydasika2016-02-1113-34/+185
* Ensure no reattachment of LayerTreeHost during tree deserialization.nyquist2016-02-112-7/+418
* cc: Imagedecodes: Clip the src_rect to the image rect.vmpstr2016-02-112-9/+121
* Never call GraphicsLayer::paint when fetching painted output from cc.chrishtr2016-02-113-1/+4
* Add weak pointer to SurfaceAggregator to try to debug crashjbauman2016-02-112-1/+17
* Move MaxScrollOffset to property_treessunxd2016-02-1116-163/+400
* CC Animation: Move files from cc_blink to Source/platform/animationloyso2016-02-1033-1891/+18
* Mac: Suppress asserts about resources being in useccameron2016-02-103-5/+27
* Refactor Scroll Customization to share cc::ScrollStateData with blink.tdresser2016-02-109-164/+154
* CC Animation: Add perf test for AnimationHost PushPropertiesTo.loyso2016-02-103-0/+117
* Delete an unused variable in DirectRenderer.chrishtr2016-02-091-1/+0
* Adds an interface to SurfaceHittestDelegate in order to overridelfg2016-02-095-75/+115
* CC Animation: Speed up AnimationTimeline PushPropertiesTo by using a hash map.loyso2016-02-092-47/+40
* Remove DelegatedRendererLayerjbauman2016-02-0932-6074/+1
* Reland of Separate out resource mailbox creation and fix synchronization issu...dyen2016-02-094-56/+87
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-0918-67/+436
* cc: fix for huge filtered render surfaces.senorblanco2016-02-083-21/+98
* cc: Update pending tree when external constraints changeboliu2016-02-082-0/+36
* Switch cc::RenderPassId and cc::DrawQuad::Resources to use uint32_t instead o...jam2016-02-082-3/+5
* cc: Fix best-effort sync scroll regression.brianderson2016-02-064-20/+166
* Revert of Separate out resource mailbox creation and fix synchronization issu...dyen2016-02-064-76/+53
* Update task workers to insert their own fence syncs for synchronization.dyen2016-02-064-3/+27
* Remove a lame assertion from one_copy_tile_task_worker_pool.cc.nick2016-02-051-3/+0
* Communicate whether passive event listeners exist to cc.dtapuska2016-02-0516-35/+121
* Separate out resource mailbox creation and fix synchronization issue.dyen2016-02-054-53/+76
* Revert of Add support for 9- and 10-bit h264 videos. (patchset #27 of https:/...flackr2016-02-0518-436/+67
* Swarm cc_unittests on Android.stip2016-02-052-0/+37
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-0518-67/+436
* Disable DCHECK as we investigate why IOSurfaces do not get released.dyen2016-02-041-1/+2
* cc: Fix gyp deps for cc_test_supportkhushalsagar2016-02-041-0/+1
* cc :: Layer backface visibility determination without layer tree hierarchyjaydasika2016-02-049-62/+199
* cc: re-enable --show-fps-counter and --ui-show-fps-counter command linesdongseong.hwang2016-02-042-0/+8
* VideoLayerImpl: subtract 1 from visible size when calculating tex stretch.wuchengli2016-02-041-8/+14
* cc: Add message types for remote compositor.khushalsagar2016-02-0410-15/+457
* cc: Images: Remove extra erase + unlock memory before deleting it.vmpstr2016-02-041-10/+14
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* Use SkTLazy for ScopedDecodedImageLock's optional paintfmalita2016-02-031-8/+7
* Add helper methods to MainThreadScrollingReasons.ymalik2016-02-033-14/+29
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* Move main_thread_scrolling_reasons to scroll_tree.sunxd2016-02-039-19/+89
* Move scroll event handlers from layer to layer tree view.dtapuska2016-02-0319-77/+44
* cc: Ensure ImageDecodeController handles negative scales.vmpstr2016-02-031-7/+0
* Enable DCHECK for item/rect count match in cc DisplayItemList.wkorman2016-02-021-3/+4
* cc: Handle readPixels failure in image decodes.vmpstr2016-02-022-3/+16