| Commit message (Expand) | Author | Age | Files | Lines |
* | Histogram added: GPU.GPUProcessLaunchCause | scheib@chromium.org | 2011-04-06 | 1 | -2/+4 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -4/+4 |
* | This is a thread that runs in the browser process that can issue GL calls wit... | apatrick@chromium.org | 2011-03-21 | 1 | -3/+32 |
* | Do not put off destroying of the IOSurface in the GPU process. | amarinichev@chromium.org | 2011-03-19 | 1 | -2/+2 |
* | Move gpu_feature_flags from chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Refactoring GPUInfo: 1) remove the level field; instead, having a finalized f... | zmo@google.com | 2011-03-14 | 1 | -1/+2 |
* | Context recovery changes: | amarinichev@chromium.org | 2011-03-10 | 1 | -2/+4 |
* | Move GPU messages to content. I've also switched the IPC structs to use the ... | jam@chromium.org | 2011-03-10 | 1 | -1/+1 |
* | Remove gpu_info() from GpuProcessHostUIShim. GPUInfo should be accessed thro... | zmo@google.com | 2011-03-09 | 1 | -4/+0 |
* | Make GPUInfo a struct, which it should be according to the C++ guidelines. T... | jam@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | Move preliminary gpu info collection and software rendering flags computation... | zmo@google.com | 2011-03-04 | 1 | -2/+0 |
* | Move MessageRouter from chrome to content. | jam@chromium.org | 2011-03-03 | 1 | -2/+1 |
* | Dont use the word blacklisting | nduca@chromium.org | 2011-03-03 | 1 | -5/+0 |
* | With this CL, GPU blacklist auto update from the web is implemented. This al... | zmo@google.com | 2011-02-26 | 1 | -58/+4 |
* | [Reason for revert: might be a factor in XP-only failures UITestCanLaunchWith... | nick@chromium.org | 2011-02-26 | 1 | -4/+58 |
* | With this CL, GPU blacklist auto update from the web (before it ships togethe... | zmo@google.com | 2011-02-25 | 1 | -58/+4 |
* | Moved creation of GPU transfer buffers into the browser process. | apatrick@chromium.org | 2011-02-24 | 1 | -1/+13 |
* | Fixed about:gpu refresh bug. | nduca@chromium.org | 2011-02-24 | 1 | -12/+51 |
* | Recreate both GpuProcessHost and GpuProcessHostUIShim when a new GPU process ... | apatrick@chromium.org | 2011-02-22 | 1 | -22/+24 |
* | Collect as much GPU information as possible without creating a GL/D3D context... | zmo@google.com | 2011-02-19 | 1 | -0/+2 |
* | Refactor how surfaces are acquired for GPU compositing. | backer@chromium.org | 2011-02-18 | 1 | -0/+10 |
* | Revert 74398 - Revert 74315 to see if it fixes media_unittests - GPU blacklis... | rvargas@google.com | 2011-02-10 | 1 | -0/+4 |
* | Revert 74315 to see if it fixes media_unittests - GPU blacklist reporting to ... | rvargas@google.com | 2011-02-10 | 1 | -4/+0 |
* | GPU blacklist reporting to about:gpu page. | nduca@chromium.org | 2011-02-09 | 1 | -0/+4 |
* | Move most of GpuProcessHost processing to GpuProcessHostUIShim. | backer@chromium.org | 2011-02-08 | 1 | -0/+71 |
* | Revert 74155 - Move most of GpuProcessHost processing to GpuProcessHostUIShim. | backer@chromium.org | 2011-02-08 | 1 | -71/+0 |
* | Move most of GpuProcessHost processing to GpuProcessHostUIShim. | backer@chromium.org | 2011-02-08 | 1 | -0/+71 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Route LOG messages generated on the GPU process to the about:gpu page. | nduca@chromium.org | 2011-01-27 | 1 | -2/+8 |
* | Route IPC through browser when creating a viewable command buffer. | backer@chromium.org | 2011-01-27 | 1 | -5/+2 |
* | Reland 72704 - Defered collect DirectX diagnostics until they are needed for ... | apatrick@chromium.org | 2011-01-27 | 1 | -1/+1 |
* | Revert 72704 - Defered collect DirectX diagnostics until they are needed for ... | apatrick@chromium.org | 2011-01-26 | 1 | -1/+1 |
* | Defered collect DirectX diagnostics until they are needed for about:gpu. | apatrick@chromium.org | 2011-01-26 | 1 | -1/+1 |
* | Refactor GPUProcessHost to eliminate redundancy. | backer@chromium.org | 2011-01-21 | 1 | -1/+23 |
* | Move non_thread_safe from base to base/threading and into the base namespace. | brettw@chromium.org | 2011-01-01 | 1 | -2/+2 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -2/+2 |
* | Wait for the GPU info to be collected. | kkania@chromium.org | 2010-12-14 | 1 | -0/+13 |
* | Rename all methods accessing Singleton<T> as GetInstance(). | satish@chromium.org | 2010-12-13 | 1 | -1/+1 |
* | When accelerated compositing is enabled, we create a plugin-like pair of wind... | nduca@chromium.org | 2010-11-27 | 1 | -1/+1 |
* | Cleaned up thread safety for GpuProcessHost and GpuProcessHostUIShim. | apatrick@chromium.org | 2010-11-17 | 1 | -1/+14 |
* | - Relanding 61718. | apatrick@chromium.org | 2010-11-09 | 1 | -0/+7 |
* | Deleted code associated with --enable-gpu-rendering and | kbr@chromium.org | 2010-11-08 | 1 | -5/+0 |
* | Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%... | stoyan@chromium.org | 2010-10-21 | 1 | -7/+0 |
* | Relanding 61718. | apatrick@chromium.org | 2010-10-21 | 1 | -0/+7 |
* | Updating the about:gpu to start a webgl context if one does not exist so that... | rlp@chromium.org | 2010-09-10 | 1 | -0/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UI | kbr@google.com | 2010-03-30 | 1 | -0/+56 |