| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Relanding 61718. | apatrick@chromium.org | 2010-10-21 | 1 | -10/+1 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 1 | -0/+16 |
* | Rename ChromeThread to BrowserThread Part20: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part15: | tfarina@chromium.org | 2010-10-11 | 1 | -11/+11 |
* | Pass --enable-accelerated-decoding to the GPU process | hclam@chromium.org | 2010-10-09 | 1 | -0/+2 |
* | Added switch to disable GPU vsync. | apatrick@chromium.org | 2010-10-07 | 1 | -0/+1 |
* | Revert 61718 - GPU process terminates on hang. | mnissler@chromium.org | 2010-10-07 | 1 | -21/+4 |
* | GPU process terminates on hang. | apatrick@chromium.org | 2010-10-06 | 1 | -4/+21 |
* | Create an X window overlay with static ID for GL contexts. | piman@chromium.org | 2010-10-06 | 1 | -4/+30 |
* | Revert 61561 - Create an X window overlay with static ID for GL contexts. | dhollowa@chromium.org | 2010-10-05 | 1 | -30/+4 |
* | Create an X window overlay with static ID for GL contexts. | piman@chromium.org | 2010-10-05 | 1 | -4/+30 |
* | Revert 60421 - Revert 60373, trying to track down a perf regression (see bug ... | thakis@chromium.org | 2010-09-24 | 1 | -0/+5 |
* | Revert 60373, trying to track down a perf regression (see bug 56752)- Add abo... | thakis@chromium.org | 2010-09-24 | 1 | -5/+0 |
* | Add about:gpuhang | thakis@chromium.org | 2010-09-23 | 1 | -0/+5 |
* | Add about:gpucrash | thakis@chromium.org | 2010-09-15 | 1 | -0/+5 |
* | Updating the about:gpu to start a webgl context if one does not exist so that... | rlp@chromium.org | 2010-09-10 | 1 | -6/+9 |
* | Added GPU stat for whether a GPU can report context lost. | apatrick@chromium.org | 2010-09-07 | 1 | -3/+5 |
* | Mac: Fix deadlock with compositor | thakis@chromium.org | 2010-08-26 | 1 | -19/+70 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 1 | -0/+1 |
* | PrependWrapper is platform-specific, so it should take a platform string. | evan@chromium.org | 2010-08-04 | 1 | -2/+2 |
* | Initial port of accelerated compositor to Mac OS X 10.6. Reused | kbr@google.com | 2010-08-04 | 1 | -0/+37 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 1 | -4/+2 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 1 | -31/+7 |
* | Adding gpu_info to the breakpad info collection before sending off a crash. | rlp@chromium.org | 2010-07-19 | 1 | -0/+2 |
* | Added --use-gl command line flag to select GL implementation. | apatrick@chromium.org | 2010-07-14 | 1 | -0/+13 |