summaryrefslogtreecommitdiffstats
path: root/content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc
Commit message (Expand)AuthorAgeFilesLines
* Move gl_helper to content/browser/compositorfsamuel2016-03-171-1/+1
* Convert Pass()→std::move() in //content/browserdcheng2015-12-261-1/+3
* Change output surface opacity to match root render pass.jbauman2015-12-151-2/+3
* Clean up Mac swap acknowledgement codeccameron2015-10-291-13/+3
* Overlays: Remove special casing of primary overlay planeccameron2015-10-031-15/+5
* Force swap buffers when re-creating the buffersdnicoara2015-09-101-0/+5
* Mac Overlays: Add sandwich strategyccameron2015-08-271-0/+5
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-201-0/+2
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...sky2015-08-181-2/+0
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-181-0/+2
* Mac Overlays: Add GPU back-pressureccameron2015-08-101-0/+4
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...kbr2015-08-091-2/+0
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-091-0/+2
* Revert of Mac Overlays: Add GPU back-pressure (patchset #8 id:140001 of https...kbr2015-08-091-4/+0
* Mac Overlays: Add GPU back-pressureccameron2015-08-091-0/+4
* Revert of cc: Use worker context for one-copy tile initialization. (patchset ...kbr2015-08-071-2/+0
* cc: Use worker context for one-copy tile initialization.reveman2015-08-061-0/+2
* Mac Overlays: Add overlay support for rectangle texturesccameron2015-07-221-4/+11
* Process the recently added SWAP_NAK_RECREATE_BUFFERS swap resultachaulk2015-06-171-0/+13
* Revert of Enable BeginFrame scheduling on aura (patchset #15 id:270001 of htt...dbeam2015-05-051-0/+2
* Enable BeginFrame scheduling on aurasimonhong2015-05-041-2/+0
* Disable overlays when SW mirroring is enabledachaulk2015-04-141-1/+3
* Enable 2 pending frames in the scheduler on ARM devices.alexst2015-04-071-5/+7
* Revert of Enable BeginFrame scheduling on aura (patchset #12 id:210001 of htt...danakj2015-03-271-0/+2
* [Ozone] Allow surfaceless path to have 2 frames pendingdnicoara2015-03-271-0/+6
* Enable BeginFrame scheduling on aurasimonhong2015-03-271-2/+0
* ui: Simplify Reflector and browser OutputSurfaces for single thread.danakj2015-02-261-15/+7
* Use own GLHelper for surfaceless, the default one is on a different contextachaulk2015-02-241-6/+5
* cc: Remove the unused compositor thread variable and interface.danakj2015-02-231-11/+1
* Plumb surface id to GpuMemoryBuffer allocation.alexst2014-12-081-4/+7
* Deprecate browser-side EstablishGpuChannelSync on Androidsievers2014-11-251-0/+3
* Re-upload: Change FlippedFramebuffer return for surfacelessachaulk2014-10-281-0/+2
* Fix race condition in surfaceless partial swap.achaulk2014-10-241-3/+15
* Revert "Change FlippedFramebuffer return for surfaceless"Stephen White2014-10-071-1/+0
* Change FlippedFramebuffer return for surfacelessachaulk2014-10-071-0/+1
* Partial swap implementation for surfacelessachaulk2014-09-231-2/+3
* Surfaceless OutputSurface implementation.achaulk2014-09-161-0/+85