summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-2821-61/+54
* Remove deadcode in cc/pdr2015-10-288-184/+0
* cc: Remove references to managed resources (and cleanup)ccameron2015-10-286-35/+33
* Remove NOTIMPLEMENTED for SurfaceFactoryClient::SetBeginFrameSource'sbrianderson2015-10-281-1/+0
* Move SingleThreadProxy::LayoutAndUpdateLayers into LayerTreeHost directly.wkorman2015-10-283-15/+10
* Avoid Copying damage rect when using Overlayskalyan.kondapally2015-10-286-47/+96
* Add protobuf serialization to DisplayItemListdtrainor2015-10-2828-13/+787
* cc: Move inter-thread communication in ThreadProxy through ChannelMainkhushalsagar2015-10-2817-206/+934
* Revert of Avoid Copying damage rect when using Overlays (patchset #12 id:2200...oshima2015-10-276-95/+47
* Avoid Copying damage rect when using Overlayskalyan.kondapally2015-10-276-47/+95
* Make compositor input-driven smooth scrolling smoother and snappier.skobes2015-10-275-44/+76
* content: Allow gfx::SHARED_MEMORY_BUFFER buffers to be imported.reveman2015-10-271-7/+16
* ui: Add support for creating GLImage instances from shared memory pools.reveman2015-10-272-1/+2
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-2721-53/+60
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-2721-60/+53
* ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ.reveman2015-10-262-4/+6
* Move skcanvas_video_renderer to media/renderersdongseong.hwang2015-10-261-1/+1
* media: Compute compatible VideoFrame::coded_rect for copies to GMBs.dcastagna2015-10-261-7/+2
* cc: Make sure to flush the context before waiting for copy queries to complete.reveman2015-10-241-0/+4
* cc: Remove unused display item bounds calculation.vmpstr2015-10-2319-205/+0
* Revert of Add mechanism to signal DelegatedFrameHost that a surface is about ...jbauman2015-10-237-105/+7
* [Android] Disable LayerTreeHostTimelinesTestSetPotentiallyAnimatingOnLacDestr...jbudorick2015-10-231-2/+10
* cc: Move surfaces hittesting test helpers out to a separate filefsamuel2015-10-238-134/+189
* Include device transform scale in transform node's sublayer scalejaydasika2015-10-235-3/+76
* Add Protobuf support for cc/playback skia usagedtrainor2015-10-2310-3/+430
* cc: Make property trees support external transformsjaydasika2015-10-235-8/+66
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-232-3/+3
* Fix unmatched trace event in LayerTreeImplruuda2015-10-231-1/+1
* android webview: allow cc to fail hardware drawboliu2015-10-2317-49/+111
* cc: Add extra tracing to cc::Schedulerbrianderson2015-10-231-0/+7
* cc/scheduler: Trigger deadline early when swap throttled.sunnyps2015-10-232-104/+34
* cc: Change the texture quad cache to fit nine quadsenne2015-10-221-1/+1
* Remove ContextProvider::VerifyContexts.dcastagna2015-10-226-17/+1
* Update layer scale factor without a property tree rebuild.jaydasika2015-10-224-18/+58
* Reland: GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane);...mcasas2015-10-223-38/+32
* Added support for sync token signals.dyen2015-10-222-0/+10
* Don't include trace_event.h from trace_event_argument.h.jbroman2015-10-222-0/+2
* gfx::Transform::IsBackVisible comparesjaydasika2015-10-221-0/+6
* Revert of GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane...vasilii2015-10-223-32/+38
* Remove unused variable.petermayo2015-10-221-5/+1
* Remove ContextProvider::DestroyedOnMainThread.dcastagna2015-10-216-34/+0
* Remove multiple application of sublayer scale in property trees.jaydasika2015-10-212-1/+44
* cc: Only require backbuffer texture be valid if the context is not lostccameron2015-10-211-1/+1
* Transform Render Surface Clip Rect to surface's target space.jaydasika2015-10-213-11/+64
* cc: prevent crash with null reference filtershendrikw2015-10-212-0/+15
* GpuMemoryBuffer interface change: Map(**) --> Map() + memory(plane); GetStrid...mcasas2015-10-213-38/+32
* cc: Split Proxy to eliminate unnecessary dependencies on the impl sidekhushalsagar2015-10-2162-516/+641
* cc: Consider the viewport empty if its too far from a tiling.danakj2015-10-212-21/+53
* Clean up layer tree hit testing test.tdresser2015-10-211-11/+11
* CC Animations: Fix AnimationHost mode integration with Property Trees.loyso2015-10-2112-0/+131