summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Fix flake in LayerTreeHostAnimationTestFrozenAnimationTickTimeajuma@chromium.org2014-02-181-0/+2
* cc: Don't schedule top controls animation when there isn't oneskyostil@chromium.org2014-02-182-1/+17
* 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
* No more sublayer transform in cc.vollick@chromium.org2014-02-1613-706/+36
* cc: Add more DrawSwapReadbackResult enumsenne@chromium.org2014-02-164-17/+43
* Fix TRACE_EVENT snapshotting for LayerImplnduca@chromium.org2014-02-151-1/+7
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-155-45/+5
* cc: Move GPU raster to DirectRasterWorkerPool.reveman@chromium.org2014-02-1518-395/+708
* Revert of Remove --enable-per-tile-painting and --ui-enable-per-tile-painting...xiyuan@chromium.org2014-02-152-0/+5
* Remove --enable-per-tile-painting and --ui-enable-per-tile-painting.danakj@chromium.org2014-02-152-5/+0
* cc: Abstract out proxy timing historyenne@chromium.org2014-02-155-36/+119
* cc: Add an occlusion perf test with more than 1 opaque layer.danakj@chromium.org2014-02-151-2/+78
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-154-36/+25
* CC: Add 'cc-benchmark' traces for minimal tracing in benchmarks.epenner@chromium.org2014-02-143-2/+3
* Revert of Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROM...nkostylev@chromium.org2014-02-144-25/+36
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-144-36/+25
* cc: Clean up iterator template to only take 1 parameter.danakj@chromium.org2014-02-1414-246/+97
* CC/GPU: Add a soft limit to the compositor.epenner@chromium.org2014-02-139-84/+185
* cc: add more devtools instrumentationcaseq@chromium.org2014-02-136-19/+40
* cc: Simplify picture layer tiling update tile priorities.vmpstr@chromium.org2014-02-1324-932/+750
* Change paint rectangles' colors in compositor to shades of green.malch@chromium.org2014-02-134-15/+30
* cc: Refactor WorkerPoolTaskClient::AcquireBufferForRasteralokp@chromium.org2014-02-1312-240/+531
* cc: Limit software resource sizesenne@chromium.org2014-02-131-1/+2
* Revert of cc: Disable "activate to low res" optimization (https://codereview....enne@chromium.org2014-02-122-8/+2
* Revert 250798 "Revert of Read compositor VSync information from ..."sergeyu@chromium.org2014-02-123-11/+14
* Revert of Read compositor VSync information from platform, when possible (htt...sheu@chromium.org2014-02-123-14/+11
* Avoid int->float->int conversion in OcclusionTracker for int translates.danakj@chromium.org2014-02-1214-50/+209
* Fix the cause of AwZoomTest#testMagnification... tests flakinessmnaganov@chromium.org2014-02-124-15/+56
* cc: Only make num_threads - 1 SkPicture clones.reveman@chromium.org2014-02-1210-59/+167
* cc: Always use combined_bin when computing GPU memory manager stats.reveman@chromium.org2014-02-111-16/+12
* Pixel tests and some shared quad state fixupsjamesr@chromium.org2014-02-117-30/+668
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-1112-100/+572
* Map delegated software bitmaps only when they're about to be read from.jbauman@chromium.org2014-02-114-22/+95
* cc: Refactor RasterTask::Queue to avoid unnecessary heap allocations.reveman@chromium.org2014-02-1112-109/+195
* cc: Disable "activate to low res" optimizationenne@chromium.org2014-02-112-2/+8
* 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-1113-23/+120
* Read compositor VSync information from platform, when possiblesheu@chromium.org2014-02-113-11/+14
* Need to also scale scroll offset, not just the scroll rect.wjmaclean@chromium.org2014-02-101-1/+3
* cc: Use std::map instead of hash_map for TaskGraphRunner namespaces.reveman@chromium.org2014-02-102-34/+27
* cc: Rename the main thread calc draw props tests to differentiate themdanakj@chromium.org2014-02-101-4/+4
* Revert of Split preserve3d into: "should-flatten" and "is-3d-sorted" (https:/...dstockwell@chromium.org2014-02-1012-570/+99
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-0912-99/+570
* cc: Refactor RasterWorkerPool for better testing support.reveman@chromium.org2014-02-0910-249/+487
* cc: Do not cancel deadline on lost context. Trigger early instead.brianderson@chromium.org2014-02-083-38/+39
* Do not force scrollbar update if parameters didn't change (reland).anton@chromium.org2014-02-071-0/+5
* Make cc::Picture immutable except for Raster and Replay.dominikg@chromium.org2014-02-079-63/+88
* Remove includes of WebGraphicsContext3D.h from DEPS files.tfarina@chromium.org2014-02-071-5/+2
* Remove unnecessary cc::FakeWebGraphicsContext3D interfacejamesr@chromium.org2014-02-075-1010/+231