| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Reduce command buffer flushes related to creating texture ids. | reveman@chromium.org | 2013-11-01 | 3 | -21/+45 |
* | Do not give GPU memory to backgrounded compositors. | ccameron@chromium.org | 2013-11-01 | 5 | -20/+4 |
* | cc: Don't use LayerTreeHost in LayerTreeTest on impl thread. | danakj@chromium.org | 2013-10-31 | 1 | -30/+27 |
* | Move test-only stuff from cc/debug/ to cc/test | jamesr@chromium.org | 2013-10-31 | 17 | -6/+2543 |
* | cc: Add --cc-rebaseline-pixeltests command line flag. | danakj@chromium.org | 2013-10-31 | 2 | -4/+10 |
* | Roll Skia DEPS to r12012 | robertphillips@google.com | 2013-10-30 | 1 | -0/+0 |
* | GTTF: always run perf tests serially | phajdan.jr@chromium.org | 2013-10-30 | 1 | -0/+16 |
* | cc: Include wheel/touch event handling in the JSON output for the layer tree. | sadrul@chromium.org | 2013-10-29 | 4 | -0/+716 |
* | cc: Changing picture pile in favour of a grid of pictures. | vmpstr@chromium.org | 2013-10-29 | 2 | -14/+2 |
* | cc: Fix running some perf-tests. | sadrul@chromium.org | 2013-10-28 | 1 | -3/+3 |
* | cc: Allow all types of pending commits to throttle input | brianderson@chromium.org | 2013-10-26 | 2 | -0/+3 |
* | cc: Add opacity to UIResourceBitmap and UIResourceLayer | powei@chromium.org | 2013-10-26 | 2 | -3/+17 |
* | cc: Remove PrioritizedResourceManager::ReduceWastedMemoryOnImplThread | danakj@chromium.org | 2013-10-26 | 1 | -1/+0 |
* | cc: Use HighResNow as timebase if it is fast and reliable | brianderson@chromium.org | 2013-10-25 | 1 | -1/+2 |
* | Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3). | dominikg@chromium.org | 2013-10-23 | 9 | -32/+36 |
* | cc: PictureLayerImpl with empty bounds should not have tiles | boliu@chromium.org | 2013-10-23 | 1 | -0/+1 |
* | Add delegated rendering support for software renderer. | jbauman@chromium.org | 2013-10-22 | 4 | -11/+13 |
* | Roll Skia DEPS to r11890 | robertphillips@google.com | 2013-10-22 | 2 | -4/+4 |
* | Remove solid_color_scrollbars CC LayerTreeSetting. | aelias@chromium.org | 2013-10-20 | 3 | -15/+41 |
* | Revert 229569 "Enable general CSS filters in the software compos..." | grt@chromium.org | 2013-10-19 | 1 | -0/+0 |
* | Enable general CSS filters in the software compositor | ajuma@chromium.org | 2013-10-19 | 1 | -0/+0 |
* | Add a dense impl painted layer tree perf test. | clholgat@chromium.org | 2013-10-18 | 2 | -5/+990 |
* | Adding threaded, impl-side painted LayerTreePerfTests | clholgat@chromium.org | 2013-10-15 | 2 | -0/+5 |
* | Fix race conditions in window snapshot code. | kbr@chromium.org | 2013-10-15 | 2 | -0/+16 |
* | cc: Change precision of ComputeClippedPointForEdge | enne@chromium.org | 2013-10-12 | 1 | -0/+8 |
* | cc: Add MicroBenchmarkController plumbing. | vmpstr@chromium.org | 2013-10-12 | 2 | -24/+49 |
* | Don't try to access the ResourceProvider when it may be NULL. | ccameron@chromium.org | 2013-10-10 | 2 | -0/+14 |
* | cc: Fix flaky LayerTreeHostTestFrameTimeUpdatesAfterActivationFails | brianderson@chromium.org | 2013-10-10 | 2 | -0/+3 |
* | Fix transition from hardware to software compositing. | ccameron@chromium.org | 2013-10-09 | 2 | -0/+12 |
* | aura: Allow delegated frames to be used by more than one impl layer. | danakj@chromium.org | 2013-10-09 | 3 | -9/+16 |
* | cc: Removed unused metrics from RenderingStats. | ernstm@chromium.org | 2013-10-09 | 1 | -4/+1 |
* | Make Android WebView filtering depend on scrolling status. | aelias@chromium.org | 2013-10-09 | 5 | -6/+27 |
* | CC: WeakPtrFactory should be the last member. | dmichael@chromium.org | 2013-10-08 | 2 | -2/+2 |
* | cc: Fix hit-testing of empty layers. | sadrul@chromium.org | 2013-10-05 | 2 | -1/+18 |
* | GTTF: move the test launcher files to base/test/launcher | phajdan.jr@chromium.org | 2013-10-04 | 1 | -1/+1 |
* | Factor TextureMap and Texture class out of resource_provider_unittest.cc and ... | mvujovic@adobe.com | 2013-10-04 | 1 | -0/+1 |
* | Generic UIResourceLayer for shared resources. | clholgat@chromium.org | 2013-10-04 | 3 | -1/+76 |
* | cc: Support animating filters | ajuma@chromium.org | 2013-10-03 | 2 | -0/+83 |
* | Change SkMScalar from double to float | enne@chromium.org | 2013-10-02 | 1 | -0/+0 |
* | cc: Add best_record_time to rendering stats. | ernstm@chromium.org | 2013-10-01 | 1 | -1/+1 |
* | cc: Update invalidation perftest to clean up released tiles. | vmpstr@chromium.org | 2013-09-27 | 2 | -0/+7 |
* | Expose only one LayerTreeHostClient::OffscreenContextProvider() | jamesr@chromium.org | 2013-09-27 | 6 | -79/+28 |
* | cc: Add shared quad states correctly in unit tests. | danakj@chromium.org | 2013-09-26 | 2 | -11/+15 |
* | cc: Make tile manager responsible for tile's lifetime. | vmpstr@chromium.org | 2013-09-26 | 1 | -10/+3 |
* | Add support for converting cc::FilterOperations into an SkImageFilter | ajuma@chromium.org | 2013-09-26 | 3 | -8/+6 |
* | CC: Fix raster-on-demand (due to stale sort order). | epenner@chromium.org | 2013-09-24 | 2 | -2/+5 |
* | cc: Return resources to child compositor via a Callback. | danakj@chromium.org | 2013-09-22 | 3 | -5/+17 |
* | Update the nine patch layer to use UI resources | powei@chromium.org | 2013-09-20 | 4 | -115/+298 |
* | cc: Make LayerTreeTest::ImplThreadTaskRunner() always return non-NULL. | danakj@chromium.org | 2013-09-19 | 2 | -3/+4 |
* | cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had... | kaanb@chromium.org | 2013-09-19 | 4 | -20/+24 |