summaryrefslogtreecommitdiffstats
path: root/cc/raster
Commit message (Expand)AuthorAgeFilesLines
* Use sk_sp-based picture recording APIsfmalita2016-03-221-2/+1
* cc: Refactor SkipImageCanvas and create it during playback.vmpstr2016-03-142-47/+8
* cc: Fix interchange of red and blue content when using ETC1_RGB8_OES texturesradu.velea2016-03-075-6/+27
* tracing: Make ConvertableToTraceFormat move-onlyprimiano2016-02-293-6/+3
* cc: Add out-of-line copy ctors for complex classes.vmpstr2016-02-254-0/+7
* Refactor signaling in RWPericrk2016-02-242-10/+33
* cc: Fix TileTaskWorkerPool::PlaybackToMemory trace events.reveman2016-02-241-51/+51
* Reland Allow one-copy and zero-copy task tile worker pools to use compressed ...auygun2016-02-227-76/+121
* Fix resource sync token synchronization issues.dyen2016-02-132-2/+2
* Revert of Refactor signaling in RWP (patchset #9 id:180001 of https://coderev...skyostil2016-02-122-42/+18
* cc: Avoid extra flush calls to Skia GrContextkkinnunen2016-02-122-4/+1
* Refactor signaling in RWPericrk2016-02-122-18/+42
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-091-0/+1
* Update task workers to insert their own fence syncs for synchronization.dyen2016-02-063-2/+17
* Remove a lame assertion from one_copy_tile_task_worker_pool.cc.nick2016-02-051-3/+0
* Revert of Add support for 9- and 10-bit h264 videos. (patchset #27 of https:/...flackr2016-02-051-1/+0
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-051-0/+1
* Switch cc to std::unordered_*.davidben2016-01-282-2/+2
* cc: narrow ChromeOS perf workaround to ARMdongseong.hwang2016-01-221-5/+4
* 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