summaryrefslogtreecommitdiffstats
path: root/content/gpu/gpu_child_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of time headers in content/, part 2.avi@chromium.org2013-06-281-1/+1
* Wire gpu process startup error messages to about:gpuzmo@chromium.org2013-06-141-1/+8
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-1/+1
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-231-3/+3
* Revert 201380 "Move GPU device/driver info related code from con..."zmo@chromium.org2013-05-211-3/+3
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-211-3/+3
* Add Shutdown() helper to ChildThread and move all destructor logic.dcheng@chromium.org2013-04-221-0/+2
* Do not send updated gpu_info from gpu thread when running in-process.sievers@chromium.org2013-01-181-0/+3
* Exit the unsandboxed GPU process after GPUInfo collected.zmo@chromium.org2012-12-071-9/+0
* CrOS: Add hotkey for disabling the GPU watchdog timer.backer@chromium.org2012-11-301-0/+1
* Initialize GPU watchdog before initializing GPU implementation.jbauman@chromium.org2012-10-251-1/+3
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-4/+6
* Add override message to divide GPU memory among windows.ccameron@chromium.org2012-10-011-0/+2
* Add GPU memory tab to the task manager.ccameron@chromium.org2012-08-181-0/+1
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Show gpu process stats in about:tcmallocjamesr@chromium.org2012-04-251-0/+4
* Collect GPU info before enabling sandbox.apatrick@chromium.org2012-02-181-2/+3
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-2/+2
* Cleanup: Remove more unneeded forward declares in content.thestig@chromium.org2011-11-111-4/+0
* Move GPUInfo to content/public/common and put it into the content namespace.jam@chromium.org2011-10-201-3/+4
* Initialize the sandbox earlier in GPU process bringup, deferring anykbr@google.com2011-07-221-5/+4
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Added about:gpucleanamarinichev@chromium.org2011-05-041-0/+1
* Moved code that runs in both the browser and GPU process from content/gpu to ...apatrick@chromium.org2011-04-081-7/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* This is a thread that runs in the browser process that can issue GL calls wit...apatrick@chromium.org2011-03-211-0/+90