summaryrefslogtreecommitdiffstats
path: root/cc/raster
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-205-387/+533
* Currently ResourcePool does not maintain ownership of its resourcesericrk2015-08-191-4/+5
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...sky2015-08-185-533/+386
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-185-386/+533
* Add CHECKs when a single GpuMemoryBuffer plane is assumed.andresantoso2015-08-122-0/+6
* cc: Remove the gradient check from skipping images for low res tiles.danakj2015-08-101-15/+10
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...kbr2015-08-095-530/+384
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-095-384/+530
* Revert of cc: Use worker context for one-copy tile initialization. (patchset ...kbr2015-08-075-527/+385
* cc: Use worker context for one-copy tile initialization.reveman2015-08-065-385/+527
* cc: Handle overflow/underflow in MathUtil::RoundUp/RoundDown functions.prashant.n2015-08-061-1/+1
* cc: Do not raster images into low res tilings.danakj2015-08-0610-16/+59
* Reland: Implement and test task runners in RasterWorkerPool.dcastagna2015-08-052-0/+15
* Revert of Reland: Implement and test task runners in RasterWorkerPool. (patch...dcastagna2015-08-052-15/+0
* Reland: Implement and test task runners in RasterWorkerPool.dcastagna2015-08-042-0/+15
* cc: Make TaskGraphRunner DependencyMismatch debug check faster.dcastagna2015-08-041-30/+13
* Revert of Implement and test task runners in RasterWorkerPool. (patchset #9 i...keishi2015-08-042-15/+0
* Implement and test task runners in RasterWorkerPool.dcastagna2015-08-042-0/+15
* 1. With introduction of compressed formats, e.g. ETC1, the number ofprashant.n2015-08-032-11/+11
* CFI: fix invalid type cast from base class (Task) to a subclass (RenderTask),krasin2015-07-231-5/+5
* Merge Group Markers into Chromium Traces.dyen2015-07-211-2/+2
* Fix unused variables errors in cc/.mlamouri2015-07-061-2/+0
* cc, gpu: Use RGBA when using msaa on systems that don't support BGRAhendrikw2015-06-1911-12/+45
* cc: Fix more size_t -> int truncations.vmpstr2015-06-108-11/+11
* content: Partial copy workaround for devices with known upload performance pr...reveman2015-06-102-6/+14
* Remove ContextProvider::IsContextLost.danakj2015-06-091-1/+0
* cc: Use CheckedNumeric for resource size calculations.vmpstr2015-06-052-4/+15
* cc: Use max_bytes_per_copy_operation setting to determine one-copy flush inte...reveman2015-06-042-5/+10
* cc: Fix partial raster with one copy resource finding.danakj2015-06-041-1/+1
* cc: Fix size_t to int truncations in raster/vmpstr2015-06-039-54/+71
* cc: Partial tile raster for GpuTileTaskWorkerPool.danakj2015-06-024-14/+32