summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Make property trees support external viewportsajuma2015-10-214-2/+39
* Always call LayerImpl::SetDebugInfo in debug builds.skobes2015-10-212-0/+5
* cc: Save only the scale for discardable images.vmpstr2015-10-2111-39/+68
* cc: Make conversions from gfx::Point to PointF explicit.danakj2015-10-2025-273/+293
* Intersect surface content rect from property trees with clip rect of target.jaydasika2015-10-202-66/+189
* cc: Plumbing for BeginFrameSource based on Surfacesbrianderson2015-10-2022-84/+723
* Let LayerTreeHostImpl::ScrollAnimated scroll the outer viewport.skobes2015-10-206-20/+33
* Revert of Always call LayerImpl::SetDebugInfo in debug builds. (patchset #1 i...ajuma2015-10-201-4/+0
* Add missing include to timing_function.hkotenkov2015-10-201-0/+1
* cc: Fix texture coordinates for rectangle targetsccameron2015-10-202-6/+13
* Add a flag to disable partial raster in rendererericrk2015-10-2010-63/+219
* cc: Don't hardcode the draw cache capacityenne2015-10-206-15/+107
* Always call LayerImpl::SetDebugInfo in debug builds.skobes2015-10-201-0/+4
* cc: Remove the base RasterSourcehendrikw2015-10-1948-502/+397
* Remove unused methods in RenderingStatsInstrumentation.fdoray2015-10-192-24/+0
* cc: Handle out-of-order returns from copy requestsqiangchen2015-10-194-29/+88
* media: Use GL shared worker context instead of allocating one.dcastagna2015-10-191-0/+1
* Add Protobuf support in cc for gfx objectsdtrainor2015-10-1915-0/+560
* cc: Make property trees support resourceless draw modeajuma2015-10-1910-32/+799
* cc: Prepare removing draw_and_swap_full_viewport_every_frameboliu2015-10-174-10/+100
* Initialize is_overlay_candidate in all constructors.reillyg2015-10-171-0/+2
* cc : Add API to update the Top Controls State to Proxykhushalsagar2015-10-1712-11/+61
* Propagate clips to clipped descendants of unclipped surfacejaydasika2015-10-165-42/+205
* Reland of Add mechanism to signal DelegatedFrameHost that a surface is about ...jbauman2015-10-167-7/+105
* Fix uninitialized read in SurfaceAggregatorValidSurfaceTest.CopyRequestbenwells2015-10-161-1/+5
* Revert of Add mechanism to signal DelegatedFrameHost that a surface is about ...mpearson2015-10-167-105/+7