summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix DCHECK in browser software compositing.aelias@chromium.org2013-06-111-7/+5
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-1124-24/+24
* [Software Compositor] Explicitly handle checkerboard draw quads.skaslev@chromium.org2013-06-112-9/+28
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-117-33/+34
* Fix DCHECK during TileManager shutdown with ImageRasterWorkerPoolboliu@chromium.org2013-06-112-0/+6
* Unified OutputSurface::SwapBuffers.aelias@chromium.org2013-06-1129-243/+171
* cc: Throttle raster tasks properly when using async uploads.reveman@chromium.org2013-06-112-11/+18
* Track LatencyInfo through impl-thread scrolling.jbauman@chromium.org2013-06-114-0/+14
* cc: Don't add low res tilings during animation/pinchenne@chromium.org2013-06-117-11/+123
* Use a direct include of strings headers in cc/.avi@chromium.org2013-06-1019-19/+19
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* cc: Disable anti-aliasing in software compositor for tiled layers.danakj@chromium.org2013-06-101-1/+8
* cc: More rebaselines for https://codereview.chromium.org/16634015/danakj@chromium.org2013-06-103-2/+2