| Commit message (Expand) | Author | Age | Files | Lines |
* | Android: Avoid blocking UI thread for GPU channel creation | sievers@chromium.org | 2014-05-31 | 1 | -0/+4 |
* | Android: Decouple animate from vsync | sievers@chromium.org | 2014-05-27 | 1 | -10/+37 |
* | android: add Java-side support for browser compositor async readback | powei@chromium.org | 2014-05-27 | 1 | -2/+0 |
* | Make ui::Snapshot asynchronous on Android, remove CompositeAndReadback. | danakj@chromium.org | 2014-05-15 | 1 | -0/+2 |
* | Android: Move scheduling logic to CompositorImpl | sievers@chromium.org | 2014-05-13 | 1 | -4/+39 |
* | cc: Remove the capability to give up and leave compositing mode. | danakj@chromium.org | 2014-04-25 | 1 | -1/+1 |
* | Remove offscreen compositor contexts. | danakj@chromium.org | 2014-04-24 | 1 | -4/+0 |
* | content: Cleanup surface reference passing using Java IPC. | reveman@chromium.org | 2014-04-06 | 1 | -9/+0 |
* | Add initial GpuMemoryBufferSurfaceTexture implementation. | reveman@chromium.org | 2014-03-31 | 1 | -1/+14 |
* | android: Readback using delegated rendering layer | powei@chromium.org | 2014-03-20 | 1 | -1/+6 |
* | Make LayerTreeHostClient::Animate take TimeTicks instead of double | ajuma@chromium.org | 2014-02-07 | 1 | -1/+1 |
* | Reset compositor when pixel format is changed | trchen@chromium.org | 2014-02-07 | 1 | -0/+1 |
* | android: Migrate old content readback to use async readback (and delegated re... | powei@chromium.org | 2014-02-06 | 1 | -17/+12 |
* | Revert of android: Migrate old content readback to use async readback (and de... | powei@chromium.org | 2014-02-06 | 1 | -12/+17 |
* | android: Migrate old content readback to use async readback (and delegated re... | powei@chromium.org | 2014-02-05 | 1 | -17/+12 |
* | Revert 248827 "android: Migrate old content readback to use asyn..." | pasko@chromium.org | 2014-02-05 | 1 | -12/+17 |
* | Pass gfx structs by const ref (gfx::Vector2d) | ajay.berwal@samsung.com | 2014-02-05 | 1 | -1/+1 |
* | android: Migrate old content readback to use async readback (and delegated re... | powei@chromium.org | 2014-02-05 | 1 | -17/+12 |
* | Switch ImageTransportFactoryAndroid's context type from blink to gpu | jamesr@chromium.org | 2014-01-18 | 1 | -9/+9 |
* | Enables fullscreen subtitle and media control from Blink | trchen@chromium.org | 2014-01-09 | 1 | -0/+1 |
* | RenderWidget and RenderWidgetCompositor cleanup | trchen@chromium.org | 2013-11-22 | 1 | -0/+1 |
* | Adding compositor callbacks to RenderWidgetHostViewAndroid | powei@chromium.org | 2013-11-21 | 1 | -2/+4 |
* | Propagate source_frame_number from LTH to DevTools | caseq@chromium.org | 2013-11-12 | 1 | -1/+1 |
* | Replaces uses of the WGC3DSwapBuffersClient with LTHSingleThreadClient | jamesr@chromium.org | 2013-11-08 | 1 | -10/+2 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 1 | -8/+8 |
* | Introduce separate client and init path for single-threaded cc | jamesr@chromium.org | 2013-11-07 | 1 | -2/+7 |
* | Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3). | dominikg@chromium.org | 2013-10-23 | 1 | -2/+2 |
* | Android: Remove unused browser compositor method | sievers@chromium.org | 2013-10-14 | 1 | -1/+0 |
* | Android: Remove unused browser compositor code | sievers@chromium.org | 2013-10-08 | 1 | -3/+0 |
* | Android: Remove unneeded Compositor::SetNeedsRedraw() | sievers@chromium.org | 2013-10-07 | 1 | -1/+0 |
* | Expose only one LayerTreeHostClient::OffscreenContextProvider() | jamesr@chromium.org | 2013-09-27 | 1 | -3/+1 |
* | Update the nine patch layer to use UI resources | powei@chromium.org | 2013-09-20 | 1 | -0/+10 |
* | Revert 223162 "Update the nine patch layer to use UI resources" | zmo@chromium.org | 2013-09-13 | 1 | -10/+0 |
* | Update the nine patch layer to use UI resources | powei@chromium.org | 2013-09-13 | 1 | -0/+10 |
* | Revert 222732 "Update the nine patch layer to use UI resources" | yfriedman@chromium.org | 2013-09-12 | 1 | -10/+0 |
* | Update the nine patch layer to use UI resources | powei@chromium.org | 2013-09-12 | 1 | -0/+10 |
* | Add a flag to allow renderer to use software compositor when GL compositor do... | jbauman@chromium.org | 2013-08-01 | 1 | -1/+2 |
* | android: Move Compositor::Client to CompositorClient | skyostil@chromium.org | 2013-07-10 | 1 | -2/+3 |
* | android: Notify compositor client about loss of output surface | skyostil@chromium.org | 2013-07-10 | 1 | -1/+6 |
* | The moves the compositor thread's input event cracking logic in to content/ f... | jamesr@chromium.org | 2013-05-20 | 1 | -2/+0 |
* | Compositor method renames | boliu@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Flip the cc::InputHandler and cc::InputHandlerClient names, they are backwards | jamesr@chromium.org | 2013-04-29 | 1 | -2/+3 |
* | Invalidate before composite for WebView | boliu@chromium.org | 2013-04-24 | 1 | -0/+1 |
* | cc: Chromify LayerTreeHostClient. | danakj@chromium.org | 2013-03-19 | 1 | -14/+14 |
* | Part 7 of cc/ directory shuffles: trees | jamesr@chromium.org | 2013-03-18 | 1 | -1/+1 |
* | Android: Support GPU process | sievers@chromium.org | 2013-03-07 | 1 | -0/+4 |
* | cc: Route offscreen context creation for compositor to the browser. | danakj@chromium.org | 2013-02-22 | 1 | -0/+6 |
* | Set the device scale factor from the compositor interface | jscholler@chromium.org | 2013-02-13 | 1 | -0/+1 |
* | cc: remove FontAtlas | egraether@chromium.org | 2013-02-13 | 1 | -2/+0 |
* | Subrect snapshot support. | dtrainor@chromium.org | 2012-12-19 | 1 | -1/+4 |