summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 205218 "cc: Enable AntiAliasing for sub-pixel translation..."danakj@chromium.org2013-06-103-92/+18
* cc: Enable AntiAliasing for sub-pixel translations in software rendererdanakj@chromium.org2013-06-103-18/+92
* Revert 205076 "cc: Enable AntiAliasing for sub-pixel translation..."tkent@chromium.org2013-06-093-92/+18
* cc: Defer texture creation to LazyAllocatekaanb@chromium.org2013-06-083-79/+145
* cc: Enable AntiAliasing for sub-pixel translations in software rendererdanakj@chromium.org2013-06-083-18/+92
* cc: Reset TileVersion::resource_id_ when raster task is canceled.reveman@chromium.org2013-06-081-0/+1
* cc: Remove task completion check interval from WorkerPool.reveman@chromium.org2013-06-089-189/+113
* Don't rely on implicit operator T* conversion for the LayerTree child.rsleevi@chromium.org2013-06-081-1/+2
* Skia/ext analysis canvas style changevmpstr@chromium.org2013-06-081-2/+2
* [Aura] Added Support for rendering software compositor frames as cc::TextureL...skaslev@chromium.org2013-06-0817-95/+276
* Factor out cc::OutputSurface::InitializeAndSetContext3Dboliu@chromium.org2013-06-073-13/+154