summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/texture_image_transport_surface.h
Commit message (Expand)AuthorAgeFilesLines
* Blacklist partial swaps on linuxpiman@chromium.org2014-03-221-1/+1
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-151-1/+1
* Revert 251207 "Use gpu::Mailbox instead of std:string in IPCs"blundell@chromium.org2014-02-141-1/+1
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-141-1/+1
* Stop using HMAC for gpu mailboxespiman@chromium.org2014-02-081-3/+3
* Remove gpu side LatencyInfo mergingmiletus@chromium.org2014-01-161-2/+2
* Warm up the GPU when the user touches the screenskyostil@chromium.org2013-11-081-0/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-1/+1
* gpu: Change Produce/ConsumeTexture to allow texture sharingpiman@chromium.org2013-05-291-15/+10
* Move cc/debug/latency_info to ui/base.jbauman@chromium.org2013-05-291-2/+2
* Part 2/3 (GL) of adding with device scale factor to transport surfacesccameron@chromium.org2013-05-261-1/+2
* GpuVideoDecodeAccelerator lifecycle fixes.sheu@chromium.org2013-04-271-1/+1
* Plumb cc::LatencyInfo through command buffer and output surfacejbauman@chromium.org2013-04-121-0/+3
* TextureImageTransportSurface: Reuse TextureDefinitionsievers@chromium.org2013-03-241-17/+16
* Revert 186627miu@chromium.org2013-03-071-3/+2
* Use gpu::Mailbox in IPCs instead of std::stringpiman@chromium.org2013-03-071-2/+3
* Delete GPU channel on failure to reallocate backbuffer.apatrick@chromium.org2013-01-301-1/+1
* GPU: Fix lint errorsbacker@chromium.org2013-01-261-6/+8
* Aura/Android: Send mailbox name with every Swap message.sievers@chromium.org2012-12-211-11/+4
* Put AcceleratedSurfaceMsg_BufferPresented arguments in a struct.sievers@chromium.org2012-12-171-2/+1
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-101-36/+33
* Revert 171569 as it broke some browser_tests on win_aura.sky@chromium.org2012-12-071-33/+36
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-061-36/+33
* Aura: Resize locks with --ui-enable-threaded-compositingbacker@chromium.org2012-10-271-1/+6
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-0/+3
* Aura: Keep scheduling in line with other platforms.backer@chromium.org2012-09-271-0/+7
* Use a singleton 1x1 offscreen surface for all TextureImageTransportSurface in...hshi@chromium.org2012-09-251-1/+1
* Use offscreen surface to make TextureImageTransportSurface current.sievers@chromium.org2012-09-181-0/+4
* Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...mmocny@chromium.org2012-07-261-1/+9
* Aura: Less image transport IPCs and less code.backer@chromium.org2012-07-141-2/+0
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Aura: Use SyncPoints instead of waiting for OnCompositingEndedbacker@chromium.org2012-06-251-2/+6
* Merge the IPCs used for GPU process synchronization.backer@chromium.org2012-06-251-2/+1
* Revert 143590 - Drop frontbuffers with ui-use-gpu-process, synchronized with ...mrossetti@chromium.org2012-06-221-9/+1
* Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...mmocny@chromium.org2012-06-221-1/+9
* Aura: fix osmesa.backer@chromium.org2012-06-191-0/+1
* Revert 142541 - Drop frontbuffers with ui-use-gpu-process, synchronized with ...nkostylev@chromium.org2012-06-181-9/+1
* Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...mmocny@chromium.org2012-06-161-1/+9
* Revert 142408 - Drop frontbuffers with ui-use-gpu-process, synchronized with ...mmocny@chromium.org2012-06-151-9/+1
* Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...mmocny@chromium.org2012-06-151-1/+9
* Allow TextureImageTransportSurface to fail initializationpiman@chromium.org2012-06-011-0/+1
* Decoupling backbuffer allocation suggestion from frontbuffer allocation sugge...mmocny@chromium.org2012-05-161-1/+5
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-1/+1
* texture_image_transport: have a current context when we're releasing texturespiman@chromium.org2012-04-241-0/+1
* aura/texture transport: Keep ref to texture infos to avoid races with the UIpiman@chromium.org2012-04-171-4/+6
* Replacing GLSurface::SetVisibility with SetBufferAllocation for more explicit...mmocny@chromium.org2012-03-141-1/+1
* Aura: PostSubBuffer implementation for --ui-use-gpu-processbacker@chromium.org2012-03-011-0/+2
* Coverity: Fix pass-by-values.jhawkins@chromium.org2012-02-211-4/+4
* Add TextureImageTransportSurface, binding to a texture from another context.piman@chromium.org2012-02-151-0/+97