summaryrefslogtreecommitdiffstats
path: root/ui/compositor
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Make OutputSurface::SwapBuffers pure virtualsievers2014-10-101-2/+2
* cc: Make PictureLayerImpl use a better choice for animated raster scale.danakj2014-10-102-4/+9
* Avoid destroying surface before the parent surface stops referencing it.jbauman2014-10-106-1/+60
* Fix Revert of Make ui::Compositor use ui::Scheduler (patchset #2 id:20001 of ...weiliangc2014-10-091-0/+2
* Revert of Make ui::Compositor use ui::Scheduler (patchset #2 id:20001 of http...weiliangc2014-10-099-71/+163
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-0921-212/+212
* Fix memory issues in compositor_unittestsenne2014-10-091-1/+2
* Make ui::Compositor use ui::Schedulerweiliangc2014-10-099-165/+71
* Keep ui::Layer filters on replace cc::Layer.kirr2014-10-062-0/+30
* Replace build_angle.gyp with angle.gyp.jmadill2014-09-301-2/+2
* cc:: Remove main_frame_before_draw_enabled from scheduler settings.orglofch2014-09-291-1/+0
* Made double-tap zoom work in pinch virtual viewport mode (Chromium-side).bokan2014-09-291-0/+5
* Make cc output surface creation asyncenne2014-09-252-4/+4
* Use RunLoop to wait for readback on compositor unittestweiliangc2014-09-221-27/+22
* Improve GN header checker, make "check" on //ui/* pass.Brett Wilson2014-09-191-2/+4
* Shadows: crop corner tiles instead of hiding.hshi2014-09-192-9/+9