summaryrefslogtreecommitdiffstats
path: root/cc/output/output_surface.h
Commit message (Expand)AuthorAgeFilesLines
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-281-1/+1
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-3/+3
* cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}danakj@chromium.org2013-12-101-4/+4
* Pipe SwapBuffers call{,backs} through ContextSupportjamesr@chromium.org2013-12-101-1/+0
* Remove always-on compositor capabilitiesjamesr@chromium.org2013-12-061-1/+0
* Revert 234928 "Use software compositor for windows under 64 pixe..."jbauman@chromium.org2013-11-151-5/+0
* Use software compositor for windows under 64 pixels wide or tall.jbauman@chromium.org2013-11-131-0/+5
* Do not give GPU memory to backgrounded compositors.ccameron@chromium.org2013-11-011-2/+1
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-291-1/+0
* Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).dominikg@chromium.org2013-10-231-18/+18
* Estimate GPU latency in OutputSurfaceajuma@chromium.org2013-10-101-0/+12
* CC: WeakPtrFactory should be the last member.dmichael@chromium.org2013-10-081-1/+2
* Expose only one LayerTreeHostClient::OffscreenContextProvider()jamesr@chromium.org2013-09-271-1/+1
* cc: Implement deadline scheduling disabled by defaultbrianderson@chromium.org2013-09-211-5/+5
* Add memory manager for software compositor frontbuffers.jbauman@chromium.org2013-09-181-1/+2
* cc: Always use SetNeedsBeginFrame to request the next BeginFramebrianderson@chromium.org2013-09-141-1/+1
* cc: Invalidate appropriate FBO attachment for offscreen renderingskyostil@chromium.org2013-09-111-1/+5
* cc: Remove most methods from RendererClient.danakj@chromium.org2013-09-091-0/+4
* Fix UpdateTilePriorities viewport in Android WebView.aelias@chromium.org2013-09-051-1/+3
* ContextProvider in OutputSurfacedanakj@chromium.org2013-08-161-14/+11
* cc: Avoid double ticking RetroactiveBeginFramesbrianderson@chromium.org2013-08-151-1/+1
* Add external stencil support for Android WebView.aelias@chromium.org2013-07-301-0/+1
* cc: draw_and_swap_full_viewport_every_frame OS capboliu@chromium.org2013-07-301-0/+2
* OutputSurfaceClient::ReleaseGLboliu@chromium.org2013-07-131-0/+2
* android: Do not SetNeedsBeginFrame(true) multiple timesbrianderson@chromium.org2013-07-021-0/+6
* cc: Pipe visibility and memory allocation to DelegatingRendererpiman@chromium.org2013-06-291-0/+3
* cc: Trigger BeginFrames that were just missed retroactivelybrianderson@chromium.org2013-06-201-0/+8
* cc: Add BeginFrameArgs brianderson@chromium.org2013-06-191-4/+12
* cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes.danakj@chromium.org2013-06-181-4/+5
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-181-6/+38
* Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..."reveman@google.com2013-06-171-38/+6
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-131-6/+38
* Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..."skaslev@chromium.org2013-06-121-38/+6
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-121-6/+38
* Unified OutputSurface::SwapBuffers.aelias@chromium.org2013-06-111-9/+14
* Factor out cc::OutputSurface::InitializeAndSetContext3Dboliu@chromium.org2013-06-071-2/+12
* Implement transform/clip support for Android WebView.aelias@chromium.org2013-06-061-0/+3
* Update refernces to Blink's Platform API (cc)abarth@chromium.org2013-05-291-1/+1
* Move cc/debug/latency_info to ui/base.jbauman@chromium.org2013-05-291-3/+4
* Part 1/3 (compositor) of adding with device scale factor to transport surfacesccameron@chromium.org2013-05-241-1/+1
* cc: Rename VSync to BeginFramebrianderson@chromium.org2013-05-231-4/+4
* Makes the resource provider and tile manager optional in LayerTreeHostImpl.joth@chromium.org2013-05-211-1/+3
* cc: Add tile-free software compositing mode.aelias@chromium.org2013-05-101-0/+5
* Move swapcomplete callback into OutputSurfacejamesr@chromium.org2013-04-171-0/+3
* Revert 194394 "Move swapcomplete callback into OutputSurface"cpu@chromium.org2013-04-161-3/+0
* Move swapcomplete callback into OutputSurfacejamesr@chromium.org2013-04-161-0/+3
* Plumb cc::LatencyInfo through command buffer and output surfacejbauman@chromium.org2013-04-121-2/+3
* cc: Fix lint errors in cc.danakj@chromium.org2013-03-281-6/+4
* cc: Hook vsync time source to output surfaceskyostil@chromium.org2013-03-261-0/+5
* Part 4 of cc/ directory shuffles: outputjamesr@chromium.org2013-03-181-0/+107