| Commit message (Expand) | Author | Age | Files | Lines |
* | Move most of GpuProcessHost processing to GpuProcessHostUIShim. | backer@chromium.org | 2011-02-08 | 1 | -283/+9 |
* | Revert 74155 - Move most of GpuProcessHost processing to GpuProcessHostUIShim. | backer@chromium.org | 2011-02-08 | 1 | -11/+268 |
* | Move most of GpuProcessHost processing to GpuProcessHostUIShim. | backer@chromium.org | 2011-02-08 | 1 | -268/+11 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Adding crash reporting on Linux for the GPU process. | vangelis@chromium.org | 2011-02-03 | 1 | -0/+2 |
* | Refactoring GpuProcessHost for use by the browser. | backer@chromium.org | 2011-02-03 | 1 | -88/+95 |
* | Don't dereference NULL pointers. | backer@chromium.org | 2011-02-02 | 1 | -14/+20 |
* | Reland 73220 - GpuProcessHost does not relaunch GPU process after threshold n... | apatrick@chromium.org | 2011-02-01 | 1 | -5/+12 |
* | Revert 73220 - GpuProcessHost does not relaunch GPU process after threshold n... | apatrick@chromium.org | 2011-02-01 | 1 | -12/+5 |
* | GpuProcessHost does not relaunch GPU process after threshold no. of crashes. | apatrick@chromium.org | 2011-01-31 | 1 | -5/+12 |
* | Refactoring to use a new IPC message filter. | backer@chromium.org | 2011-01-31 | 1 | -16/+18 |
* | Fix full-screen pepper 3d regression | piman@google.com | 2011-01-28 | 1 | -3/+8 |
* | Route IPC through browser when creating a viewable command buffer. | backer@chromium.org | 2011-01-27 | 1 | -13/+126 |
* | Improve blacklist logic: use more fields (driver_vendor, gl_renderer, ect) fo... | zmo@google.com | 2011-01-25 | 1 | -19/+21 |
* | Refactor GPUProcessHost to eliminate redundancy. | backer@chromium.org | 2011-01-21 | 1 | -250/+0 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | Move a bunch of random other files to src/ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | The GPU process cannot be placed on a UI thread in --single-process mode beca... | backer@chromium.org | 2011-01-18 | 1 | -7/+4 |
* | Disabled support for running GPU thread in browser process with --single-proc... | apatrick@chromium.org | 2011-01-14 | 1 | -39/+48 |
* | GPU service now runs on new thread in browser process when --single-process i... | apatrick@chromium.org | 2011-01-13 | 1 | -36/+79 |
* | Add UMA histogram recording instances of GPU process blocking due to blacklis... | vangelis@chromium.org | 2011-01-12 | 1 | -6/+21 |
* | Re-land of http://codereview.chromium.org/6094009 with Mac build fix. | kbr@google.com | 2011-01-07 | 1 | -4/+26 |
* | Revert http://codereview.chromium.org/6094009 (r70768) due to | kbr@google.com | 2011-01-06 | 1 | -26/+4 |
* | Perform GPU-related initialization in GPU process in response to an | kbr@google.com | 2011-01-06 | 1 | -4/+26 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -5/+8 |
* | Create a ResourceMessageFilter to filter resource related IPCs. This gets ri... | jam@chromium.org | 2010-12-15 | 1 | -6/+0 |
* | This adds some plumbing for propagating the status and error code of a render... | gspencer@chromium.org | 2010-12-14 | 1 | -2/+2 |
* | Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act... | jam@chromium.org | 2010-12-14 | 1 | -7/+7 |
* | Rename all methods accessing Singleton<T> as GetInstance(). | satish@chromium.org | 2010-12-13 | 1 | -1/+1 |
* | Blacklist bad GPU drivers: currenly we disable all gpu related features if a ... | zmo@google.com | 2010-12-11 | 1 | -1/+39 |
* | Add a new GetInstance() method for singleton classes used in chrome/browser f... | satish@chromium.org | 2010-12-09 | 1 | -1/+1 |
* | Add a new GetInstance() method for singleton classes, take 2. | satish@chromium.org | 2010-12-08 | 1 | -1/+1 |
* | If compositor window already exists, then simply return it rather than compla... | nduca@chromium.org | 2010-12-06 | 1 | -8/+8 |
* | Remove unneeded browser_process.h includes. | thestig@chromium.org | 2010-12-05 | 1 | -5/+4 |
* | Mac: Scaffolding for sandboxing GPU process. | thakis@chromium.org | 2010-12-02 | 1 | -0/+5 |
* | Added a master switch to enable/disable gpu acceleration. | alokp@chromium.org | 2010-12-02 | 1 | -3/+12 |
* | In CreateCompositorHostWindow, reply with null window handle if RenderViewHos... | nduca@chromium.org | 2010-12-02 | 1 | -0/+5 |
* | Defer window destruction until GPU finished drawing. | backer@chromium.org | 2010-11-30 | 1 | -0/+13 |
* | When accelerated compositing is enabled, we create a plugin-like pair of wind... | nduca@chromium.org | 2010-11-27 | 1 | -4/+48 |
* | Add flow control between renderer and GPU processes, and, on Mac OS X, | kbr@google.com | 2010-11-26 | 1 | -8/+27 |
* | Resize synchronization for Linux. | backer@chromium.org | 2010-11-25 | 1 | -1/+30 |
* | Histograms added for GPU Process Crashed, Died, Launched | scheib@chromium.org | 2010-11-24 | 1 | -0/+17 |
* | Added GpuProcessHost::CanLaunchGpuProcess() and reorganized code to disble la... | alokp@chromium.org | 2010-11-22 | 1 | -38/+50 |
* | Cleaned up thread safety for GpuProcessHost and GpuProcessHostUIShim. | apatrick@chromium.org | 2010-11-17 | 1 | -22/+24 |
* | Fixed a hang in the renderer process. If the renderer process requests for a ... | alokp@chromium.org | 2010-11-15 | 1 | -7/+23 |
* | - Relanding 61718. | apatrick@chromium.org | 2010-11-09 | 1 | -10/+1 |
* | Let every "accelerated IO surface swapped" message have an identifier of the ... | thakis@chromium.org | 2010-10-28 | 1 | -5/+12 |
* | Alternative to overlays on X windows. | piman@chromium.org | 2010-10-28 | 1 | -3/+4 |
* | Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%... | stoyan@chromium.org | 2010-10-21 | 1 | -1/+10 |