summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Change GLInternalFormat param from GLint to GLenum.jungjik.lee@samsung.com2014-06-172-2/+2
* cc: Update draw properties on external root scrollboliu@chromium.org2014-06-172-0/+37
* cc: Fix a bug in tile manager eviction tile iterator.vmpstr@chromium.org2014-06-171-5/+20
* Manage resource lifetimes in frames submitted to Surfacesjamesr@chromium.org2014-06-174-2/+476
* cc: cleanup: Remove unnecessary DCHECKhyunki.baik@samsung.com2014-06-161-1/+0
* cc: Removed PicturePileImpl::Analysis::has_text_.alokp@chromium.org2014-06-162-3/+2
* cc: adjust devtools_instrumentation to needs of trace-based timelinecaseq@chromium.org2014-06-154-13/+27
* cc: Removed TileVersion::has_text.alokp@chromium.org2014-06-144-11/+2
* cc: Don't swap throttle BeginMainFrame just after swappingbrianderson@chromium.org2014-06-132-5/+65
* MockQC stops create its own RP and MockOcclusionTrackerweiliangc@chromium.org2014-06-1315-64/+110
* cc: Use LayerImpl instead of TiledLayerImpl in LTHI test.sohan.jyoti@samsung.com2014-06-131-72/+91
* cc: Move CalculateContentsScale from LayerImpl to LayerTreeHostCommonsohan.jyoti@samsung.com2014-06-134-94/+87
* Create MockOcclusionTracker for testingweiliangc@chromium.org2014-06-139-73/+95
* cc: Move tiling management out of draw properties calculation.sohan.jyoti@samsung.com2014-06-1314-486/+678
* cc: Presubmit ban #if 0enne@chromium.org2014-06-131-0/+14
* cc: Directly construct SchedulerSettings from LayerTreeSettingsenne@chromium.org2014-06-133-17/+20
* cc: LTHI decides which tree is used for commit.alokp@chromium.org2014-06-134-54/+50
* Use a struct for cc::Surface ids for more type safetyjamesr@chromium.org2014-06-1323-66/+110
* cc: Stop blocking the main thread in CreateAndInitializeOutputSurface.danakj@chromium.org2014-06-133-96/+97
* cc: Removed LCD text settings from the impl side.alokp@chromium.org2014-06-1317-249/+17
* cc: Ensure that layers with invalid tile priorities don't raster.vmpstr@chromium.org2014-06-131-0/+13
* Do not skip subtrees with wheel or touch handlersvollick@chromium.org2014-06-133-0/+70
* cc: Remove EnsureRenderSurfaceLayerList, do UpdateDrawProps when needed.danakj@chromium.org2014-06-138-66/+29
* cc: Avoid needless Rect->RectF->Rect conversion in CalcDrawProps.danakj@chromium.org2014-06-121-3/+3
* Combined scale factor and delta updates into one call.bokan@chromium.org2014-06-123-43/+44
* Clean up PointIsClippedBySurfaceOrClipRectvollick@chromium.org2014-06-122-21/+157
* Record SkPicture with correct LCD text setting.alokp@chromium.org2014-06-123-5/+25
* Correctly set up LayerTreeSettings for cc::Display.jbauman@chromium.org2014-06-122-3/+3
* Remove use of kUsePathBoundsForClip_RecordingFlagrobertphillips@google.com2014-06-122-11/+4
* cc: Refactor how picture layers are exposed to the tile manager.reveman@chromium.org2014-06-1213-257/+99
* cc: Recreate TileManager in DeferredInitializeboliu@chromium.org2014-06-121-3/+5
* Mac ÜC: Enable back-pressure for the browser compositorccameron@chromium.org2014-06-121-2/+1
* Removing the TimeSource abstraction as it is not used anywhere.mithro@mithis.com2014-06-123-60/+17
* cc: Test losing the output surface during deferred commits.danakj@chromium.org2014-06-113-0/+61
* Adding AsValue and TypeString methods to DelayBasedTimeSource.mithro@mithis.com2014-06-115-8/+64
* Moving deadline adjustment from SyntheticBeginFrameSource into BeginFrameArgs.mithro@mithis.com2014-06-111-4/+6
* cc: Fix negative EstimatedParentDrawTimesbrianderson@chromium.org2014-06-115-10/+12
* Fix header guard in cc/surfaces/displayjamesr@chromium.org2014-06-112-5/+5
* Switch Display to use ResourceProvider and *Renderer directly.jbauman@chromium.org2014-06-112-96/+141
* cc: Don't cleanup the pending twin's low res tiling.danakj@chromium.org2014-06-113-9/+94
* CC: Some early outs for off-screen layers.epenner@chromium.org2014-06-111-0/+7
* Adding EXPECT_NO_ACTION macro for better output when an action is generated.mithro@mithis.com2014-06-111-26/+30
* Revert 276130 "cc: Don't swap throttle BeginMainFrame within dea..."wittman@chromium.org2014-06-102-44/+4
* Fix flaky test LayerTreeHostTestMaxTransferBufferUsageBytes.danakj@chromium.org2014-06-103-17/+15
* Invert DSF to map from delegated frame to layer spacejamesr@chromium.org2014-06-1012-145/+115
* cc: Don't swap throttle BeginMainFrame within deadlinebrianderson@chromium.org2014-06-102-4/+44
* Modifying the RenderingStats object names to be more thread specificsuyash.s@samsung.com2014-06-102-26/+25
* Use base::StaticAtomicSequenceNumber for layer IDs in cc::Layer.glider@chromium.org2014-06-091-6/+4
* Fix LayerTreeHostTestUndrawnLayersDamageLater flakinessenne@chromium.org2014-06-071-7/+4
* Revert of Invert DSF to map from delegated frame to layer space (https://code...acleung@chromium.org2014-06-079-100/+91