summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/browser_gpu_channel_host_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove WGC3DCBImpl::GetGPUProcessID()sievers@google.com2014-01-151-1/+0
* Revert 241425 "Aura: Don't create GL context for CreateSharedSur..."ksakamoto@chromium.org2013-12-181-0/+1
* Aura: Don't create GL context for CreateSharedSurfaceHandle()sievers@chromium.org2013-12-181-1/+0
* Tighten the blacklist on VMWare on OS Xccameron@chromium.org2013-12-101-0/+5
* gpu: Add IOSurface backed GpuMemoryBuffer implementation.reveman@chromium.org2013-12-051-6/+7
* Remove WGC3DCBImpl::GetContextID() and GetChannelID()sievers@chromium.org2013-12-041-1/+0
* Allow asynchronous GPU context creation for browser clientssievers@chromium.org2013-10-231-83/+165
* Add multi-process GpuMemoryBuffer framework.reveman@chromium.org2013-10-221-1/+23
* Revert r228777: "Allow asynchronous GPU context creation for browser clients"eroman@chromium.org2013-10-151-165/+83
* Allow asynchronous GPU context creation for browser clientssievers@chromium.org2013-10-151-83/+165
* Move and split up image_transport_factory files.danakj@chromium.org2013-07-291-0/+6
* Restore thread safety to GpuChannelHost.piman@chromium.org2013-06-131-11/+4
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-2/+2
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-231-1/+1
* Revert 201380 "Move GPU device/driver info related code from con..."zmo@chromium.org2013-05-211-1/+1
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-211-1/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* More conversion from uint to size_t for shared memory allocation sizes.cevans@chromium.org2013-01-111-1/+1
* Send vsync timebase updates to the browser compositorajuma@chromium.org2012-11-011-0/+29
* Move content\browser\gpu to content namespace.jam@chromium.org2012-10-291-1/+1
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-181-0/+66
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-181-66/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-181-0/+66
* Fix lost context recreation race in BrowserGpuChannelHostFactorypiman@chromium.org2012-08-041-13/+34
* Allow WaitableEvent::Wait in BrowserGpuChannelHostFactory::EstablishGpuChanne...mazda@chromium.org2012-05-021-5/+9
* Fix debug asserts when --ui-use-gpu-process is specified.mazda@chromium.org2012-04-271-1/+3
* Convert plugin and GPU process to brokered handle duplication.jschuh@chromium.org2012-04-141-21/+3
* Revert 132218 - Convert plugin and GPU process to brokered handle duplication.eroman@chromium.org2012-04-131-1/+17
* Convert plugin and GPU process to brokered handle duplication.jschuh@chromium.org2012-04-131-17/+1
* Refactor GpuProcessHost::GetForClient to GpuProcessHost::Get, which takes a G...apatrick@chromium.org2012-03-151-1/+2
* Fix --single-process mode issues with GpuChannelHostFactorypiman@chromium.org2012-03-121-8/+5
* Aura: recover from lost context / GPU process dyingpiman@chromium.org2012-03-081-1/+1
* Fix context sharing between channels to be order-independent.piman@chromium.org2012-03-081-1/+1
* Land 9348117: (Aura) use GPU process for UIbacker@chromium.org2012-02-241-1/+6
* Revert 122213 - aura: Use GPU process for UIdpapad@chromium.org2012-02-161-6/+1
* aura: Use GPU process for UIpiman@chromium.org2012-02-161-1/+6
* Add a Content API around GpuDataManager and use that from chrome. I moved Gpu...jam@chromium.org2012-02-161-2/+2
* Rename GpuProcessHost::GetForRenderer to GetForClientpiman@chromium.org2012-02-101-1/+1
* Add BrowserGpuChannelHostFactorypiman@chromium.org2012-02-101-0/+215