| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the temporary headers left behind in chrome\browser. I've left browse... | jam@chromium.org | 2011-03-01 | 1 | -12/+0 |
* | Move the rest of the core files in chrome\browser to content\browser. | jam@chromium.org | 2011-02-23 | 1 | -44/+2 |
* | Recreate both GpuProcessHost and GpuProcessHostUIShim when a new GPU process ... | apatrick@chromium.org | 2011-02-22 | 1 | -7/+14 |
* | Move most of GpuProcessHost processing to GpuProcessHostUIShim. | backer@chromium.org | 2011-02-08 | 1 | -72/+0 |
* | Revert 74155 - Move most of GpuProcessHost processing to GpuProcessHostUIShim. | backer@chromium.org | 2011-02-08 | 1 | -0/+70 |
* | Move most of GpuProcessHost processing to GpuProcessHostUIShim. | backer@chromium.org | 2011-02-08 | 1 | -70/+0 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Refactoring GpuProcessHost for use by the browser. | backer@chromium.org | 2011-02-03 | 1 | -38/+19 |
* | Refactoring to use a new IPC message filter. | backer@chromium.org | 2011-01-31 | 1 | -9/+10 |
* | Route IPC through browser when creating a viewable command buffer. | backer@chromium.org | 2011-01-27 | 1 | -8/+23 |
* | Improve blacklist logic: use more fields (driver_vendor, gl_renderer, ect) fo... | zmo@google.com | 2011-01-25 | 1 | -2/+3 |
* | Refactor GPUProcessHost to eliminate redundancy. | backer@chromium.org | 2011-01-21 | 1 | -20/+0 |
* | Add UMA histogram recording instances of GPU process blocking due to blacklis... | vangelis@chromium.org | 2011-01-12 | 1 | -0/+2 |
* | Re-land of http://codereview.chromium.org/6094009 with Mac build fix. | kbr@google.com | 2011-01-07 | 1 | -0/+5 |
* | Revert http://codereview.chromium.org/6094009 (r70768) due to | kbr@google.com | 2011-01-06 | 1 | -5/+0 |
* | Perform GPU-related initialization in GPU process in response to an | kbr@google.com | 2011-01-06 | 1 | -0/+5 |
* | Move non_thread_safe from base to base/threading and into the base namespace. | brettw@chromium.org | 2011-01-01 | 1 | -2/+3 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -2/+2 |
* | Create a ResourceMessageFilter to filter resource related IPCs. This gets ri... | jam@chromium.org | 2010-12-15 | 1 | -5/+0 |
* | This adds some plumbing for propagating the status and error code of a render... | gspencer@chromium.org | 2010-12-14 | 1 | -1/+1 |
* | Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act... | jam@chromium.org | 2010-12-14 | 1 | -12/+9 |
* | Blacklist bad GPU drivers: currenly we disable all gpu related features if a ... | zmo@google.com | 2010-12-11 | 1 | -0/+5 |
* | If compositor window already exists, then simply return it rather than compla... | nduca@chromium.org | 2010-12-06 | 1 | -1/+1 |
* | Defer window destruction until GPU finished drawing. | backer@chromium.org | 2010-11-30 | 1 | -0/+1 |
* | When accelerated compositing is enabled, we create a plugin-like pair of wind... | nduca@chromium.org | 2010-11-27 | 1 | -0/+4 |
* | Add flow control between renderer and GPU processes, and, on Mac OS X, | kbr@google.com | 2010-11-26 | 1 | -4/+3 |
* | Resize synchronization for Linux. | backer@chromium.org | 2010-11-25 | 1 | -0/+5 |
* | Histograms added for GPU Process Crashed, Died, Launched | scheib@chromium.org | 2010-11-24 | 1 | -0/+1 |
* | Added GpuProcessHost::CanLaunchGpuProcess() and reorganized code to disble la... | alokp@chromium.org | 2010-11-22 | 1 | -0/+3 |
* | Cleaned up thread safety for GpuProcessHost and GpuProcessHostUIShim. | apatrick@chromium.org | 2010-11-17 | 1 | -14/+2 |
* | Fixed a hang in the renderer process. If the renderer process requests for a ... | alokp@chromium.org | 2010-11-15 | 1 | -4/+10 |
* | - Relanding 61718. | apatrick@chromium.org | 2010-11-09 | 1 | -7/+0 |
* | Let every "accelerated IO surface swapped" message have an identifier of the ... | thakis@chromium.org | 2010-10-28 | 1 | -1/+2 |
* | Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%... | stoyan@chromium.org | 2010-10-21 | 1 | -0/+7 |
* | Relanding 61718. | apatrick@chromium.org | 2010-10-21 | 1 | -7/+0 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 1 | -6/+7 |
* | Revert 61718 - GPU process terminates on hang. | mnissler@chromium.org | 2010-10-07 | 1 | -5/+2 |
* | GPU process terminates on hang. | apatrick@chromium.org | 2010-10-06 | 1 | -2/+5 |
* | Create an X window overlay with static ID for GL contexts. | piman@chromium.org | 2010-10-06 | 1 | -1/+1 |
* | Revert 61561 - Create an X window overlay with static ID for GL contexts. | dhollowa@chromium.org | 2010-10-05 | 1 | -1/+1 |
* | Create an X window overlay with static ID for GL contexts. | piman@chromium.org | 2010-10-05 | 1 | -1/+1 |
* | Revert 60421 - Revert 60373, trying to track down a perf regression (see bug ... | thakis@chromium.org | 2010-09-24 | 1 | -0/+4 |
* | Revert 60373, trying to track down a perf regression (see bug 56752)- Add abo... | thakis@chromium.org | 2010-09-24 | 1 | -4/+0 |
* | Add about:gpuhang | thakis@chromium.org | 2010-09-23 | 1 | -0/+4 |
* | Add about:gpucrash | thakis@chromium.org | 2010-09-15 | 1 | -0/+3 |
* | Updating the about:gpu to start a webgl context if one does not exist so that... | rlp@chromium.org | 2010-09-10 | 1 | -0/+1 |
* | Added GPU stat for whether a GPU can report context lost. | apatrick@chromium.org | 2010-09-07 | 1 | -0/+2 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | Delete obviously unneeded forward declarations in chrome/browser/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -1/+0 |
* | Initial port of accelerated compositor to Mac OS X 10.6. Reused | kbr@google.com | 2010-08-04 | 1 | -0/+7 |