summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Refactor and cleanup of TaskGraphRunner class.reveman@chromium.org2014-03-1712-220/+271
* cc: Apply occlusion before creating quads in IOSurfaceLayerImpl.danakj@chromium.org2014-03-177-21/+134
* cc: Add some useful traces to ResourceProvider.reveman@chromium.org2014-03-171-0/+27
* cc: Remove incorrect special case for "visible and ready to draw" tiles.reveman@chromium.org2014-03-171-8/+0
* cc: Remove TestWebGraphicsContext3D overhead from RasterWorkerPool perf tests.reveman@chromium.org2014-03-172-3/+30
* Re-land: cc: RasterWorkerPoolDelegate might leave RasterWorkerPool instances ...reveman@chromium.org2014-03-152-7/+11
* Disable LayerTreeHostTestDelegatingRendererAtomicCommit Tests.scheib@chromium.org2014-03-141-2/+3
* Revert 257161 "Revert 256955 "Add shared bitmap managers for bro..."jbauman@chromium.org2014-03-144-3/+35
* cc: Fix to rasterize on demand with multiple worker threads.vmpstr@chromium.org2014-03-143-11/+20
* Revert 256955 "Add shared bitmap managers for browser and render..."jbauman@chromium.org2014-03-144-35/+3
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-143-10/+9
* Revert 257031 "cc: RasterWorkerPoolDelegate might leave RasterWo..."reveman@chromium.org2014-03-142-7/+14
* Revert of cc: Replace recorded region with direct map lookup (https://coderev...thakis@chromium.org2014-03-1413-102/+97
* cc: Fix typo that is causing a crash whenever an image decode task is used.reveman@chromium.org2014-03-141-1/+1
* cc: Add tiling raster tile iterators.vmpstr@chromium.org2014-03-1411-52/+441
* cc: RasterWorkerPoolDelegate might leave RasterWorkerPool instances with inva...reveman@chromium.org2014-03-142-14/+7
* Add shared bitmap managers for browser and renderer processes.jbauman@chromium.org2014-03-134-3/+35
* cc: Replace recorded region with direct map lookupenne@chromium.org2014-03-1313-97/+102
* cc: Apply occlusion before creating quads in SolidColorLayerImpl.danakj@chromium.org2014-03-139-8/+176
* cc: Run rasterize benchmark on the worker thread.vmpstr@chromium.org2014-03-134-19/+87
* cc: Remove showing culled tile borders as a different color.danakj@chromium.org2014-03-136-49/+5
* cc: Rename QuadSink::Append to MaybeAppend.danakj@chromium.org2014-03-1326-76/+76
* More sync of PRESUBMIT with what CQ runsphajdan.jr@chromium.org2014-03-131-1/+1
* cc: Allow sending BeginMainFrame before draw or activationbrianderson@chromium.org2014-03-1213-109/+309
* Adding fading effect for paint rectangles in HUD layer.malch@chromium.org2014-03-125-62/+120
* cc: Remove OverdrawMetrics and --trace-overdraw flag.danakj@chromium.org2014-03-1223-840/+44
* Remove defunct mac_gpu_retina configuration from presubmit scripts.kbr@chromium.org2014-03-121-1/+0
* Revert 256454 "cc: Allow sending BeginMainFrame before draw or a..."kochi@chromium.org2014-03-1213-308/+108
* cc: Remove the AppendQuadsData from QuadSink::Append.danakj@chromium.org2014-03-1226-101/+74
* cc: Allow sending BeginMainFrame before draw or activationbrianderson@chromium.org2014-03-1213-108/+308
* Remove unused kDisable4444Textures flagenne@chromium.org2014-03-122-4/+0
* Add a GPU rasterization hint to cc::PictureLayerajuma@chromium.org2014-03-119-38/+278
* Removing the use of base::Time inside the LayerTreeHost system.mithro@mithis.com2014-03-118-61/+40
* Convert cc PRESUBMIT to use new multiple-tryserver-compatible protocolphajdan.jr@chromium.org2014-03-111-8/+10
* Removing base::Time from SetAnimationEvents and PostAnimationEventsToMainThre...mithro@mithis.com2014-03-1110-33/+16
* cc: Don't call ReadyToFinalizeTextureUpdates multiple timesbrianderson@chromium.org2014-03-113-6/+11
* Define a --force-gpu-rasterization flagajuma@chromium.org2014-03-117-99/+13
* cc: Do not skip TileManager::ManageTiles due to invalid viewportboliu@chromium.org2014-03-111-2/+0
* Fix LayerTreeImpl::VerticalAdjust().wjmaclean@chromium.org2014-03-113-5/+6
* cc: Don't try to reduce main thread latency in smoothness takes priority modeskyostil@chromium.org2014-03-114-21/+75
* cc: Fix damage when the HUD is enabled.danakj@chromium.org2014-03-1015-101/+28
* cc: Rename FinishCommit to NotifyReadyToCommitsimonhong@chromium.org2014-03-107-47/+47
* cc: modify the waiting condition of forced commitsimonhong@chromium.org2014-03-103-1/+8
* Remove wall time from NotifyAnimationStarted and NotifyAnimationFinished.mithro@mithis.com2014-03-107-53/+25
* Don't send touchcancel on touch scroll startrbyers@chromium.org2014-03-082-4/+65
* Remove --background-color-instead-of-checkerboard flag.danakj@chromium.org2014-03-089-18/+9
* Ignore setNeedsDisplay for SolidColorScrollbarLayerwangxianzhu@chromium.org2014-03-082-0/+6
* cc: Allow pepper to avoid DCHECK but reuse gpu::Mailbox.danakj@chromium.org2014-03-073-10/+67
* cc: Spiral iterator fix for negative center.vmpstr@chromium.org2014-03-073-47/+65
* cc: Add visible_rect to Draw*Quad::SetNew().danakj@chromium.org2014-03-0755-314/+600