summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Move WorkerPool task graph construction to derived classes.reveman@chromium.org2013-06-136-153/+189
* cc: Remove unused ResourcePool::resource_provider() getter.reveman@chromium.org2013-06-131-2/+0
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-1337-805/+693
* cc: Use RenderingCapabilities::best_texture_format with impl-side painting.reveman@chromium.org2013-06-126-21/+25
* CC: Call SwapBuffers instead of PostSubBuffer on full frame update.backer@chromium.org2013-06-125-23/+42
* cc: Make raster tasks separate objects.vmpstr@chromium.org2013-06-1210-303/+379
* cc: Don't flip render passes when rendering them.danakj@chromium.org2013-06-1210-107/+134
* Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..."skaslev@chromium.org2013-06-1237-692/+805
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in cc/.dcheng@chromium.org2013-06-1215-27/+23
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-1237-805/+692
* cc: Make activation happen as soon as possibleenne@chromium.org2013-06-1215-59/+99
* cc: Don't add low res tilings for small layersenne@chromium.org2013-06-118-10/+62
* cc: PNG baseline for https://codereview.chromium.org/16667004/danakj@chromium.org2013-06-112-1/+1
* cc: Clean up non-ideal low res tilings earlierenne@chromium.org2013-06-112-23/+12
* cc: Enable AntiAliasing for sub-pixel translations in software rendererdanakj@chromium.org2013-06-113-32/+106