summaryrefslogtreecommitdiffstats
path: root/ui/compositor
Commit message (Expand)AuthorAgeFilesLines
* Extract WebGraphicsContext3DInProcessCommandBufferImpl from webkit/.tfarina2015-01-094-2/+5
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-3/+3
* LayerAnimator should withdraw from processing animation queue when its delega...ljagielski2015-01-072-1/+66
* virtual/override specifier cleanup in ui/ (mostly Ozone code).gunsch2015-01-061-3/+3
* Cleanup: Update the path to gfx size headers.tfarina2015-01-033-5/+5
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-3113-14/+14
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-234-5/+7
* Cleanup: Update the path to insets and point headers.tfarina2014-12-234-8/+8
* Move RenderSurface creation outside of CalcDrawPropsawoloszyn2014-12-222-0/+14
* Clean up presubmit filesPaweł Hajdan, Jr2014-12-191-16/+0
* Move output surface fallback from cc to embeddersenne2014-12-102-4/+32
* Add argument to pass elastic overscroll delta to Blink (Chrome side)ccameron2014-12-091-0/+1
* Revert of Make ui::Compositor use ui::Scheduler (patchset #13 id:360001 of ht...isherman2014-12-0612-82/+160
* ui: Fix all 'gn check' errors.tfarina2014-12-051-0/+1
* Make ui::Compositor use ui::Schedulerweiliangc2014-12-0512-160/+82
* Enable scheduler main thread low latency mode for SingleThreadProxy.weiliangc2014-12-041-2/+0
* Add a new scheduler mode main thread should always be low latency.weiliangc2014-12-031-0/+2
* gn format //uiscottmg2014-12-031-1/+0
* Ensure Surface size always matches window size on swapjbauman2014-12-034-3/+17
* cc: Adding creation location to debug BeginFrameArgs objects.mithro2014-12-021-1/+1
* cc: Implement a display-list-based RecordingSource and RasterSourceajuma2014-11-272-0/+10
* Move dip utils to gfx/geometryccameron2014-11-251-21/+8
* cc: Small BeginFrameArgs cleanup.mithro2014-11-211-4/+3
* Remove #include of compiler_specific.h from macros.h.pkasting2014-11-211-0/+1
* Add cc::RendererSettings for use in with cc::Displayjbauman2014-11-202-5/+10
* cc: Toggle LCD text at raster time instead of record time.danakj2014-11-182-1/+4
* Make Keyframe use TimeTicks/TimeDelta to represent time instead of double.behara.ms2014-11-185-19/+23
* Revert of cc: Toggle LCD text at raster time instead of record time. (patchse...jyasskin2014-11-182-4/+1
* cc: Toggle LCD text at raster time instead of record time.danakj2014-11-172-1/+4
* Explicitly specify contents scale for SurfaceLayer.jbauman2014-11-132-1/+3
* cc: Remove PicturePileBasehendrikw2014-11-121-0/+1
* Make cc::Animation::TrimTimeToCurrentIteration andbehara.ms2014-11-124-9/+9
* cc: Make separate interface for BeginFrame ipc from OutputSurfacesimonhong2014-11-111-2/+5
* Gets views_examples_exe and aura_demo to display somethingsky2014-11-113-4/+61
* ObserverList::HasObserver now takes a const pointer.mgiuca2014-11-102-4/+5
* Fix high DPI with Surfaces by treating Surface size as content bounds of layerjbauman2014-11-072-1/+3
* Allow layers to signal that additional sequences are needed before surface de...jbauman2014-11-064-43/+14
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-293-84/+61
* Minor cleanup of NativeWidgetPrivatesky2014-10-292-2/+6
* Re-upload: Change FlippedFramebuffer return for surfacelessachaulk2014-10-281-2/+3
* cc: Move GpuMemoryBufferManager interface to gpu namespace.reveman2014-10-283-4/+4
* Make browser GPU channel creation async.jbauman2014-10-284-13/+20
* Convert manually triggered try runs to use bots without _swarming prefix.John Abd-El-Malek2014-10-221-1/+1
* Standardize usage of virtual/override/final in ui/dcheng2014-10-2117-237/+211
* Disable scheduler deadline task on battery power in Windowssunnyps2014-10-161-0/+3
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-152-17/+6
* remove some new OVERRIDE instances in ui/mostynb2014-10-141-3/+3
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-134-4/+18
* Use solid color layer for delegated surface.jbauman2014-10-133-28/+26
* Fix more memory issues in compositor_unittestsenne2014-10-111-1/+1