| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 1 | -6/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Added --use-gl command line flag to select GL implementation. | apatrick@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Collecting gpu information when the gpu process creates a channel. Adding the... | rlp@chromium.org | 2010-07-14 | 1 | -1/+9 |
* | Moved common parts of ChildProcessHost into chrome/common and created a Brows... | sanjeevr@chromium.org | 2010-07-03 | 1 | -2/+2 |
* | linux: add accelerated compositing. | piman@chromium.org | 2010-07-01 | 1 | -0/+4 |
* | Reduce header dependencies in chrome/ | phajdan.jr@chromium.org | 2010-05-11 | 1 | -0/+5 |
* | Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UI | kbr@google.com | 2010-03-30 | 1 | -56/+45 |
* | Added command buffer implementation of WebGL which runs in the sandbox. | kbr@google.com | 2010-03-27 | 1 | -0/+8 |
* | Calling OpenGL from the renderer process | apatrick@chromium.org | 2010-03-25 | 1 | -9/+3 |
* | Propagate logging command line switches from browser process to GPU process. | scherkus@chromium.org | 2010-03-08 | 1 | -0/+6 |