summaryrefslogtreecommitdiffstats
path: root/chrome/gpu/gpu_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Disabled the Windows error dialog for the GPU process.apatrick@chromium.org2011-01-191-0/+11
* GPU service now runs on new thread in browser process when --single-process i...apatrick@chromium.org2011-01-131-1/+1
* Re-land of http://codereview.chromium.org/6094009 with Mac build fix.kbr@google.com2011-01-071-80/+9
* Revert http://codereview.chromium.org/6094009 (r70768) due tokbr@google.com2011-01-061-9/+80
* Perform GPU-related initialization in GPU process in response to ankbr@google.com2011-01-061-80/+9
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-7/+2
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Move the SetProcTitle code out of base and into chrome/common. This is onlybrettw@chromium.org2010-12-291-7/+0
* Mac: Unbreak --no-gpu-sandbox.thakis@chromium.org2010-12-231-0/+5
* Disabled GPU watchdog thread on Windows.apatrick@chromium.org2010-12-081-21/+11
* Mac: Scaffolding for sandboxing GPU process.thakis@chromium.org2010-12-021-2/+29
* Switched GPU watchdog timeout to be based on main thread's user + kernel time...apatrick@chromium.org2010-12-011-2/+1
* X11: Make the default X11 error handler non-fatal.thestig@chromium.org2010-11-171-16/+1
* Call GpuThread::Init before starting the GPU watchdog thread.apatrick@chromium.org2010-11-161-16/+21
* Enable GPU watchdog timer.apatrick@chromium.org2010-11-101-7/+0
* Fixed regression in order of initialization on Linux in r65461 causingkbr@chromium.org2010-11-091-4/+7
* - Relanding 61718.apatrick@chromium.org2010-11-091-9/+82
* Upgraded Mesa to 7.9 from 7.7 in order to pick up bug fixes to thekbr@chromium.org2010-10-251-1/+4
* Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%...stoyan@chromium.org2010-10-211-80/+5
* Relanding 61718.apatrick@chromium.org2010-10-211-5/+80
* Linux: call SetProcTitle() in GpuMain() to make the process name correct.mdm@chromium.org2010-10-111-1/+7
* Revert 61718 - GPU process terminates on hang.mnissler@chromium.org2010-10-071-10/+0
* GPU process terminates on hang.apatrick@chromium.org2010-10-061-0/+10
* Fixed the race described in bug 54400 by changing a LOG(FATAL) to a LOG(ERROR...apatrick@chromium.org2010-09-201-0/+25
* Added EGL based GLContext.apatrick@chromium.org2010-06-091-5/+2
* Rename Chrome threads to use a "Cr" prefix.evan@chromium.org2010-06-091-2/+1
* Fixed bugs in GPU process startup on POSIX platforms. Addedkbr@google.com2010-03-231-0/+6
* Fix the ARM build which can't find OpenGL. This adds a new define which I usebrettw@chromium.org2010-01-261-2/+3
* Create initial GPU backing store in the GPU process for X windows applications.brettw@chromium.org2010-01-261-0/+6
* Include breakpad header.oshima@chromium.org2010-01-141-0/+4
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-0/+38