summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Add support for multiple observers to BeginFrameSource.sunnyps2016-02-0217-577/+702
* Remove dead code related to video painting.chrishtr2016-02-022-5/+0
* Scrolling updates walk up scroll tree instead of layer tree.sunxd2016-02-021-134/+120
* Record scrolling layer in ElementLayers whenever possible.tdresser2016-02-021-22/+9
* Provide texture resource immutability hint when allocating resources.tobiasjs2016-02-025-10/+43
* cc: Fix a use-after-free in discardable image map.vmpstr2016-02-013-39/+50
* Remove scoped_ptr<SkCanvas> from cc/tomhudson2016-02-012-5/+6
* cc: Skip drawing 0-sized images.vmpstr2016-02-013-7/+47
* cc: Route output surface requests and visiblity calls for the remotekhushalsagar2016-01-3010-17/+251
* Avoid creating new sync tokens when releasing multi-plane video framesjbauman2016-01-301-1/+1
* cc:: Layer with animating opacity should contribute to drawn surfacejaydasika2016-01-295-18/+30
* Move have_wheel_event_handlers to WebLayerTreeView.dtapuska2016-01-2924-133/+68
* cc: Remove GetPreferredTryMasters from cc/PRESUBMIT.py.sunnyps2016-01-291-13/+5
* cc :: Fix sublayer scale bug when we have scroll parentsjaydasika2016-01-292-16/+52
* cc:: Add remote mode to the compositor.khushalsagar2016-01-2945-141/+1596
* cc: use Skia's filterBounds() traversal, not computeFastBounds().senorblanco2016-01-281-17/+7
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-281-21/+0
* cc:: Add transform nodes at boundaries of 3d rendering contextsjaydasika2016-01-286-36/+75
* Purge the ScrollBlocksOn code.dtapuska2016-01-2815-344/+21
* cc: Fix badly-scoped trace event for CDP in LTH::DoUpdateLayersajuma2016-01-281-5/+2
* Switch cc to std::unordered_*.davidben2016-01-2853-211/+200
* cc: make partially-resident textures use 1 - y, not h - y.senorblanco2016-01-284-10/+94