| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Run all LayerTreeHost tests with a delegating renderer. | danakj@chromium.org | 2013-05-10 | 16 | -192/+418 |
* | Revert 199375 "re-land cc: Switched ContentLayerUpdaters to use ..." | danakj@chromium.org | 2013-05-10 | 3 | -23/+26 |
* | cc: Don't do CompositeAndReadback when using DelegatingRenderer. | danakj@chromium.org | 2013-05-10 | 8 | -20/+43 |
* | re-land cc: Switched ContentLayerUpdaters to use RenderingStatsInstrumentation. | ernstm@chromium.org | 2013-05-10 | 3 | -26/+23 |
* | Improved tile binning. | ernstm@chromium.org | 2013-05-10 | 1 | -3/+3 |
* | cc: Inflate invalidation in each picture list | danakj@chromium.org | 2013-05-10 | 6 | -15/+227 |
* | cc: Add tile-free software compositing mode. | aelias@chromium.org | 2013-05-10 | 12 | -15/+142 |
* | cc: Replace Layer::SetAutomaticallyComputeRasterScale with a setting. | danakj@chromium.org | 2013-05-09 | 20 | -355/+703 |
* | cc: Add perf test for scrolling with impl-side painting | skyostil@chromium.org | 2013-05-09 | 3 | -2/+173 |
* | Make SingleThreadProxy update LayerTreeHost's animations | ajuma@chromium.org | 2013-05-09 | 6 | -9/+49 |
* | cc: Ensure resolution is copied during tiling set copy | vmpstr@chromium.org | 2013-05-09 | 1 | -3/+9 |
* | Re-land: cc: Cleanup vertex shaders used for anti-aliasing. | reveman@chromium.org | 2013-05-09 | 5 | -64/+116 |
* | Remove inside_chromium_build gyp variable | jamesr@chromium.org | 2013-05-08 | 1 | -15/+1 |
* | Update cc trace instrumentation to use tracing's object snapshot API | nduca@chromium.org | 2013-05-08 | 14 | -74/+181 |
* | cc: Fix readback from non-root layers. | danakj@chromium.org | 2013-05-08 | 12 | -84/+285 |
* | cc: Use SkPMColor consistently on readback. | aelias@chromium.org | 2013-05-08 | 2 | -55/+61 |
* | Compositor method renames | boliu@chromium.org | 2013-05-08 | 13 | -33/+32 |
* | cc: New reference image for BackgroundFilterBlurOffAxis. | reveman@chromium.org | 2013-05-08 | 2 | -1/+1 |
* | DelegatingRenderer: send frame on SwapBuffers instead of DrawFrame | piman@chromium.org | 2013-05-08 | 15 | -17/+181 |
* | Revert "cc: Cleanup vertex shaders used for anti-aliasing." | sky@chromium.org | 2013-05-08 | 5 | -112/+60 |
* | cc: Cleanup vertex shaders used for anti-aliasing. | reveman@chromium.org | 2013-05-08 | 5 | -60/+112 |
* | Support --enable-delegated-renderer on Android. | aelias@chromium.org | 2013-05-08 | 8 | -14/+89 |
* | Revert "cc: Move canvas clear from picture to picture_pile_impl | vmpstr@chromium.org | 2013-05-07 | 2 | -9/+29 |
* | cc: Png baselines for https://codereview.chromium.org/15004009/ | danakj@chromium.org | 2013-05-07 | 2 | -0/+0 |
* | cc: Pass the device and page scale factor to CalculateContentsScale | danakj@chromium.org | 2013-05-07 | 20 | -75/+154 |
* | cc: Cache highp_threshold in TexCoordPrecisionRequired | brianderson@chromium.org | 2013-05-07 | 7 | -38/+60 |
* | Add cc option to non-lazily disable vsync notification | boliu@chromium.org | 2013-05-06 | 7 | -12/+65 |
* | cc: Clean up UpdateLayerContentsScale code. | danakj@chromium.org | 2013-05-04 | 2 | -29/+30 |
* | cc: Move canvas clear from picture to picture_pile_impl | vmpstr@chromium.org | 2013-05-04 | 2 | -29/+9 |
* | cc: Fix pixel buffer handling in lost context situations. | reveman@chromium.org | 2013-05-04 | 4 | -5/+45 |
* | cc: Fix impl-side painting flashing due to missing tiles | enne@chromium.org | 2013-05-03 | 4 | -2/+28 |
* | telemetry: Added solid prediction tracking | vmpstr@chromium.org | 2013-05-03 | 6 | -2/+34 |
* | cc: Add resource size sanity check to ResourceProvider. | reveman@chromium.org | 2013-05-03 | 2 | -1/+3 |
* | cc: Remove TileManager::GatherPixelRefsForTile. | reveman@chromium.org | 2013-05-03 | 10 | -163/+162 |
* | cc: Remove and rename PictureLayerTiling clone methods. | danakj@chromium.org | 2013-05-03 | 6 | -53/+44 |
* | cc: Add unit tests for recreating tiles after LCD text changes. | danakj@chromium.org | 2013-05-03 | 8 | -20/+222 |
* | cc: Simplify the logic for deciding to update tile priorities. | danakj@chromium.org | 2013-05-02 | 15 | -164/+167 |
* | cc: Add force anti-aliasing off option to SolidColorDrawQuad | wonsik@chromium.org | 2013-05-02 | 16 | -65/+142 |
* | Add unittest for root layer scroll offset delegation. | mkosiba@chromium.org | 2013-05-02 | 1 | -0/+66 |
* | cc: Move analyze tasks to worker thread. | reveman@chromium.org | 2013-05-02 | 4 | -77/+117 |
* | cc: Add a test image for force anti-aliasing off feature | enne@chromium.org | 2013-05-02 | 1 | -0/+0 |
* | Disables impl-side painting on TV device | jinsukkim@chromium.org | 2013-05-02 | 1 | -1/+6 |
* | Warn on missing OVERRIDE/virtual everywhere, not just in header files. | rsleevi@chromium.org | 2013-05-02 | 4 | -8/+8 |
* | cc: Fix most cpplint errors in cc/ | enne@chromium.org | 2013-05-01 | 21 | -50/+56 |
* | Tweaks to top controls behavior for fullscreen API support. | tedchoc@chromium.org | 2013-05-01 | 2 | -1/+3 |
* | cc: Reduce special casing of transparent tiles. | reveman@chromium.org | 2013-05-01 | 8 | -71/+40 |
* | cc: Remove unused is_live flag from TilePriority | enne@chromium.org | 2013-05-01 | 6 | -96/+37 |
* | cc: Set tile manager memory policy in initializeRenderer. | aelias@chromium.org | 2013-05-01 | 4 | -17/+28 |
* | Merge cc initialization paths | boliu@chromium.org | 2013-05-01 | 23 | -480/+729 |
* | cc: Make async readback path use async glReadPixels. | danakj@chromium.org | 2013-05-01 | 15 | -83/+446 |