summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-02-0325-337/+320
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-02-033-8/+2
* Add GPU bots to the default set of try jobs in ui/gl/ and gpu/.danakj@chromium.org2014-02-031-3/+3
* cc: Prevent drawing low res tiles after visibility changeenne@chromium.org2014-02-019-26/+222
* Revert 248049 "Ensure GL initialization only happens once, and p..."kbr@chromium.org2014-01-313-2/+8
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-3138-848/+1726
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-303-8/+2
* Get rid of some uses of base::Create*Valueestade@chromium.org2014-01-303-35/+30
* cc: add git cl format presubmit warningenne@chromium.org2014-01-301-0/+1
* cc: Add TRACE_EVENTs to SingleThreadProxydanakj@chromium.org2014-01-302-15/+31
* cc: Make PrepareToDraw return an enum for why it abortsenne@chromium.org2014-01-3025-403/+579
* Revert 247793 "Ensure GL initialization only happens once, and p..."yoz@chromium.org2014-01-303-2/+8
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-303-8/+2
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-29128-292/+304
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...ricea@chromium.org2014-01-2941-1732/+865
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-2941-865/+1732
* 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
* Initial surface aggregator implementationjamesr@chromium.org2014-01-2911-1/+977
* cc: Added a trace event to capture gpu raterization time.alokp@chromium.org2014-01-291-0/+4
* Apply automatic range checks to CC enum types across IPC.tsepez@chromium.org2014-01-293-1/+4
* cc: Make internal::RasterWorkerPoolTask an internal::Task.reveman@chromium.org2014-01-289-528/+485
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-28130-309/+297
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-28130-297/+309
* 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-284-10/+5
* Compile cc/surfaces unit tests in cc_unittestsjamesr@chromium.org2014-01-251-49/+5
* cc: Wrap ThreadProxy variables with thread-checking accessorsenne@chromium.org2014-01-242-438/+487
* cc: Make clear the origin of resources in ResourceProvider.dongseong.hwang@intel.com2014-01-242-39/+75
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...mkwst@chromium.org2014-01-2440-1717/+865
* cc: Release main thread earlierenne@chromium.org2014-01-248-185/+97
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-2440-865/+1717
* Compute accurate screen space bounds for animated layers.avallee@chromium.org2014-01-2418-33/+574
* cc: Free Mailbox on TextureLayerImpl::ReleaseResourcesboliu@chromium.org2014-01-232-14/+83
* 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-233-27/+35
* Pass gfx structs by const ref (gfx::Vector2dF)ajay.berwal@samsung.com2014-01-2325-69/+79
* Re-land: cc: Remove WorkerPool class and instead use TaskGraphRunner directly.reveman@chromium.org2014-01-2324-1136/+988
* replace etc1_pixel_ref with skia version (SkMallocPixelRef)reed@google.com2014-01-236-118/+19
* Revert of cc: Remove WorkerPool class and instead use TaskGraphRunner directl...mnissler@chromium.org2014-01-2224-988/+1136
* cc: Remove WorkerPool class and instead use TaskGraphRunner directly.reveman@chromium.org2014-01-2224-1138/+990