summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Introduce forward_begin_frames_to_children and use_external_begin_frame_s...simonhong2014-11-1110-59/+94
* cc: Make separate interface for BeginFrame ipc from OutputSurfacesimonhong2014-11-1134-216/+305
* cc: Add RecordingSource and replace references to PicturePileshendrikw2014-11-1115-125/+223
* cc: ReadyToDraw notifications.ernstm2014-11-1127-117/+495
* cc: Test to check results of filter on scaled layerhendrikw2014-11-112-0/+57
* cc: Add invalidations when shrinking pilesenne2014-11-112-286/+403
* cc: Remove references to picture pile impl from more areas.vmpstr2014-11-1023-204/+226
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-1017-181/+75
* Use blending shaders for background filters.rosca2014-11-1013-229/+136
* Revert of Moving background animation ticking from LayerTreeHostImpl into the...mithro2014-11-1016-70/+180
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-1016-180/+70
* Make LayerTreeHostBlendingPixelTest smaller to avoid timeoutsrosca2014-11-096-70/+47
* Render surface's owning layer should not generate quads with blend mode.rosca2014-11-099-24/+83
* [android] Remove unused scroll delta in TopControlssujiths.s2014-11-082-5/+72
* cc: Remove main thread rendering statshendrikw2014-11-0823-289/+73
* Return overscroll data from cc::InputHandler::ScrollByccameron2014-11-078-70/+179
* cc: Remove PicturePileBase as a base class of PicturePileImpl.vmpstr2014-11-0712-202/+294
* Fix high DPI with Surfaces by treating Surface size as content bounds of layerjbauman2014-11-073-5/+52
* Fix white line on tile boundaries when scrolling.timav2014-11-074-114/+199
* cc: Fix incorrectly reported tile resolution in tracing.vmpstr2014-11-071-0/+1
* cc: Only allow EXTERNAL_OES target to be used on Android.reveman2014-11-061-0/+6
* Allow layers to signal that additional sequences are needed before surface de...jbauman2014-11-0615-65/+392
* cc: DCHECK that pile size == layer size during draw if pile isn't empty.danakj2014-11-066-20/+39
* cc: Use an SkSurface for software raster instead of an SkBitmap.danakj2014-11-061-33/+56
* cc: Avoid use of uninit values in the GLRenderer::draw_cache_.danakj2014-11-062-3/+12
* Disable a DCHECK that hits frequently with apprtc.appspot.com.Tommi Gunn2014-11-061-1/+5
* Fix assertions in cc::LayerQuad::Edge::Edge caused by empty bounding boxes.rosca2014-11-063-75/+90
* Make non-solid-color ContentLayerClient produce no solid color quads.danakj2014-11-052-12/+10
* cc: Remove noisy UpdateTiles traces.vmpstr2014-11-053-13/+11
* Choose largest DrawQuad type, no longer dependent on compiler flagweiliangc2014-11-058-27/+45
* Include FPS data in verbose logging if --show-fps-counter is set.gusfernandez2014-11-052-1/+5
* Revert of Moving background animation ticking from LayerTreeHostImpl into the...mithro2014-11-0516-70/+180
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-0516-180/+70
* Re-land: cc: Make Overlay unit tests work when sync query extension is availa...reveman2014-11-051-0/+16
* cc: Fix WeakPtrFactory::GetWeakPtr() race when using multiple raster worker t...reveman2014-11-051-42/+41
* Make aborted commits inform the scroll delegate.aelias2014-11-042-13/+21
* Fix double subtraction of sent_delta on sync tree activation.bokan2014-11-042-3/+34
* cc: Remove some of the instrumentation plumbinghendrikw2014-11-0429-256/+88
* cc: Ensure that raster contents scale doesn't go below min scale.vmpstr2014-11-041-3/+5
* cc: Use commit to activation time in repaint HUDhendrikw2014-11-046-23/+16
* cc: Fix perftest not to create infinite pile and tiling.e.hakkinen2014-11-041-8/+10
* We need to cleanup GpuMemoryBuffers allocated in the GPU process.alexst2014-11-042-0/+7
* cc: Handle GrContext::wrapBackendTexture failures properly.reveman2014-11-031-0/+2
* cc: Ensure that eviction tiling range is sane.vmpstr2014-11-011-7/+22
* cc: Invalidate eviction cache in cases where we remove/add tiles.vmpstr2014-11-012-0/+9
* LOG and clear SurfaceFactory if it isn't empty on destruction.jbauman2014-10-313-4/+23
* cc: Remove empty viewport check in GLRenderer::BeginDrawingFrame.reveman2014-10-301-3/+0
* cc: check valid thread and resource origin for the resource rasterized.dongseong.hwang2014-10-302-1/+8
* cc: Support texture rect targets for masksenne2014-10-3014-155/+536
* cc: Translate the canvas to correctly detect solid colorshendrikw2014-10-302-1/+26