summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Add lots of testonly annotations to the GN build.Brett Wilson2014-09-081-0/+1
* Revert of cc: Single-threaded impl-side painting for unit tests (patchset #5 ...henrika2014-09-087-184/+87
* cc: Don't make tiles for mask layers that are too big for a texture.danakj2014-09-079-52/+101
* cc: Single-threaded impl-side painting for unit testsenne2014-09-067-87/+184
* cc: Don't analyze masks for solid color.vmpstr2014-09-061-2/+6
* Revert of Revert of Use SkSurface and SkImage instead of SkGpuDevice and SkBi...arv2014-09-052-42/+49
* Revert of Use SkSurface and SkImage instead of SkGpuDevice and SkBitmap in cc...bsalomon2014-09-052-49/+42
* cc: Change TODO into comment.reveman2014-09-051-2/+3
* Use SkSurface and SkImage instead of SkGpuDevice and SkBitmap in cc.bsalomon2014-09-052-42/+49
* tryAllocPixels returns bool, allocPixels requires successreed2014-09-052-3/+2
* cc: Remove static from leaf invalidation perf testenne2014-09-051-3/+2
* cc: Be less aggressive about scheduling for scroll handlersskyostil2014-09-047-30/+38
* cc: Use correct message loop proxy in BlockingTaskRunnerskyostil2014-09-0462-402/+972
* Add LatencyInfo support for Surfaces.jbauman2014-09-045-2/+31
* cc: Don't require low res to activate for shared ready-to-draw tiles.danakj2014-09-044-9/+63
* cc: Use Scheduler::BeginFrame() in SingleThreadProxysimonhong2014-09-043-23/+17
* Scrollbar ThumbLength is not updated, when window size is changed.sataya.m2014-09-033-0/+48
* Add more logging to cc scheduler to debug RAF frame loss.zmo2014-09-033-2/+20
* ScopedPtrVector change back const_iterator typedefweiliangc2014-09-024-10/+8
* Revert of Add LatencyInfo support for Surfaces. (patchset #3 id:40001 of http...scottmg2014-09-025-29/+2
* cc: Decrease transfer buffer memory limit to a single frame of uploads.danakj2014-09-021-10/+15
* Add LatencyInfo support for Surfaces.jbauman2014-09-025-2/+29
* Add a bunch of vlogs to RAF related calls in chrome.zmo2014-08-302-0/+9
* Remove resourceless_software_draw() and related unit tests.hush2014-08-304-133/+28
* cc: Resource list for headup displayjungjik.lee2014-08-292-22/+51
* Make DoDeferredClose a non-nestable taskenne2014-08-291-1/+1
* gpu: Remove WebGraphicsContext3D::makeContextCurrent()dongseong.hwang2014-08-291-1/+1
* Allow requesting a copy of a surface.jbauman2014-08-284-0/+24
* Manual fixups in compositor code scoped_refptr operator T* removal.dcheng2014-08-288-9/+9
* Better error message in cc PRESUBMITweiliangc2014-08-281-1/+2
* cc: Remove OutputSurface::SetThrottleFrameProduction()simonhong2014-08-281-3/+0
* cc: Remove and Create the correct tiles when resizing live tiles rectDana Jansens2014-08-286-125/+387
* cc: Always remove tiles from the recycle tree also.danakj2014-08-274-87/+141
* Aggregate damage rects in surface aggregatorjbauman2014-08-278-54/+246
* cc: Report only on active tiles in tracing.vmpstr2014-08-2711-13/+60
* gpu: support immutable texture on Linux Mesa driver and GLES3.dongseong.hwang2014-08-274-21/+85
* cc: Fix UAF in g_raster_required_for_activation_delayboliu2014-08-271-14/+10
* Expose IsSolidColor and write units testshendrikw2014-08-275-5/+111
* Minor scoped_refptr cleanup in cc::OutputSurface.dcheng2014-08-269-19/+20
* cc: Remove tiles from recycle tree that were deleted on active.vmpstr2014-08-2612-6/+180
* cc: Do bitmap conversion for RasterBuffer in the worker thread.auygun2014-08-2619-346/+373
* Declaring the weak_ptr_factory in proper order.kulkarni.a2014-08-264-9/+10
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-261-1/+1
* Remove implicit conversions from scoped_refptr to T* in cc/dcheng2014-08-2627-161/+163
* Remove unused offscreen_context_provider variable.Dana Jansens2014-08-261-1/+0
* Remove implicit conversions from scoped_refptr to T* in cc/trees/Daniel Cheng2014-08-2612-67/+71
* cc: Stop converting Rect to QuadF to map to an enclosed rect.danakj2014-08-254-39/+138
* Remove cc:LayerTreeHostImpl::IsContextLost.dneto2014-08-254-55/+17
* cc: Fix CanRaster dcheck failures ONCE AND FOR ALL.danakj2014-08-253-69/+367
* cc: Don't consider tiles at the layers raster_contents_scale incompletedanakj2014-08-253-1/+160