| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Remove main thread rendering stats | hendrikw | 2014-11-08 | 1 | -3/+2 |
* | cc: Remove some of the instrumentation plumbing | hendrikw | 2014-11-04 | 1 | -7/+0 |
* | cc: Remove use of PassAs() and constructor-casting with scoped_ptr. | danakj | 2014-09-27 | 1 | -1/+1 |
* | Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr.... | dcheng | 2014-09-27 | 1 | -1/+1 |
* | cc: Remove use of PassAs() and constructor-casting with scoped_ptr. | danakj | 2014-09-27 | 1 | -1/+1 |
* | Fix bad scaling in TiledLayer | Scott Violet | 2014-09-23 | 1 | -2/+2 |
* | Revert of Fix bad scaling in TiledLayer (patchset #8 id:140001 of https://cod... | ager | 2014-09-23 | 1 | -2/+2 |
* | Fix bad scaling in TiledLayer | sky | 2014-09-23 | 1 | -2/+2 |
* | setConfig is deprecated, use setInfo or allocPixels instead | reed@google.com | 2014-06-30 | 1 | -1/+1 |
* | Revert 261914 "Revert 261906 "cc: Add picture recording modes fo..." | scottmg@chromium.org | 2014-04-04 | 1 | -0/+2 |
* | Revert 261906 "cc: Add picture recording modes for benchmarking" | scottmg@chromium.org | 2014-04-04 | 1 | -2/+0 |
* | cc: Add picture recording modes for benchmarking | skyostil@chromium.org | 2014-04-04 | 1 | -0/+2 |
* | Revert 261543 "cc: Add picture recording modes for benchmarking" | nick@chromium.org | 2014-04-03 | 1 | -2/+0 |
* | cc: Add picture recording modes for benchmarking | skyostil@chromium.org | 2014-04-03 | 1 | -0/+2 |
* | don't explicitly create SkDevice, as it is intended to be private. Skia now h... | reed@google.com | 2014-02-27 | 1 | -7/+5 |
* | Pass gfx structs by const ref (gfx::Vector2d) | ajay.berwal@samsung.com | 2014-02-05 | 1 | -1/+1 |
* | Pass gfx::Rect and gfx::RectF by const ref. | prashant.n@samsung.com | 2014-01-10 | 1 | -2/+2 |
* | replace setIsOpaque (deprecated) with explicit SkAlphaType | reed@google.com | 2013-10-24 | 1 | -2/+2 |
* | cc: Removed unused metrics from RenderingStats. | ernstm@chromium.org | 2013-10-09 | 1 | -3/+1 |
* | Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic... | robertphillips@google.com | 2013-08-26 | 1 | -2/+2 |
* | Use a direct include of time headers in cc/. | avi@chromium.org | 2013-06-27 | 1 | -1/+1 |
* | cc: Remove RenderingStats passed to ContentLayerUpdater during Layer::Update() | egraether@chromium.org | 2013-06-27 | 1 | -5/+3 |
* | re-land cc: Switched ContentLayerUpdaters to use RenderingStatsInstrumentation | ernstm@chromium.org | 2013-06-27 | 1 | -9/+9 |
* | Revert 201510 "Revert 201498 "Add devtools instrumentation for c..." | johnme@chromium.org | 2013-05-22 | 1 | -4/+9 |
* | Revert 201498 "Add devtools instrumentation for canvas creation ..." | johnme@chromium.org | 2013-05-22 | 1 | -9/+4 |
* | Add devtools instrumentation for canvas creation in BitmapContentLayerUpdater | caseq@google.com | 2013-05-22 | 1 | -4/+9 |
* | Revert 199375 "re-land cc: Switched ContentLayerUpdaters to use ..." | danakj@chromium.org | 2013-05-10 | 1 | -9/+9 |
* | re-land cc: Switched ContentLayerUpdaters to use RenderingStatsInstrumentation. | ernstm@chromium.org | 2013-05-10 | 1 | -9/+9 |
* | Improved measurement of rasterize time and pixels rasterized. | ernstm@chromium.org | 2013-04-26 | 1 | -5/+0 |
* | Revert 191327 "cc: Switch ContentLayerUpdater to use RenderingSt..." | rsleevi@chromium.org | 2013-03-29 | 1 | -15/+14 |
* | cc: Switch ContentLayerUpdater to use RenderingStatsInstrumentation | egraether@chromium.org | 2013-03-29 | 1 | -14/+15 |
* | cc: Pass RenderingStatsInstrumentation to ContentLayerUpdater | egraether@chromium.org | 2013-03-29 | 1 | -5/+9 |
* | Revert 191086 "cc: Switch RenderingStats collection in Layer::Up..." | danakj@chromium.org | 2013-03-28 | 1 | -27/+24 |
* | cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInst... | egraether@chromium.org | 2013-03-28 | 1 | -24/+27 |
* | Revert 190817 "cc: Switch RenderingStats collection in Layer::Up..." | hashimoto@chromium.org | 2013-03-27 | 1 | -27/+24 |
* | cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInst... | egraether@chromium.org | 2013-03-27 | 1 | -24/+27 |
* | cc: Chromify rendering_stats | alexst@chromium.org | 2013-03-24 | 1 | -3/+5 |
* | cc: Chromify resource_update_queue | alexst@chromium.org | 2013-03-21 | 1 | -2/+2 |
* | Revert 189428 "cc: Chromify rendering_stats" | danakj@chromium.org | 2013-03-20 | 1 | -3/+3 |
* | cc: Chromify rendering_stats | alexst@chromium.org | 2013-03-20 | 1 | -3/+3 |
* | cc: Chromify PrioritizedResource | enne@chromium.org | 2013-03-20 | 1 | -1/+1 |
* | Part 8 of cc/ directory shuffles: resources | jamesr@chromium.org | 2013-03-18 | 1 | -0/+85 |