summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/image_transport_surface.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove GLSurfaceHandle and simplify view command bufferspiman2016-03-111-29/+0
* Refactor ImageTransportSurface to get rid of ImageTransportHelperpenghuang2016-03-081-267/+1
* Decouple browser-specific GPU IPC messages from GPU service IPCsfsamuel2016-02-251-28/+19
* Revert of Decouple browser-specific GPU IPC messages from GPU service IPCs (p...shrike2016-02-251-19/+28
* Decouple browser-specific GPU IPC messages from GPU service IPCsfsamuel2016-02-241-28/+19
* Use 16-bit surface for low-end devicesjinsukkim2016-01-201-6/+8
* Convert Pass()→std::move() in //contentdcheng2015-12-261-4/+5
* Switch to standard integer types in content/common/.avi2015-12-251-0/+3
* gpu: Initial implementation of CommitOverlayPlaneswatk2015-12-011-0/+15
* Split up synchronous & asynchronous swap buffers APIsspang2015-11-181-49/+68
* GLES2CmdDecoder should resize GLSurface using GLSurface::Resizejbauman2015-10-301-17/+0
* Make channel preemption not require view contexts for hookuppiman2015-09-241-16/+3
* Move WakeUpGpu logic to GpuChannelManagerpiman2015-09-241-22/+18
* Use more forward declarations in gpu codemartina.kollarova2015-06-251-0/+1
* Mac: Add partial swap support to NSOpenGLContext pathccameron2015-06-071-0/+2
* Adding status to swap buffers completionachaulk2015-05-291-11/+18
* Revert of Adding status to swap complete (patchset #18 id:340001 of https://c...vabr2015-05-291-18/+11
* Adding status to swap buffers completionachaulk2015-05-291-11/+18
* Fix latency calculation when multiple rendered buffers are in flight.alexst2015-05-141-9/+17
* Change input latency result to depend on start of GPU swapbrianderson2015-03-031-5/+18
* Change routing of UpdateVSyncParameters to the CommandBufferProxyImpl.danakj2015-02-201-15/+3
* Mechanical rename of tracing includes for /content [2/3]primiano2015-01-281-1/+1
* Reland "Add new latency_info for tracking browser composite time."jdduke2015-01-071-0/+3
* Allow Windows to use system Vsync if only one window is swappingbajones2015-01-021-12/+0
* Add support to delay sending SwapbufferAck as needed.kalyan.kondapally2014-12-241-12/+19
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+2
* Added ability to force a GLContext SwapInterval to zero.bajones2014-12-111-2/+2
* Remove GpuScheduler::DeferToFence.jbauman2014-12-081-22/+0
* Revert "Add new latency_info for tracking browser composite time."jdduke2014-12-021-4/+0
* Move SyncPointManager into gpu/command_buffer/serviceabarth2014-11-181-1/+1
* Revert of Allow Windows to use system Vsync for a single window each swap (pa...bajones2014-11-121-0/+12
* Allow Windows to use system Vsync for a single window each swapbajones2014-11-061-12/+0
* Remove GpuHostMsg_FrameDrawn and replace with client channel swap acksievers2014-10-091-4/+4
* Clean up GPU back-pressure with remote CALayersccameron2014-10-091-0/+6
* Android: Fix transport surface instantiationDaniel Sievers2014-10-091-3/+8
* Add new latency_info for tracking browser composite time.orglofch2014-10-021-0/+4
* Remove TextureImageTransportSurfacesievers2014-09-301-23/+3
* Disable Vsync when Aero Glass is enabled.nicolascapens@chromium.org2014-05-241-0/+12
* Remove 'transport' paths from PassThroughImageTransportSurfacepiman@chromium.org2014-04-251-86/+6
* Remove gpu side LatencyInfo mergingmiletus@chromium.org2014-01-161-11/+18
* Revert 236150 "Disable Vsync when Aero Glass is enabled."jbauman@chromium.org2013-11-231-12/+0
* Disable Vsync when Aero Glass is enabled.jbauman@chromium.org2013-11-201-0/+12
* Moving the VSyncProvider interface to ui/gfx from ui/gldnicoara@chromium.org2013-11-141-1/+1
* Warm up the GPU when the user touches the screenskyostil@chromium.org2013-11-081-0/+12
* gpu: IPC minor cleanuppiman@chromium.org2013-10-151-3/+3
* Report LatencyInfo through trace buffermiletus@chromium.org2013-10-111-2/+4
* Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-3/+3
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-1/+1
* Move cc/debug/latency_info to ui/base.jbauman@chromium.org2013-05-291-4/+4
* Part 2/3 (GL) of adding with device scale factor to transport surfacesccameron@chromium.org2013-05-261-3/+4