summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Add VideoImageGenerator.rileya2014-09-161-1/+1
* remove WEB_ANIMATION_SUPPORTS_FULL_DIRECTION guardsa.renevier2014-09-163-32/+0
* Support doing CopyOutputRequests on surfaces.jbauman2014-09-165-12/+128
* GN: Create a :gles2_interface target to resolve some check errors in //cc.jbroman2014-09-161-0/+6
* Always make context current in ViewManager's BitmapUploader, be laxer in Surf...jamesr2014-09-161-1/+2
* Clean up logging for debugging RAF related flakiness in WebGL conformance tests.zmo2014-09-161-16/+0
* cc: Add more traces to the activation path.vmpstr2014-09-152-2/+8
* cc: Remove the opaque rect return-parameter from ContentLayerClient.danakj2014-09-1549-362/+46
* cc: Add bug number to TODO in PictureLayerImpl::RecalcuateRasterScalesajuma2014-09-151-1/+1
* Properly initialize top controls content offset on LayerTreeHost.bokan2014-09-156-41/+44
* cc: Optimise shared raster tile handling in raster tile priority queue.e.hakkinen2014-09-152-48/+60
* Fix RemoveFromScrollTree and RemoveFromClipTreevollick2014-09-134-33/+93
* cc: Stop using contents_scale_x() in PictureLayerImpl since it's 1.danakj2014-09-132-23/+12
* cc: Add some useful layer data to traces.danakj2014-09-132-0/+10
* cc: Make GetViewportForTilePriorityInContentSpace() not need intersect.danakj2014-09-131-4/+2
* cc: Remove cc:RasterRequiredForActivation synthetic delays.ernstm2014-09-139-121/+36
* Animation: Fix bug in timing in compositorsamli2014-09-132-29/+74
* Propogate the clip rect for visible_content_rect into surfaces.danakj2014-09-132-2/+61
* cc: Remove opaque rect from cc::Picture.danakj2014-09-123-36/+7
* Revert of Generalize scroll parent work in CalculateDrawProperties (patchset ...vollick2014-09-126-586/+111
* cc: Added last_assign_oomed bool into tile manager traces.vmpstr2014-09-122-0/+4
* Generalize scroll parent work in CalculateDrawPropertiesvollick2014-09-126-111/+586
* Convert view manager to surfaces with uploading shim in client libjamesr2014-09-122-2/+0
* cc: Make low res tilings off by default in LayerTreeSettings.danakj2014-09-113-13/+16
* cc:: Add LatencyQuery logic back into OutputSurface.orglofch2014-09-112-3/+109
* Reland of: cc: Add occlusion checker as a fixed view of occlusion tracker.vmpstr2014-09-1119-296/+227
* Revert of cc: Add occlusion checker as a fixed view of occlusion tracker. (pa...courage2014-09-1019-225/+294
* cc: Add occlusion checker as a fixed view of occlusion tracker.vmpstr2014-09-1019-294/+225
* cc: Invalidate all new recorded pixels when a layer grows.danakj2014-09-102-28/+67
* cc: Fix layer raster tile iterator not to skip a tile erroneously.e.hakkinen2014-09-103-15/+65
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...thestig2014-09-105-5/+5
* cc: Add logging to help pinpoint lost SetNeedsCommitbrianderson2014-09-101-0/+9
* cc: Changed ComputeExpansionDelta to never return a delta less than zero.hendrikw2014-09-102-39/+10
* New features include;mithro2014-09-1014-175/+1295
* Made Blink aware of top controls offsetbokan2014-09-0919-178/+430
* Adding support for blending in cc::SoftwareRendererrosca2014-09-094-10/+25
* cc: Cancel RenewTreePriorirty callback if LTHI is gone.vmpstr2014-09-091-0/+6
* 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