summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* [#8] Pass gfx::Point by const ref.prashant.n@samsung.com2014-03-0515-47/+49
* Turn optimize up to 11 for ccscottmg@chromium.org2014-03-051-0/+3
* cc: Clean up OcclusionTracker template parameters.danakj@chromium.org2014-03-0551-331/+296
* cc: Use explicit SequencedTaskRunner current loop in TileManagerboliu@chromium.org2014-03-0520-50/+101
* cc: Remove the need for a RasterTaskSet to track "required to activate" prope...reveman@chromium.org2014-03-042-47/+57
* Remove |disable_drawing| flag from GLSurface::InitializeOneOffForTests.danakj@chromium.org2014-03-041-1/+1
* cc: Enable switching main thread back to low latency modeskyostil@chromium.org2014-03-046-15/+20
* Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...apavlov@chromium.org2014-03-044-4/+8
* Reland "Add base::TimeDelta::Max()"gavinp@chromium.org2014-03-044-8/+4
* Revert 254567 "don't create SkDevice directly, use SkBitmap or (..."timurrrr@chromium.org2014-03-042-2/+5
* cc: Remove the padding struct from LayerIterator.danakj@chromium.org2014-03-041-8/+0
* 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-045-16/+15
* CC: Remove divide from lap-timer.epenner@chromium.org2014-03-042-6/+14
* cc: Added a spiral difference iterator to tiling data.vmpstr@chromium.org2014-03-043-0/+830
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-032-5/+2
* Make it possible to cancel commits following an animationskyostil@chromium.org2014-03-034-15/+132
* Trace layer bounds/position/scroll_offset in cc.debugjamesr@chromium.org2014-03-033-1/+12
* Re-land: cc: Remove task references from RasterWorkerPool.reveman@chromium.org2014-03-036-7/+17
* Revert 253910 "Make it possible to cancel commits following an a..."nduca@chromium.org2014-03-024-97/+15
* Fix up cc::Layer scroll parent managementjamesr@chromium.org2014-02-286-78/+113
* Clean up histogram'd media enum max values.rileya@chromium.org2014-02-281-2/+0
* Cleanup GrGLInterface factories in Chromium in order to remove old names and ...bsalomon@google.com2014-02-281-2/+5
* cc: Clean up iterator template to only take 1 parameter.danakj@chromium.org2014-02-2814-252/+107
* fold AnalysisDevice functionality into AnalysisCanvas,reed@google.com2014-02-283-6/+3
* cc: setting a needs_commit_ to true is only needed for forced commit when the...simonhong@chromium.org2014-02-283-9/+48
* Make it possible to cancel commits following an animationskyostil@chromium.org2014-02-274-15/+97
* Use UnscaledScrollableViewportSize() for clip layer size.wjmaclean@chromium.org2014-02-271-1/+4
* 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
* Update InnerViewportContainerLayer size when top controls move.wjmaclean@chromium.org2014-02-2711-106/+293
* don't explicitly create SkDevice, as it is intended to be private. Skia now h...reed@google.com2014-02-279-51/+30
* Revert 253502 "Add base::TimeDelta::Max()."waffles@chromium.org2014-02-274-4/+8
* Revert "Revert 253606 "Revert 251238 "cc: Clean up iterator template to ...""danakj@chromium.org2014-02-2614-99/+252
* Revert 253606 "Revert 251238 "cc: Clean up iterator template to ..."danakj@chromium.org2014-02-2614-246/+97
* Revert 251238 "cc: Clean up iterator template to only take 1 par..."danakj@chromium.org2014-02-2614-97/+246
* Less determined statement terminationscottmg@chromium.org2014-02-261-1/+1
* Revert 253439 "Make it possible to cancel commits following an a..."rch@chromium.org2014-02-263-92/+14
* Add base::TimeDelta::Max().gavinp@chromium.org2014-02-264-8/+4
* CC: Visible-and-ready-to-draw tiles should use the hard-limit.epenner@chromium.org2014-02-261-8/+15
* cc: Require high-res tiles for activation after entering NEW_CONTENT_TAKES_PR...reveman@chromium.org2014-02-262-1/+50
* Make it possible to cancel commits following an animationskyostil@chromium.org2014-02-263-14/+92
* Fix frame viewer: LayerTypeAsString() can't be called from ~LayerImplnduca@chromium.org2014-02-263-3/+22
* Add python scripting for detailed statistics output from rasterize_and_record...chrishtr@chromium.org2014-02-251-10/+1
* Revert of fold AnalysisDevice functionality into AnalysisCanvas, to simplify ...waffles@chromium.org2014-02-254-6/+12
* fold AnalysisDevice functionality into AnalysisCanvas, to simplify setup and ...reed@google.com2014-02-254-12/+6
* Revert 253109 "cc: Remove task references from RasterWorkerPool."pliard@chromium.org2014-02-256-16/+7
* cc: Ensure changes to a Layer's content bounds or scale get pushedajuma@chromium.org2014-02-254-1/+135
* 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