| Commit message (Expand) | Author | Age | Files | Lines |
* | Use gfx::ToRoundedInt instead of cc::MathUtil::Round | oshima@chromium.org | 2014-07-17 | 1 | -3/+3 |
* | Snap layers in views to physical pixel | oshima@chromium.org | 2014-07-17 | 6 | -0/+106 |
* | Change ui::wm::Shadow to use cc::NinePatchLayer. | hshi@chromium.org | 2014-07-16 | 4 | -1/+44 |
* | ui/compositor: GN Build fix. | tfarina@chromium.org | 2014-07-03 | 1 | -0/+2 |
* | Revert 280493 "Make SingleThreadProxy a SchedulerClient" | nkostylev@chromium.org | 2014-06-28 | 9 | -73/+173 |
* | Make SingleThreadProxy a SchedulerClient | enne@chromium.org | 2014-06-28 | 9 | -173/+73 |
* | Use only one ui::Compositor per Chrome window on Mac | ccameron@chromium.org | 2014-06-28 | 1 | -4/+3 |
* | Add chrome/plugin and chrome/utility to GN build. | brettw@chromium.org | 2014-06-23 | 1 | -2/+2 |
* | GN: Only have one gfx_x11 target | jamesr@chromium.org | 2014-06-23 | 1 | -1/+1 |
* | Invert DSF to map from delegated frame to layer space | jamesr@chromium.org | 2014-06-10 | 1 | -1/+0 |
* | Move SnapToPhysicalPixelBoundary call to RWHVA::InternalSetBounds | jamesr@chromium.org | 2014-06-10 | 2 | -1/+11 |
* | Disable UI compositor partial swaps on Mac | ccameron@chromium.org | 2014-06-06 | 1 | -0/+2 |
* | Fix comparisons. The type returned cc::Layer::transform_origin() is gfx::Poin... | darin@chromium.org | 2014-06-05 | 1 | -6/+3 |
* | Get rid of graphics layer anchor points, and replace with | chrishtr@chromium.org | 2014-06-05 | 3 | -6/+5 |
* | compositor: Tick the UI animations from cc, instead of from timer callbacks. | sadrul@chromium.org | 2014-06-05 | 14 | -157/+538 |
* | Revert r274404 and r274409: | tzik@chromium.org | 2014-06-03 | 14 | -518/+157 |
* | compositor: Tick the UI animations from cc, instead of from timer callbacks. | sadrul@chromium.org | 2014-06-03 | 14 | -157/+518 |
* | Removes ContextFactory::Get/SetInstance | sky@chromium.org | 2014-06-02 | 2 | -55/+0 |
* | Removes usage of Compositor/ContextFactory methods | sky@chromium.org | 2014-05-30 | 1 | -2/+0 |
* | Add GN buildfiles for ui/compositor and snapshot. | brettw@chromium.org | 2014-05-30 | 1 | -0/+153 |
* | Correct the way that ui::Layers are reparented | ccameron@chromium.org | 2014-05-29 | 1 | -3/+2 |
* | Temporarily adds another constructor to Compositor | sky@chromium.org | 2014-05-17 | 10 | -35/+113 |
* | Do SetNeedsCommit() instead of Composite() in threaded mode. | danakj@chromium.org | 2014-05-16 | 1 | -1/+1 |
* | CC::LayerAnimationController should use TimeTicks and | sivagunturi@chromium.org | 2014-05-15 | 5 | -65/+62 |
* | ash static initializers: Remove the final two static initializers. | erg@chromium.org | 2014-05-14 | 1 | -1/+1 |
* | Make ui::Layer use the cc:LayerTreeHost scale factor directly | ccameron@chromium.org | 2014-05-14 | 6 | -134/+34 |
* | Do FinishAllRendering in WM_WINDOWPOSCHANGING | jbauman@chromium.org | 2014-05-13 | 2 | -17/+7 |
* | x11: Split the gfx_x11 target into its own gyp file. | sadrul@chromium.org | 2014-05-12 | 1 | -1/+1 |
* | ui/compositor: move the browser compositor thread to the ContextFactory | piman@chromium.org | 2014-05-10 | 5 | -73/+40 |
* | Remove SharedBitmapManager global in ui/compositor | piman@chromium.org | 2014-05-09 | 5 | -17/+14 |
* | Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium. | dmikurube@chromium.org | 2014-05-07 | 1 | -2/+1 |
* | Enable disabling WebCore::GraphicsContext in telemetry. | schenney@chromium.org | 2014-05-02 | 2 | -2/+6 |
* | cc: Add initial GPU-to-GPU copy rasterizer implementation. | reveman@chromium.org | 2014-05-01 | 3 | -6/+6 |
* | Stops animations when removing a window from its parent. | varkha@chromium.org | 2014-04-28 | 1 | -0/+6 |
* | 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 | 4 | -41/+5 |
* | Fix painting glitches in menus which shows up when switching selected items. | ananta@chromium.org | 2014-04-19 | 1 | -1/+9 |
* | Makes LayerOwner::AcquireLayer return a scoped_ptr | sky@chromium.org | 2014-04-18 | 2 | -3/+3 |
* | Implementation of Window Shape using SkAlphaThresholdFilter | zork@chromium.org | 2014-04-16 | 2 | -0/+16 |
* | x11: Create a gfx_x11 component. | sadrul@chromium.org | 2014-04-15 | 1 | -1/+2 |
* | Revert 263718 "x11: Create a gfx_x11 component." | fischman@chromium.org | 2014-04-14 | 1 | -2/+1 |
* | x11: Create a gfx_x11 component. | sadrul@chromium.org | 2014-04-14 | 1 | -1/+2 |
* | Adds logic to clone the active WebContents layers during closing | sky@chromium.org | 2014-04-11 | 1 | -0/+6 |
* | Remove old texture path in TextureLayer | piman@chromium.org | 2014-04-10 | 2 | -6/+0 |
* | Make ReflectorImpl use mailboxes | piman@chromium.org | 2014-04-09 | 6 | -135/+74 |
* | Makes recreating a layer inherit target visibility and opacity | sky@chromium.org | 2014-04-09 | 3 | -1/+36 |
* | cc: Change damage tracking from floats to integers. | danakj@chromium.org | 2014-04-07 | 1 | -4/+2 |
* | cc: Compute the maximum scale of animations | ajuma@chromium.org | 2014-04-03 | 2 | -0/+22 |
* | Re-land "cc: Remove TextureLayer::SetTextureId and TextureLayer::WillModifyTe... | nick@chromium.org | 2014-04-03 | 1 | -1/+1 |
* | Revert 261380 "cc: Remove TextureLayer::SetTextureId and Texture..." | nick@chromium.org | 2014-04-03 | 1 | -1/+1 |