summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Initialize Scheduler::safe_to_expect_begin_frame_brianderson@chromium.org2013-06-201-0/+1
* Revert 207508 "Add a hide_layer_and_subtree() flag to cc::Layer"oshima@chromium.org2013-06-209-378/+3
* Update the include paths of message_loop_proxy.htfarina@chromium.org2013-06-201-1/+1
* cc: Delete LayerTreeAsText / ShowPlatformLayerTreeenne@chromium.org2013-06-2025-260/+2
* cc: Allow output readback/copy requests to specify a sub-rect to copy.danakj@chromium.org2013-06-2016-135/+734
* cc: Trigger BeginFrames that were just missed retroactivelybrianderson@chromium.org2013-06-207-31/+165
* ResourceProvider::AcquireImage early out if already acquiredboliu@chromium.org2013-06-201-2/+2
* Migrate CompositingReasons to uint64.hartmanng@chromium.org2013-06-201-36/+45
* Add a hide_layer_and_subtree() flag to cc::Layerdanakj@chromium.org2013-06-209-3/+378
* cc: Remove cc::Thread and cc::ThreadImpl.danakj@chromium.org2013-06-2036-347/+276
* Move hash_pair.h from cc/base into base/.nasko@chromium.org2013-06-209-214/+3
* Zero-budget TileManager in resourceless software modeboliu@chromium.org2013-06-2011-83/+158
* Revert 207360 "cc: Recycle tilings to make SetLiveTilesRect cheaper"skyostil@google.com2013-06-2011-429/+31
* cc: Recycle tilings to make SetLiveTilesRect cheaperenne@chromium.org2013-06-2011-31/+429
* cc: Fix texture upload polling.reveman@chromium.org2013-06-191-0/+5
* cc: Add BeginFrameArgs brianderson@chromium.org2013-06-1928-108/+252
* Create resource for alpha plane if it existsvigneshv@chromium.org2013-06-191-2/+4
* cc: Deprioritize low res when not in smoothness modeenne@chromium.org2013-06-191-9/+20
* cc: simplify mailbox management in ResourceProviderpiman@chromium.org2013-06-192-47/+44
* Reland r206537 - cc: Don't return mailboxes if the TextureLayer is removed fr...piman@chromium.org2013-06-184-44/+167
* cc: Fix to image decode in tile manager.vmpstr@chromium.org2013-06-185-8/+52
* cc: Prevent raster tasks from completing twice.reveman@chromium.org2013-06-184-13/+38
* cc: Add ability to request copy of compositor output as a texture.danakj@chromium.org2013-06-1821-192/+858
* cc: For LCD text, consider unready tiles as having textenne@chromium.org2013-06-184-6/+6
* cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes.danakj@chromium.org2013-06-1821-285/+288
* Link cc, cc_unittests, and compositor against blink_minimaljamesr@chromium.org2013-06-182-2/+2
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-1837-833/+756
* cc: Use run count instead of linear scan through dependencies to detect ready...reveman@chromium.org2013-06-182-61/+82
* Skip raster if MapImage failsboliu@chromium.org2013-06-175-57/+114
* Revert impl-side painting setting for GoogleTVjinsukkim@chromium.org2013-06-171-6/+1
* cc: Fix throttling of raster tasks.reveman@chromium.org2013-06-172-20/+29
* cc: Pixel rebaselines for https://chromiumcodereview.appspot.com/17018002/danakj@chromium.org2013-06-172-1/+1
* Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..."reveman@google.com2013-06-1737-693/+805
* Estimate draw duration in SchedulerClientajuma@chromium.org2013-06-164-2/+51
* cc: Throttle raster tasks based on check interval and max upload rate.reveman@chromium.org2013-06-151-14/+17
* Revert "cc: Don't return mailboxes if the TextureLayer is removed from the tr...senorblanco@chromium.org2013-06-154-78/+22
* cc: Decode images once in tile managervmpstr@chromium.org2013-06-154-56/+45
* cc: Don't return mailboxes if the TextureLayer is removed from the tree.piman@chromium.org2013-06-154-22/+78
* Fix scrollbar fade animation scheduling.aelias@chromium.org2013-06-159-28/+168
* Turn on lightweight image decode check.tomhudson@chromium.org2013-06-143-2/+6
* Add support for LatencyInfo to software compositor.jbauman@chromium.org2013-06-141-1/+1
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-1/+1
* cc: Refactor force upload mechanism to allow proper resource ownership passing.reveman@chromium.org2013-06-1413-251/+182
* cc: Remove unnecessary ref counting in WorkerPool.reveman@chromium.org2013-06-142-4/+6
* cc: Move WorkerPool from cc/base to cc/resources.reveman@chromium.org2013-06-147-12/+12
* Remove unused (as of r206108) kEnableCompositorFrameMessagesievers@chromium.org2013-06-142-4/+0
* cc: Fix and re-enable DrawRenderPassQuadShaderPermutations testdanakj@chromium.org2013-06-131-96/+20
* Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-2/+2
* cc: Remove analysis from tile managervmpstr@chromium.org2013-06-139-40/+35
* cc: Reduce calls to WorkerPool::ScheduledTasks().reveman@chromium.org2013-06-132-27/+44