| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge Compositor and CompositorCC | piman@chromium.org | 2012-01-29 | 1 | -82/+60 |
* | Remove old (pre-webkit) compositor | piman@chromium.org | 2012-01-27 | 1 | -16/+0 |
* | Almost fixes the multithread compositor for accelerated content. This will be... | pkotwicz@chromium.org | 2012-01-11 | 1 | -4/+5 |
* | Revert 116874 - Revert 116782 - Almost fixes the multithread compositor for a... | pkotwicz@chromium.org | 2012-01-09 | 1 | -5/+4 |
* | Revert 116782 - Almost fixes the multithread compositor for accelerated conte... | pkotwicz@chromium.org | 2012-01-09 | 1 | -4/+5 |
* | Revert 116782 - Almost fixes the multithread compositor for accelerated conte... | pkotwicz@chromium.org | 2012-01-07 | 1 | -5/+4 |
* | Almost fixes the multithread compositor for accelerated content. This will be... | pkotwicz@chromium.org | 2012-01-07 | 1 | -4/+5 |
* | Adds a bounds parameter to ui::Compositor::ReadPixels | pkotwicz@chromium.org | 2011-11-21 | 1 | -2/+3 |
* | Revert 110783 - Adds a bounds parameter to ui::Compositor::ReadPixels | shess@chromium.org | 2011-11-18 | 1 | -3/+2 |
* | Adds a bounds parameter to ui::Compositor::ReadPixels | pkotwicz@chromium.org | 2011-11-18 | 1 | -2/+3 |
* | Fix stale compositor references from ui::Layer | piman@chromium.org | 2011-11-16 | 1 | -1/+4 |
* | Implement CompositorCC::ReadPixels | vollick@chromium.org | 2011-11-15 | 1 | -1/+7 |
* | Use ScopedMakeCurrent | backer@chromium.org | 2011-11-11 | 1 | -1/+6 |
* | Test that pixels are drawn to the screen | backer@chromium.org | 2011-11-03 | 1 | -0/+4 |
* | aura: Add fullscreen/popups to RenderWidgetHostViewAura. | derat@chromium.org | 2011-10-31 | 1 | -0/+1 |
* | Reland 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f... | apatrick@chromium.org | 2011-10-26 | 1 | -0/+1 |
* | Enable accelerated compositing of web pages when using webkit compositor | piman@chromium.org | 2011-10-26 | 1 | -0/+6 |
* | ui::TestCompositor::TestCompositor() constructor has been changed to take a a... | backer@chromium.org | 2011-10-25 | 1 | -0/+16 |
* | Use WebKit compositor in ui::Layer | piman@chromium.org | 2011-10-22 | 1 | -3/+3 |
* | Revert 106606 - Use WebKit compositor in ui::Layer | lipalani@chromium.org | 2011-10-20 | 1 | -3/+3 |
* | Use WebKit compositor in ui::Layer | piman@chromium.org | 2011-10-20 | 1 | -3/+3 |
* | clang: out-of-line a constructor to fix CrOS clang build | thakis@chromium.org | 2011-10-07 | 1 | -6/+1 |
* | Properly handle vertically flipping the texture. | backer@chromium.org | 2011-10-06 | 1 | -1/+6 |
* | Fixes the cursor to update reliably when moving from window to window. | ben@chromium.org | 2011-10-04 | 1 | -0/+2 |
* | Add a new method to Layer that schedules a redraw in the compositor.Rename Co... | ben@chromium.org | 2011-09-30 | 1 | -5/+5 |
* | Refactors TestCompositor out of views_unittests into a place it can be | sky@chromium.org | 2011-09-28 | 1 | -1/+1 |
* | Allow layers to be created without a compositor, creating this association wh... | ben@chromium.org | 2011-09-27 | 1 | -3/+2 |
* | Allow animating alpha | vollick@chromium.org | 2011-09-23 | 1 | -1/+12 |
* | compositor: Add protected virtual destructor to CompositorDelegate. | tfarina@chromium.org | 2011-09-22 | 1 | -0/+3 |
* | Delay sending an AcceleratedSurfaceMsg_BuffersSwappedACK from the Browser bac... | mmocny@chromium.org | 2011-09-19 | 1 | -2/+3 |
* | The Compositor should own drawing the root layer. | ben@chromium.org | 2011-09-14 | 1 | -7/+22 |
* | Force clear when root view is animating. | vollick@chromium.org | 2011-09-13 | 1 | -3/+4 |
* | Move compositor ctor and dtor to .cc file. | vollick@chromium.org | 2011-09-08 | 1 | -4/+2 |
* | With this CL animated rotations can be triggered by visiting URLs like about:... | vollick@chromium.org | 2011-09-08 | 1 | -2/+18 |
* | Fix linux-chromeos-clang builder. | sadrul@chromium.org | 2011-09-07 | 1 | -1/+1 |
* | gfx::Compositor: SchedulePaint. | sadrul@chromium.org | 2011-09-07 | 1 | -3/+18 |
* | Changes to port holey layer changes into windows compositor | pkotwicz@chromium.org | 2011-09-02 | 1 | -3/+0 |
* | Vend common GL context | backer@chromium.org | 2011-08-26 | 1 | -3/+17 |
* | Add gl.dll, compositor.dll, and surface.dll. | darin@chromium.org | 2011-08-18 | 1 | -2/+3 |
* | Revert 96982 - Add gl.dll, compositor.dll, and surface.dll. | rvargas@google.com | 2011-08-16 | 1 | -3/+2 |
* | Add gl.dll, compositor.dll, and surface.dll. | darin@chromium.org | 2011-08-16 | 1 | -2/+3 |
* | Gets rid of chrome being cleared for a moment when keyboard is hidden | backer@chromium.org | 2011-08-12 | 1 | -1/+1 |
* | First pass for eliminating double painting | pkotwicz@chromium.org | 2011-07-29 | 1 | -0/+4 |
* | Update Texture/Layer SetCanvas, callsites, and comments. | msw@chromium.org | 2011-07-27 | 1 | -4/+4 |
* | Always write alpha. Turn of blending for root layers. Also, don't clear the b... | backer@chromium.org | 2011-07-22 | 1 | -2/+15 |
* | Push (not pull) window geometry for the compositor. | backer@chromium.org | 2011-07-06 | 1 | -1/+6 |
* | Ref count the browser compositor textures. | backer@chromium.org | 2011-06-23 | 1 | -3/+7 |
* | Adds Compositor::SchedulePaint. The X side is NOTIMPLEMENTED. | sky@chromium.org | 2011-06-21 | 1 | -0/+3 |
* | Remove COMPOSITOR_2 flag, old compositor code. | wjmaclean@chromium.org | 2011-06-10 | 1 | -42/+0 |
* | Adds View::OnWillCompositeTexture that is invoked before a texture is | sky@chromium.org | 2011-06-06 | 1 | -0/+7 |