summaryrefslogtreecommitdiffstats
path: root/cc/output/output_surface.cc
Commit message (Expand)AuthorAgeFilesLines
* gpu: Remove Echo and SwapCompletion GL interfacessievers2014-10-021-5/+6
* Revert of cc:: Add LatencyQuery logic back into OutputSurface. (patchset #2 i...orglofch2014-10-011-95/+0
* Declaring the weak_ptr_factory in proper order in src/cc.kulkarni.a2014-09-171-6/+6
* cc:: Add LatencyQuery logic back into OutputSurface.orglofch2014-09-111-3/+99
* Minor scoped_refptr cleanup in cc::OutputSurface.dcheng2014-08-261-3/+5
* Remove implicit conversions from scoped_refptr to T* in cc/dcheng2014-08-261-11/+11
* Tiling priorities in Android Webview.hush@chromium.org2014-07-311-2/+8
* cc/output: cleanup: Remove unnecessary #includesheejin.r.chung@samsung.com2014-07-271-4/+2
* Pass resourceless software mode in SetExternalConstraintsboliu@chromium.org2014-07-101-7/+6
* cc: Remove disabled LatencyQuery logic in OutputSurfacebrianderson@chromium.org2014-07-091-100/+3
* cc: Allow DeferredInitialize to use DelegatingRendererboliu@chromium.org2014-05-221-1/+7
* Make delegated software renderer work on Macccameron@chromium.org2014-05-211-1/+1
* cc: Move scheduling logic out of OutputSurfacebrianderson@chromium.org2014-04-261-137/+20
* Remove offscreen compositor contexts.danakj@chromium.org2014-04-241-4/+3
* cc: Throttle swaps in Scheduler instead of OutputSurfacebrianderson@chromium.org2014-04-181-58/+38
* cc: Handle retroactive BeginFrames in the Scheduler.brianderson@chromium.org2014-04-121-51/+52
* Fix "unreachable code" warnings (MSVC warning 4702), misc. edition.pkasting@chromium.org2014-03-181-2/+3
* Revert 250798 "Revert of Read compositor VSync information from ..."sergeyu@chromium.org2014-02-121-5/+8
* Revert of Read compositor VSync information from platform, when possible (htt...sheu@chromium.org2014-02-121-8/+5
* Read compositor VSync information from platform, when possiblesheu@chromium.org2014-02-111-5/+8
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-291-1/+1
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-281-1/+1
* [#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
* Use the GL in process bindings directly in cc_unittestsjamesr@chromium.org2013-12-201-10/+9
* Implicitly ensure backbuffer creation on drawjamesr@chromium.org2013-12-131-2/+0
* Add GL entry points for DiscardBackbufferCHROMIUMjamesr@chromium.org2013-12-131-1/+2
* cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}danakj@chromium.org2013-12-101-7/+5
* Pipe SwapBuffers call{,backs} through ContextSupportjamesr@chromium.org2013-12-101-24/+9
* Remove always-on compositor capabilitiesjamesr@chromium.org2013-12-061-6/+2
* Revert 234928 "Use software compositor for windows under 64 pixe..."jbauman@chromium.org2013-11-151-9/+3
* Use software compositor for windows under 64 pixels wide or tall.jbauman@chromium.org2013-11-131-3/+9
* CC: Remove latency query until we can find the bug.epenner@chromium.org2013-11-081-0/+2
* Replaces uses of the WGC3DSwapBuffersClient with LTHSingleThreadClientjamesr@chromium.org2013-11-081-0/+1
* Clean up GPU latency queries when the context is resetajuma@chromium.org2013-11-081-0/+10
* Do not give GPU memory to backgrounded compositors.ccameron@chromium.org2013-11-011-6/+3
* cc: Use HighResNow as timebase if it is fast and reliablebrianderson@chromium.org2013-10-251-4/+8
* Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).dominikg@chromium.org2013-10-231-46/+48
* Add UMA stats for GPU latency and GPU latency estimationajuma@chromium.org2013-10-171-1/+27
* Estimate GPU latency in OutputSurfaceajuma@chromium.org2013-10-101-3/+62
* CC: WeakPtrFactory should be the last member.dmichael@chromium.org2013-10-081-6/+6
* cc: Implement deadline scheduling disabled by defaultbrianderson@chromium.org2013-09-211-11/+12
* Add memory manager for software compositor frontbuffers.jbauman@chromium.org2013-09-181-10/+12
* Connect OutputSurface buffer management and document SoftwareOutputDevicerjkroege@chromium.org2013-09-141-0/+4
* cc: Always use SetNeedsBeginFrame to request the next BeginFramebrianderson@chromium.org2013-09-141-9/+8
* cc: Remove most methods from RendererClient.danakj@chromium.org2013-09-091-11/+12
* Fix UpdateTilePriorities viewport in Android WebView.aelias@chromium.org2013-09-051-2/+5
* Pass context capabilities via cc::ContextProvider instead of gl stringjamesr@chromium.org2013-08-291-11/+5
* Discard software renderer backbuffer when tab becomes invisible.jbauman@chromium.org2013-08-201-4/+2
* ContextProvider in OutputSurfacedanakj@chromium.org2013-08-161-110/+61