summaryrefslogtreecommitdiffstats
path: root/chrome/gpu/gpu_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Move chrome\gpu to content\gpu.jam@chromium.org2011-03-121-97/+0
* Move GPU messages to content. I've also switched the IPC structs to use the ...jam@chromium.org2011-03-101-1/+1
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-081-1/+1
* Sandbox the GPU process for Windowscpu@chromium.org2011-03-031-0/+13
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Route IPC through browser when creating a viewable command buffer.backer@chromium.org2011-01-271-0/+5
* Reland 72704 - Defered collect DirectX diagnostics until they are needed for ...apatrick@chromium.org2011-01-271-1/+1
* Revert 72704 - Defered collect DirectX diagnostics until they are needed for ...apatrick@chromium.org2011-01-261-1/+1
* Defered collect DirectX diagnostics until they are needed for about:gpu.apatrick@chromium.org2011-01-261-1/+1
* GPU service now runs on new thread in browser process when --single-process i...apatrick@chromium.org2011-01-131-2/+7
* Re-land of http://codereview.chromium.org/6094009 with Mac build fix.kbr@google.com2011-01-071-1/+10
* Revert http://codereview.chromium.org/6094009 (r70768) due tokbr@google.com2011-01-061-10/+1
* Perform GPU-related initialization in GPU process in response to ankbr@google.com2011-01-061-1/+10
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+1
* Mac: Don't hang gpu process if a tab that shares its renderer process with ot...thakis@chromium.org2010-12-221-0/+1
* Blacklist bad GPU drivers: currenly we disable all gpu related features if a ...zmo@google.com2010-12-111-0/+5
* Add flow control between renderer and GPU processes, and, on Mac OS X,kbr@google.com2010-11-261-0/+4
* Collect DirectX diagnostic information asynchronously.apatrick@chromium.org2010-11-151-0/+5
* - Relanding 61718.apatrick@chromium.org2010-11-091-0/+7
* Deleted code associated with --enable-gpu-rendering andkbr@chromium.org2010-11-081-18/+0
* Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%...stoyan@chromium.org2010-10-211-7/+0
* Relanding 61718.apatrick@chromium.org2010-10-211-0/+7
* Revert 60421 - Revert 60373, trying to track down a perf regression (see bug ...thakis@chromium.org2010-09-241-0/+1
* Revert 60373, trying to track down a perf regression (see bug 56752)- Add abo...thakis@chromium.org2010-09-241-1/+0
* Add about:gpuhangthakis@chromium.org2010-09-231-0/+1
* Add about:gpucrashthakis@chromium.org2010-09-151-0/+1
* Updating the about:gpu to start a webgl context if one does not exist so that...rlp@chromium.org2010-09-101-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* GPU process command buffer stubs are destroyed when channel is closed.apatrick@chromium.org2010-07-151-0/+3
* Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UIkbr@google.com2010-03-301-1/+1
* Added command buffer implementation of WebGL which runs in the sandbox.kbr@google.com2010-03-271-0/+1
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-0/+4
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-0/+1
* Fix the ARM build which can't find OpenGL. This adds a new define which I usebrettw@chromium.org2010-01-261-3/+4
* Create initial GPU backing store in the GPU process for X windows applications.brettw@chromium.org2010-01-261-1/+20
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-0/+28