summaryrefslogtreecommitdiffstats
path: root/cc/raster
Commit message (Expand)AuthorAgeFilesLines
* cc: Do solid color analysis before scheduling tiles.sohan.jyoti2016-01-131-6/+2
* Refactor cc::SkipImageFilter using SkPaintFilterCanvasfmalita2016-01-131-16/+42
* Add task categories to the task graphericrk2016-01-131-0/+23
* Remove the "target" argument from CopyTextureChromium.erikchen2016-01-061-4/+3
* Switch to standard integer types in cc/.avi2015-12-2128-1/+72
* TaskGraphRunner Group supportericrk2015-12-1810-104/+238
* Revert of Allow one-copy task tile worker pool to use compressed textures. (p...rbyers2015-12-187-123/+79
* Convert Pass()→std::move() in cc/dcheng2015-12-181-2/+3
* Revert of TaskGraphRunner Group support (patchset #12 id:360001 of https://co...yutak2015-12-1710-236/+102
* TaskGraphRunner Group supportericrk2015-12-1610-102/+236
* Revert of TaskGraphRunner Group support (patchset #11 id:340001 of https://co...yoichio2015-12-1510-234/+100
* TaskGraphRunner Group supportericrk2015-12-1510-100/+234
* Allow one-copy and zero-copy task tile worker pools to use compressed textures.christiank2015-12-107-79/+123
* Fix static initializers in cc/raster/texture_compressor_etc1_sse.ccradu.velea2015-12-101-11/+7
* Revert of Allow one-copy task tile worker pool to use compressed textures. (p...engedy2015-12-107-123/+79
* Allow one-copy and zero-copy task tile worker pools to use compressed textures.christiank2015-12-107-79/+123
* This change moves TaskGraph creation and management ofericrk2015-12-0314-730/+83
* Interface-izes TaskGraphRunner and moves implementation helpers to TaskGraphW...ericrk2015-12-0114-897/+923
* cc: Remove calls to Pass() on rvalues.danakj2015-11-201-2/+2
* cc: Pass correct stride to SkCanvas::readPixels.reveman2015-11-201-7/+2
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-184-7/+7
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-3/+7
* cc: Remove ScopedPtrDeque.vmpstr2015-11-143-28/+32
* [tracing] Add names to memory-infra dumpers for debuggingprimiano2015-10-301-1/+1
* ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ.reveman2015-10-261-3/+4
* cc: Make sure to flush the context before waiting for copy queries to complete.reveman2015-10-241-0/+4
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-231-2/+2
* Remove ContextProvider::VerifyContexts.dcastagna2015-10-221-1/+0
* Reland: GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane);...mcasas2015-10-222-22/+21
* Revert of GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane...vasilii2015-10-222-21/+22
* Remove ContextProvider::DestroyedOnMainThread.dcastagna2015-10-211-1/+0
* GpuMemoryBuffer interface change: Map(**) --> Map() + memory(plane); GetStrid...mcasas2015-10-212-22/+21
* Add a flag to disable partial raster in rendererericrk2015-10-202-15/+15
* cc: Remove the base RasterSourcehendrikw2015-10-1911-34/+38
* Move gpu memory calculations to Compositor.sohan.jyoti2015-10-051-2/+0
* Allow task pools to reason about transparency.christiank2015-09-2411-82/+108
* cc: Remove PicturePile and PicturePileImpl.vmpstr2015-09-241-7/+5
* Re-land: cc: Implement shared worker contexts.reveman2015-09-241-2/+3
* Revert of cc: Implement shared worker contexts. (patchset #9 id:160001 of htt...kbr2015-09-171-3/+2
* cc: Implement shared worker contexts.reveman2015-09-161-2/+3
* asABitmap is deprecated, switch over to (simpler) isABitmapreed2015-09-071-8/+1
* cc: Implement the staging buffer limit in bytes instead of number of buffers.reveman2015-09-052-18/+86
* cc: Remove TileTask::RunReplyOnOriginThread.reveman2015-09-028-18/+2
* cc: Remove TileTask downcast routines.reveman2015-09-024-36/+8
* Revert of cc: Move worker context BindToCurrentThread/SetupLock calls out of ...jbauman2015-09-011-3/+2
* cc: Move worker context BindToCurrentThread/SetupLock calls out of cc::Output...reveman2015-09-011-2/+3
* cc: Remove TileTaskRunnerClient::TasksThatShouldBeForcedToComplete.reveman2015-08-283-8/+0
* gpu: Remove async texture uploads.reveman2015-08-274-966/+12
* cc: Fix support for RGBA4444 texture format and one-copy.reveman2015-08-251-8/+11
* Add better support for RGBA_4444 textures.reveman2015-08-203-17/+27