summaryrefslogtreecommitdiffstats
path: root/content/gpu/gpu_child_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-211-6/+4
* Turn ThreadPriority enum into an enum class.gab2015-04-011-3/+2
* Get rid of ChannelInit::SetSingleProcessIOTaskRunner()morrita2015-03-181-4/+3
* content: Refactor ChildThreadImpl::Optionsskyostil2015-03-041-4/+7
* Unify the three places that patch font loading for PDFium on Windows.jam2015-02-031-6/+6
* [ozone] Install ozone message filter in the gpu process in GpuChildThread()alexst2015-01-211-8/+19
* Allow ozone platforms to handle some messages on the IO thread.alexst2015-01-071-3/+7
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-4/+5
* [content/gpu] Convert VLOGs to DVLOGsanujk.sharma2014-11-141-6/+6
* Make OnGpuSwitching available in the GPU processccameron2014-10-241-0/+8
* Enable sync allocation of GpuMemoryBuffers from the browser process.alexst2014-09-101-1/+2
* Add bits to indicate which parts of GPUInfo are collected.zmo2014-09-051-1/+4
* Introduce ChannelMojomorrita@chromium.org2014-08-041-1/+1
* ozone: Move public files to ui/ozone/public & update public DEPSspang@chromium.org2014-07-111-1/+1
* ozone: gpu: Add plumbing for platform-specific gpu messaging (reland)spang@chromium.org2014-06-201-0/+18
* Revert of ozone: gpu: Add plumbing for platform-specific gpu messaging (https...chrishtr@chromium.org2014-06-191-18/+0
* ozone: gpu: Add plumbing for platform-specific gpu messagingspang@chromium.org2014-06-191-0/+18
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-3/+2
* Blacklist GLX indirect renderingpiman@chromium.org2014-03-221-11/+16
* Remove some content_child dependency from content_commonsheu@chromium.org2014-03-131-1/+1
* Add logs for context creation failure.piman@chromium.org2014-03-111-1/+1
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-02-031-3/+6
* Revert 248049 "Ensure GL initialization only happens once, and p..."kbr@chromium.org2014-01-311-6/+3
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-301-3/+6
* Revert 247793 "Ensure GL initialization only happens once, and p..."yoz@chromium.org2014-01-301-6/+3
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-301-3/+6
* Implement ChildThread::shutdown and clear members that have refs into blinkjochen@chromium.org2013-07-231-0/+1
* Remove usage of ChildProcess::current() and ChildThread::current() other than...jam@chromium.org2013-06-251-10/+9
* Wire gpu process startup error messages to about:gpuzmo@chromium.org2013-06-141-5/+7
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-7/+7
* Windows: Synchronize browser process D3D adapters with GPU process D3D adapters.apatrick@chromium.org2013-05-241-1/+1
* base: Cleanup setting thread priorities (no functional changes).epenner@chromium.org2013-05-241-8/+3
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-231-5/+5
* Revert 201380 "Move GPU device/driver info related code from con..."zmo@chromium.org2013-05-211-4/+4
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-211-4/+4
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-3/+3
* Add Shutdown() helper to ChildThread and move all destructor logic.dcheng@chromium.org2013-04-221-0/+3
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-4/+4
* Delete memory manager dead code.ccameron@chromium.org2013-03-121-7/+0
* Fix uninitialized variablepiman@chromium.org2013-03-081-10/+10
* cc: Set ui/gpu/cc/ipc/upload/raster thread priorities.epenner@chromium.org2013-01-241-0/+11
* Do not send updated gpu_info from gpu thread when running in-process.sievers@chromium.org2013-01-181-9/+9
* Use a queue instead of timestamps to sort most-recently-used clientsccameron@chromium.org2012-12-191-1/+1
* Attempt to reland r173248,173259zmo@chromium.org2012-12-171-9/+1
* Revert 173248, broke building on the official chrome/win bot:thakis@chromium.org2012-12-151-1/+9
* Only collect GL/D3D context specific GPUInfo in GPU processzmo@chromium.org2012-12-151-9/+1
* Exit the unsandboxed GPU process after GPUInfo collected.zmo@chromium.org2012-12-071-40/+14
* Only launch a second un-sandboxed gpu process on Windows.zmo@chromium.org2012-12-061-24/+29
* CrOS: Add hotkey for disabling the GPU watchdog timer.backer@chromium.org2012-11-301-0/+13