summaryrefslogtreecommitdiffstats
path: root/cc/resources
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Refactor RasterWorkerPool for better testing support.reveman@chromium.org2014-02-099-244/+474
* Make cc::Picture immutable except for Raster and Replay.dominikg@chromium.org2014-02-074-46/+74
* cc: Switch to vector based TaskGraph implementation.reveman@chromium.org2014-02-0710-470/+478
* Remove unused cc::ResourceProvider::GetSharedMemory.alokp@chromium.org2014-02-062-12/+0
* android: Migrate old content readback to use async readback (and delegated re...powei@chromium.org2014-02-062-8/+12
* cc: Add GL debug markers for gpu rasterization.alokp@chromium.org2014-02-063-8/+18
* cc: Move internal::Task::did_schedule_ to internal::WorkerPoolTask.reveman@chromium.org2014-02-0611-34/+53
* Revert of android: Migrate old content readback to use async readback (and de...powei@chromium.org2014-02-062-12/+8
* cc: Request a new pixel buffer when reusing a resource.reveman@chromium.org2014-02-051-0/+2
* android: Migrate old content readback to use async readback (and delegated re...powei@chromium.org2014-02-052-8/+12
* cc: Fix ordering of raster finished signals in PixelRasterWorkerPool.reveman@chromium.org2014-02-051-0/+1
* Revert 248827 "android: Migrate old content readback to use asyn..."pasko@chromium.org2014-02-052-12/+8
* Pass gfx structs by const ref (gfx::Vector2d)ajay.berwal@samsung.com2014-02-0513-20/+22
* cc: Use ResourceProvider::Resouce::type to check the type of the given resource.dongseong.hwang@intel.com2014-02-052-50/+66
* android: Migrate old content readback to use async readback (and delegated re...powei@chromium.org2014-02-052-8/+12
* [cc] cleanup: re-arrange some file locations in cc/schedulersimonhong@chromium.org2014-02-044-1/+683
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-02-0313-229/+192
* Get rid of some uses of base::Create*Valueestade@chromium.org2014-01-303-35/+30
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-2938-101/+109
* cc: Add useful TaskGraphRunner performance tests.reveman@chromium.org2014-01-293-206/+328
* cc: Refactor and cleanup RasterWorkerPool unit tests.reveman@chromium.org2014-01-291-223/+136
* cc: Added a trace event to capture gpu raterization time.alokp@chromium.org2014-01-291-0/+4
* cc: Make internal::RasterWorkerPoolTask an internal::Task.reveman@chromium.org2014-01-288-523/+460
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-2840-114/+106
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-2840-106/+114
* Avoid aliasing two resources to the same base::SharedMemory* for video.jbauman@chromium.org2014-01-281-19/+12
* cc: Clean up the includes of a couple of CC Test Suite files.tfarina@chromium.org2014-01-281-1/+1
* cc: Make clear the origin of resources in ResourceProvider.dongseong.hwang@intel.com2014-01-242-39/+75
* cc: Clang-format cc/resources/task_graph_runner_perftest.cc code.reveman@chromium.org2014-01-231-24/+20
* cc: Clang-format cc/resources/tile_manager_perftest.cc code.reveman@chromium.org2014-01-231-8/+7
* cc: Clang-format cc/resources/raster_worker_pool_*test.cc code.reveman@chromium.org2014-01-232-74/+51
* cc: Clang-format cc/resources/task_graph_runner_unittest.cc code.reveman@chromium.org2014-01-231-52/+38
* cc: Clang-format cc/resources/tile_manger_unittest.cc code.reveman@chromium.org2014-01-231-25/+16
* cc: Clang-format cc/resources/tile_manager.* code.reveman@chromium.org2014-01-232-174/+164
* cc: Clang-format cc/resources/managed_tile_state.* code.reveman@chromium.org2014-01-232-92/+67
* cc: Clang-format cc/resources/resource_pool.* code.reveman@chromium.org2014-01-232-13/+8
* cc: Clang-format cc/resources/*raster_worker_pool.* code.reveman@chromium.org2014-01-236-219/+181
* cc: Clang-format cc/resources/task_graph_runner.* code.reveman@chromium.org2014-01-232-50/+39
* ÜC: Optimize the parent compositor receiving textures from the child.dongseong.hwang@intel.com2014-01-232-27/+28
* Re-land: cc: Remove WorkerPool class and instead use TaskGraphRunner directly.reveman@chromium.org2014-01-2318-1126/+979
* replace etc1_pixel_ref with skia version (SkMallocPixelRef)reed@google.com2014-01-234-105/+12
* Revert of cc: Remove WorkerPool class and instead use TaskGraphRunner directl...mnissler@chromium.org2014-01-2218-979/+1126