summaryrefslogtreecommitdiffstats
path: root/ui/compositor
Commit message (Expand)AuthorAgeFilesLines
* Merge 162830 - Aura: Remove scale_content_ handling for accelerated contentpiman@chromium.org2012-10-222-15/+8
* 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
* aura: Fix layer type change logic.piman@chromium.org2012-08-211-4/+6
* Prepare ui/compositor for WebLayer type changejamesr@chromium.org2012-08-185-4/+252
* Creates the WebCompositorOutputSurface, which is the new mechanism for render...nduca@chromium.org2012-08-132-6/+50
* Partial revert of 146621piman@chromium.org2012-08-113-24/+4
* Revert 151153 - Partial revert of 146621simonmorris@chromium.org2012-08-113-4/+24
* Partial revert of 146621piman@chromium.org2012-08-103-24/+4
* Remove unused include and always-true compile-time checkjamesr@chromium.org2012-08-101-9/+0
* Use WebKit Platform API header locations instead of client APIjamesr@chromium.org2012-08-094-8/+7
* aura: use TestWebGraphicsContext3D for the shared contextspiman@chromium.org2012-08-011-1/+3
* aura: apply brightness filter last to improve perfpiman@chromium.org2012-07-271-4/+8
* ui: No need to typedef testing::Test in unittests.tfarina@chromium.org2012-07-272-6/+5
* Converts SearchViewController to use live NTP content instead of placeholderdhollowa@chromium.org2012-07-251-3/+3
* Remove ui_resources_default_100_percent.rc and theme_resources_default_100_pe...benrg@chromium.org2012-07-251-1/+0
* Renamed resource files to be more verbose, specifically:benrg@chromium.org2012-07-241-1/+1
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-242-5/+13
* Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landedacolwell@chromium.org2012-07-232-13/+5
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-232-5/+13
* Add brightness/grayscale animations and use them for OOBE boot transition.nkostylev@chromium.org2012-07-2111-9/+363
* Revert 147288 - Renamed resource files to be more verbose, specifically:rlarocque@chromium.org2012-07-181-1/+1
* Renamed resource files to be more verbose, specifically:harrym@chromium.org2012-07-181-1/+1
* Aura: Remove some unnecessary dependencies.backer@chromium.org2012-07-172-1/+1
* LayerAnimator::Step should guard against a null delegate.vollick@chromium.org2012-07-171-1/+1