summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gpu_process_host.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor GPUProcessHost to eliminate redundancy.backer@chromium.org2011-01-211-20/+0
* Add UMA histogram recording instances of GPU process blocking due to blacklis...vangelis@chromium.org2011-01-121-0/+2
* Re-land of http://codereview.chromium.org/6094009 with Mac build fix.kbr@google.com2011-01-071-0/+5
* Revert http://codereview.chromium.org/6094009 (r70768) due tokbr@google.com2011-01-061-5/+0
* Perform GPU-related initialization in GPU process in response to ankbr@google.com2011-01-061-0/+5
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-2/+3
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+2
* Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...jam@chromium.org2010-12-151-5/+0
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-141-1/+1
* Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...jam@chromium.org2010-12-141-12/+9
* Blacklist bad GPU drivers: currenly we disable all gpu related features if a ...zmo@google.com2010-12-111-0/+5
* If compositor window already exists, then simply return it rather than compla...nduca@chromium.org2010-12-061-1/+1
* Defer window destruction until GPU finished drawing.backer@chromium.org2010-11-301-0/+1
* When accelerated compositing is enabled, we create a plugin-like pair of wind...nduca@chromium.org2010-11-271-0/+4
* Add flow control between renderer and GPU processes, and, on Mac OS X,kbr@google.com2010-11-261-4/+3
* Resize synchronization for Linux.backer@chromium.org2010-11-251-0/+5
* Histograms added for GPU Process Crashed, Died, Launchedscheib@chromium.org2010-11-241-0/+1
* Added GpuProcessHost::CanLaunchGpuProcess() and reorganized code to disble la...alokp@chromium.org2010-11-221-0/+3
* Cleaned up thread safety for GpuProcessHost and GpuProcessHostUIShim.apatrick@chromium.org2010-11-171-14/+2
* Fixed a hang in the renderer process. If the renderer process requests for a ...alokp@chromium.org2010-11-151-4/+10
* - Relanding 61718.apatrick@chromium.org2010-11-091-7/+0
* Let every "accelerated IO surface swapped" message have an identifier of the ...thakis@chromium.org2010-10-281-1/+2
* Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%...stoyan@chromium.org2010-10-211-0/+7
* Relanding 61718.apatrick@chromium.org2010-10-211-7/+0
* FBTF: Even more deinlining.erg@google.com2010-10-201-6/+7
* Revert 61718 - GPU process terminates on hang.mnissler@chromium.org2010-10-071-5/+2
* GPU process terminates on hang.apatrick@chromium.org2010-10-061-2/+5
* Create an X window overlay with static ID for GL contexts.piman@chromium.org2010-10-061-1/+1
* Revert 61561 - Create an X window overlay with static ID for GL contexts.dhollowa@chromium.org2010-10-051-1/+1
* Create an X window overlay with static ID for GL contexts.piman@chromium.org2010-10-051-1/+1
* Revert 60421 - Revert 60373, trying to track down a perf regression (see bug ...thakis@chromium.org2010-09-241-0/+4
* Revert 60373, trying to track down a perf regression (see bug 56752)- Add abo...thakis@chromium.org2010-09-241-4/+0
* Add about:gpuhangthakis@chromium.org2010-09-231-0/+4
* Add about:gpucrashthakis@chromium.org2010-09-151-0/+3
* Updating the about:gpu to start a webgl context if one does not exist so that...rlp@chromium.org2010-09-101-0/+1
* Added GPU stat for whether a GPU can report context lost.apatrick@chromium.org2010-09-071-0/+2
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-191-1/+1
* Delete obviously unneeded forward declarations in chrome/browser/*.h.viettrungluu@chromium.org2010-08-051-1/+0
* Initial port of accelerated compositor to Mac OS X 10.6. Reusedkbr@google.com2010-08-041-0/+7
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-6/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Added --use-gl command line flag to select GL implementation.apatrick@chromium.org2010-07-141-1/+0
* Collecting gpu information when the gpu process creates a channel. Adding the...rlp@chromium.org2010-07-141-1/+9
* Moved common parts of ChildProcessHost into chrome/common and created a Brows...sanjeevr@chromium.org2010-07-031-2/+2
* linux: add accelerated compositing.piman@chromium.org2010-07-011-0/+4
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-0/+5
* Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UIkbr@google.com2010-03-301-56/+45
* Added command buffer implementation of WebGL which runs in the sandbox.kbr@google.com2010-03-271-0/+8
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-9/+3
* Propagate logging command line switches from browser process to GPU process.scherkus@chromium.org2010-03-081-0/+6