| Commit message (Expand) | Author | Age | Files | Lines |
* | Corrected GPU watchdog termination error message. | apatrick@chromium.org | 2011-01-19 | 1 | -2/+2 |
* | Disabled the Windows error dialog for the GPU process. | apatrick@chromium.org | 2011-01-19 | 1 | -0/+11 |
* | The GPU process cannot be placed on a UI thread in --single-process mode beca... | backer@chromium.org | 2011-01-18 | 1 | -6/+1 |
* | Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with... | piman@google.com | 2011-01-14 | 1 | -2/+2 |
* | GPU service now runs on new thread in browser process when --single-process i... | apatrick@chromium.org | 2011-01-13 | 6 | -18/+43 |
* | Re-land of http://codereview.chromium.org/6094009 with Mac build fix. | kbr@google.com | 2011-01-07 | 3 | -100/+125 |
* | Revert http://codereview.chromium.org/6094009 (r70768) due to | kbr@google.com | 2011-01-06 | 3 | -124/+100 |
* | Perform GPU-related initialization in GPU process in response to an | kbr@google.com | 2011-01-06 | 3 | -100/+124 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move app/win_util to app/win and fix the namespace usage. | brettw@google.com | 2010-12-31 | 2 | -12/+4 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -1/+2 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 1 | -2/+2 |
* | Move the SetProcTitle code out of base and into chrome/common. This is only | brettw@chromium.org | 2010-12-29 | 1 | -7/+0 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 10 | -22/+34 |
* | Mac: Unbreak --no-gpu-sandbox. | thakis@chromium.org | 2010-12-23 | 1 | -0/+5 |
* | Mac: Don't hang gpu process if a tab that shares its renderer process with ot... | thakis@chromium.org | 2010-12-22 | 6 | -15/+49 |
* | Collect GPU information (vendor id and device id) in Linux. | zmo@google.com | 2010-12-21 | 1 | -7/+245 |
* | Blacklist bad GPU drivers: currenly we disable all gpu related features if a ... | zmo@google.com | 2010-12-11 | 2 | -0/+17 |
* | Convert over to channel handles | dmaclach@chromium.org | 2010-12-08 | 3 | -42/+18 |
* | Add a new GetInstance() method for singleton classes, take 2. | satish@chromium.org | 2010-12-08 | 3 | -4/+10 |
* | Disabled GPU watchdog thread on Windows. | apatrick@chromium.org | 2010-12-08 | 1 | -21/+11 |
* | Initialize destinations variables before calling GL functions | gman@chromium.org | 2010-12-07 | 1 | -3/+5 |
* | If compositor window already exists, then simply return it rather than compla... | nduca@chromium.org | 2010-12-06 | 1 | -1/+1 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-12-05 | 2 | -14/+22 |
* | Removed kChromiumRendererIdProperty window property. | apatrick@chromium.org | 2010-12-02 | 1 | -15/+12 |
* | Add a base class for objects that want to filter messages on the IO thread. ... | jam@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Mac: Scaffolding for sandboxing GPU process. | thakis@chromium.org | 2010-12-02 | 1 | -2/+29 |
* | In CreateCompositorHostWindow, reply with null window handle if RenderViewHos... | nduca@chromium.org | 2010-12-02 | 1 | -4/+4 |
* | Switched GPU watchdog timeout to be based on main thread's user + kernel time... | apatrick@chromium.org | 2010-12-01 | 4 | -36/+109 |
* | Defer window destruction until GPU finished drawing. | backer@chromium.org | 2010-11-30 | 1 | -0/+4 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -1/+0 |
* | When accelerated compositing is enabled, we create a plugin-like pair of wind... | nduca@chromium.org | 2010-11-27 | 3 | -8/+159 |
* | Add flow control between renderer and GPU processes, and, on Mac OS X, | kbr@google.com | 2010-11-26 | 6 | -2/+57 |
* | Resize synchronization for Linux. | backer@chromium.org | 2010-11-25 | 2 | -0/+21 |
* | Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia... | andybons@chromium.org | 2010-11-24 | 1 | -5/+3 |
* | Initialize destinations variables before calling GL functions | gman@chromium.org | 2010-11-24 | 1 | -3/+5 |
* | GPU thread acknowledges an armed watchdog every time it returns to the messag... | apatrick@chromium.org | 2010-11-24 | 2 | -14/+89 |
* | X11: Make the default X11 error handler non-fatal. | thestig@chromium.org | 2010-11-17 | 1 | -16/+1 |
* | Call GpuThread::Init before starting the GPU watchdog thread. | apatrick@chromium.org | 2010-11-16 | 2 | -34/+21 |
* | Gpu: Unregister channel name in the gpu process when a channel closes. | thakis@chromium.org | 2010-11-16 | 1 | -0/+2 |
* | Collect DirectX diagnostic information asynchronously. | apatrick@chromium.org | 2010-11-15 | 5 | -6/+57 |
* | Enable GPU watchdog timer. | apatrick@chromium.org | 2010-11-10 | 1 | -7/+0 |
* | Fixed regression in order of initialization on Linux in r65461 causing | kbr@chromium.org | 2010-11-09 | 1 | -4/+7 |
* | - Relanding 61718. | apatrick@chromium.org | 2010-11-09 | 5 | -44/+267 |
* | Made OSMesa work on Mac for WebGL. | apatrick@chromium.org | 2010-11-08 | 1 | -25/+24 |
* | Deleted code associated with --enable-gpu-rendering and | kbr@chromium.org | 2010-11-08 | 15 | -1600/+1 |
* | gtk: refactor copy-pasted code | evan@chromium.org | 2010-11-05 | 1 | -18/+4 |
* | Revert "gtk: refactor copy-pasted code" | evan@chromium.org | 2010-11-05 | 1 | -2/+16 |
* | gtk: refactor copy-pasted code | evan@chromium.org | 2010-11-05 | 1 | -16/+2 |