summaryrefslogtreecommitdiffstats
path: root/cc/resources
Commit message (Expand)AuthorAgeFilesLines
* [#8] Pass gfx::Point by const ref.prashant.n@samsung.com2014-03-052-9/+8
* cc: Use explicit SequencedTaskRunner current loop in TileManagerboliu@chromium.org2014-03-0514-40/+84
* cc: Remove the need for a RasterTaskSet to track "required to activate" prope...reveman@chromium.org2014-03-042-47/+57
* Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...apavlov@chromium.org2014-03-042-2/+4
* Reland "Add base::TimeDelta::Max()"gavinp@chromium.org2014-03-042-4/+2
* Revert 254567 "don't create SkDevice directly, use SkBitmap or (..."timurrrr@chromium.org2014-03-041-1/+3
* cc: Fix problem with missing "required for activation" signals.reveman@chromium.org2014-03-041-5/+9
* SkBitmap::Config is deprecated, switch to using SkColorTypereed@google.com2014-03-043-12/+11
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-031-3/+1
* Re-land: cc: Remove task references from RasterWorkerPool.reveman@chromium.org2014-03-036-7/+17
* Clean up histogram'd media enum max values.rileya@chromium.org2014-02-281-2/+0
* fold AnalysisDevice functionality into AnalysisCanvas,reed@google.com2014-02-281-6/+1
* cc: Put a limit on number of scheduled raster tasks.vmpstr@chromium.org2014-02-271-1/+7
* cc: Add option to disable analysis prior to raster.alokp@chromium.org2014-02-273-3/+19
* don't explicitly create SkDevice, as it is intended to be private. Skia now h...reed@google.com2014-02-274-12/+7
* Revert 253502 "Add base::TimeDelta::Max()."waffles@chromium.org2014-02-272-2/+4
* Add base::TimeDelta::Max().gavinp@chromium.org2014-02-262-4/+2
* CC: Visible-and-ready-to-draw tiles should use the hard-limit.epenner@chromium.org2014-02-261-8/+15
* Revert of fold AnalysisDevice functionality into AnalysisCanvas, to simplify ...waffles@chromium.org2014-02-251-1/+6
* fold AnalysisDevice functionality into AnalysisCanvas, to simplify setup and ...reed@google.com2014-02-251-6/+1
* Revert 253109 "cc: Remove task references from RasterWorkerPool."pliard@chromium.org2014-02-256-16/+7
* cc: Remove task references from RasterWorkerPool.reveman@chromium.org2014-02-256-7/+16
* cc: Unified the implementation of running tasks on origin and worker threads.alokp@chromium.org2014-02-255-36/+34
* Re-land: cc: Cleanup internal::WorkerPoolTaskClient interface.reveman@chromium.org2014-02-2412-173/+207
* cc: Improve RasterWorkerPool perftests.reveman@chromium.org2014-02-221-46/+94
* Revert of cc: Cleanup internal::WorkerPoolTaskClient interface. (https://code...pkotwicz@chromium.org2014-02-2212-206/+172
* cc: Cleanup internal::WorkerPoolTaskClient interface.reveman@chromium.org2014-02-2212-172/+206
* cc: Removed unused member variable.alokp@chromium.org2014-02-211-1/+0
* cc: Avoid scheduling empty raster task queue whenever possible.reveman@chromium.org2014-02-202-10/+69
* Unmark newly received resources for deletion.piman@chromium.org2014-02-202-1/+114
* cc: Added modifier string to clarify perf tests.alokp@chromium.org2014-02-192-8/+29
* cc: Remove RasterWorkerPool::Task.reveman@chromium.org2014-02-1916-376/+234
* cc: Fix GPU rasterization crash.reveman@chromium.org2014-02-161-0/+1
* cc: Fix race condition in TaskGraphRunner unit tests.reveman@chromium.org2014-02-161-2/+5
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-152-23/+5
* cc: Move GPU raster to DirectRasterWorkerPool.reveman@chromium.org2014-02-1515-377/+695
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-151-4/+4
* Revert of Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROM...nkostylev@chromium.org2014-02-141-4/+4
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-141-4/+4
* CC/GPU: Add a soft limit to the compositor.epenner@chromium.org2014-02-136-79/+169
* cc: Simplify picture layer tiling update tile priorities.vmpstr@chromium.org2014-02-1314-864/+657
* cc: Refactor WorkerPoolTaskClient::AcquireBufferForRasteralokp@chromium.org2014-02-1311-238/+529
* cc: Limit software resource sizesenne@chromium.org2014-02-131-1/+2
* cc: Only make num_threads - 1 SkPicture clones.reveman@chromium.org2014-02-126-52/+50
* cc: Always use combined_bin when computing GPU memory manager stats.reveman@chromium.org2014-02-111-16/+12
* Map delegated software bitmaps only when they're about to be read from.jbauman@chromium.org2014-02-113-22/+87
* cc: Refactor RasterTask::Queue to avoid unnecessary heap allocations.reveman@chromium.org2014-02-1111-104/+192
* cc: Reuse the same TaskGraph and completed tasks vector.reveman@chromium.org2014-02-114-24/+34
* cc: Prevent usage of rasterize on-demand with delegating renderer.reveman@chromium.org2014-02-113-12/+66
* cc: Use std::map instead of hash_map for TaskGraphRunner namespaces.reveman@chromium.org2014-02-102-34/+27