summaryrefslogtreecommitdiffstats
path: root/ui/compositor
Commit message (Expand)AuthorAgeFilesLines
* Reland "Aura: fix failing DCHECK(!swap_posted_) in ui::Compositor"backer@chromium.org2012-11-052-21/+122
* Revert 165814 - Aura: fix failing DCHECK(!swap_posted_) in ui::Compositorvandebo@chromium.org2012-11-032-118/+21
* Aura: fix failing DCHECK(!swap_posted_) in ui::Compositorbacker@chromium.org2012-11-032-21/+118
* ui: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-011-2/+2
* Send vsync timebase updates to the browser compositorajuma@chromium.org2012-11-012-51/+46
* ui: Remove implicit flooring from Point3f and rename the class to Point3Fdanakj@chromium.org2012-10-312-8/+10
* Used the new WebContentLayerClient::paintContents interface.alokp@chromium.org2012-10-302-1/+7
* The layer animator should hang onto weak, rather than raw, pointers to runnin...vollick@chromium.org2012-10-303-52/+171
* Aura: Resize locks with --ui-enable-threaded-compositingbacker@chromium.org2012-10-274-37/+113
* ui: Add PrepareTexture() function to ui::Texture.reveman@chromium.org2012-10-193-6/+4
* Aura: Remove scale_content_ handling for accelerated contentpiman@chromium.org2012-10-182-16/+8
* webkit: Merge blob and fileapi into one build target 'webkit_storage'hashimoto@chromium.org2012-10-181-1/+1
* compositor: Reuse GetXDisplay() function from x11_util.htfarina@chromium.org2012-10-172-7/+6
* Migrate ui::Transform to gfx::Transform shawnsingh@chromium.org2012-10-1414-45/+49
* compositor: Remove unused WebKit header includes.tfarina@chromium.org2012-10-143-4/+0
* Adds ability to animate the color of a layer.sky@chromium.org2012-10-1110-17/+198
* Remove implicit flooring Scale() method from Point and Size.danakj@chromium.org2012-10-092-10/+16
* Make the glass frame work in win-aura, and get rid of the command line flag t...ben@chromium.org2012-10-042-0/+10
* Revert 157567 - Revert 156318 - I had originally tried to build upon http://c...vollick@google.com2012-09-237-148/+345
* Change the scale factor of texture_size from the layer's one to an estimation.mukai@chromium.org2012-09-213-6/+11
* Aura: --disable-ui-vsync is redundant; use --disable-gpu-vsync insteadbacker@chromium.org2012-09-213-4/+2
* compositor: Remove unused SkImageEncoder.h include.tfarina@chromium.org2012-09-201-1/+0
* Revert 156318 - I had originally tried to build upon http://codereview.chromi...vollick@google.com2012-09-197-345/+148
* Makes copying layers clone external textures.sky@chromium.org2012-09-131-0/+1
* Fix Compositor::ReadPixels after GL coordinate transition.aelias@chromium.org2012-09-122-8/+4
* Fix build on various Linux and CrOS bots.dbeam@chromium.org2012-09-121-3/+2
* I had originally tried to build upon http://codereview.chromium.org/10869066/...vollick@chromium.org2012-09-127-148/+345
* Add vollick to OWNERS for ui/compositor for layer animation related code.vollick@google.com2012-09-121-1/+2
* Add missing initializers to TestLayerAnimationDelegatevollick@google.com2012-09-121-1/+3
* Get rid of swizzle/yflip in ui_compositor now that cc does itjamesr@chromium.org2012-09-122-34/+2
* Use WebCompositorSupport for ui/compositor initialization and shutdownjamesr@chromium.org2012-09-111-5/+6
* use WebKit::WebCompositorSupport to instantiate Web*Layer* typesjamesr@chromium.org2012-09-102-7/+18
* Attempt 2 at Fixes crash introduced @ 153047 (you can hit crash by maximizing asky@chromium.org2012-09-074-12/+84
* ui: Keep the overrides in the same section of the superclass.tfarina@chromium.org2012-09-071-2/+3
* Makes LayerAnimator use the last tick time from thesky@chromium.org2012-09-061-11/+23
* Adds LayerAnimator::SchedulePauseForProperties().sky@chromium.org2012-09-043-0/+36
* compositor: Put CompositorTestSuite into a namespace.tfarina@chromium.org2012-09-033-10/+24
* ui: Fix typos in PRESUBMIT.py scripts.tfarina@chromium.org2012-09-031-1/+1
* compositor: Fix header include guards.tfarina@chromium.org2012-09-035-15/+15
* Remove transitional WEBLAYERTREEVIEW_IS_PURE_VIRTUAL guarded codejamesr@chromium.org2012-08-282-29/+0
* Revert 153047 - Ensure that LayerAnimator schedules a draw after the last fra...sky@chromium.org2012-08-254-39/+1
* Aura: Have ui::Layer implement WebKit::WebExternalTextureLayerClientpiman@chromium.org2012-08-253-4/+21
* Revert 153291 - Fixes crash introduced @ 153047 (you can hit crash by maximiz...sky@chromium.org2012-08-244-30/+4
* Add ifdef guards to prepare for WebLayerTreeView interface changejamesr@chromium.org2012-08-242-1/+31
* Fixes crash introduced @ 153047 (you can hit crash by maximizing asky@chromium.org2012-08-244-4/+30
* Remove transitional WEBLAYER_IS_PURE_VIRTUAL codejamesr@chromium.org2012-08-245-249/+0
* Random set of changes for workspace2 code:sky@chromium.org2012-08-242-16/+14
* Ensure that LayerAnimator schedules a draw after the last frame of an animationvollick@chromium.org2012-08-234-1/+39
* Aura: don't request depth/stencil buffers, we don't use them.piman@chromium.org2012-08-221-0/+3
* aura: Share shared context across compositorspiman@chromium.org2012-08-222-9/+7