summaryrefslogtreecommitdiffstats
path: root/ui/gfx/compositor/compositor_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove old (pre-webkit) compositorpiman@chromium.org2012-01-271-810/+0
* Adds a bounds parameter to ui::Compositor::ReadPixelspkotwicz@chromium.org2011-11-211-2/+2
* Implement CompositorCC::ReadPixelsvollick@chromium.org2011-11-151-2/+3
* Test that pixels are drawn to the screenbacker@chromium.org2011-11-031-0/+6
* Makes the compositors handle updating part of a texture when thesky@chromium.org2011-11-021-14/+7
* Fixes bad NOTREACHED.sky@chromium.org2011-10-101-1/+1
* Properly handle vertically flipping the texture.backer@chromium.org2011-10-061-0/+3
* Allow animating alphavollick@chromium.org2011-09-231-0/+3
* Force clear when root view is animating.vollick@chromium.org2011-09-131-2/+4
* With this CL animated rotations can be triggered by visiting URLs like about:...vollick@chromium.org2011-09-081-4/+4
* gfx::Compositor: SchedulePaint.sadrul@chromium.org2011-09-071-12/+8
* Changes to port holey layer changes into windows compositorpkotwicz@chromium.org2011-09-021-20/+18
* Vend common GL contextbacker@chromium.org2011-08-261-99/+82
* Gets rid of chrome being cleared for a moment when keyboard is hiddenbacker@chromium.org2011-08-121-2/+2
* First pass for eliminating double paintingpkotwicz@chromium.org2011-07-291-0/+8
* Update Texture/Layer SetCanvas, callsites, and comments.msw@chromium.org2011-07-271-4/+5
* Always write alpha. Turn of blending for root layers. Also, don't clear the b...backer@chromium.org2011-07-221-3/+3
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Use SkMatrix44 for the underlying implementation of ui::Transformbacker@chromium.org2011-07-081-15/+10
* Push (not pull) window geometry for the compositor.backer@chromium.org2011-07-061-47/+41
* Ref count the browser compositor textures.backer@chromium.org2011-06-231-130/+117
* Adds Compositor::SchedulePaint. The X side is NOTIMPLEMENTED.sky@chromium.org2011-06-211-0/+7
* Implements a blur on the prototype compositor. To enable a blur Isky@chromium.org2011-06-071-62/+326
* Adds View::OnWillCompositeTexture that is invoked before a texture issky@chromium.org2011-06-061-0/+6
* Fixes bug in updating only part of a texture and removes irrelevant TODO.sky@chromium.org2011-05-271-1/+1
* Prototype compositor to render views to a texture using d3d 10. Thissky@chromium.org2011-05-241-0/+563