summaryrefslogtreecommitdiffstats
path: root/chrome/gpu
Commit message (Expand)AuthorAgeFilesLines
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-054-6/+6
* Small fixes for GPU process in single process mode.backer@chromium.org2011-01-312-4/+7
* Route LOG messages generated on the GPU process to the about:gpu page.nduca@chromium.org2011-01-272-2/+26
* Route IPC through browser when creating a viewable command buffer.backer@chromium.org2011-01-275-70/+51
* Reland 72704 - Defered collect DirectX diagnostics until they are needed for ...apatrick@chromium.org2011-01-275-19/+26
* Revert 72704 - Defered collect DirectX diagnostics until they are needed for ...apatrick@chromium.org2011-01-264-25/+18
* Defered collect DirectX diagnostics until they are needed for about:gpu.apatrick@chromium.org2011-01-264-18/+25
* Make Pepper resize the buffer through the command buffer.piman@google.com2011-01-261-19/+18
* Collect GL_EXTENSIONS string in GPUInfo and display it in about:gpu page.zmo@google.com2011-01-252-2/+20
* Revert 72180 - Collect GL_EXTENSIONS string in GPUInfo and display it in abou...asargent@chromium.org2011-01-212-18/+2
* Collect GL_EXTENSIONS string in GPUInfo and display it in about:gpu page.zmo@google.com2011-01-212-2/+18
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+0
* Refactor and improve gpu_info_collector: collect information on linux;zmo@google.com2011-01-217-247/+440
* Corrected GPU watchdog termination error message.apatrick@chromium.org2011-01-191-2/+2
* Disabled the Windows error dialog for the GPU process.apatrick@chromium.org2011-01-191-0/+11
* The GPU process cannot be placed on a UI thread in --single-process mode beca...backer@chromium.org2011-01-181-6/+1
* Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...piman@google.com2011-01-141-2/+2
* GPU service now runs on new thread in browser process when --single-process i...apatrick@chromium.org2011-01-136-18/+43
* Re-land of http://codereview.chromium.org/6094009 with Mac build fix.kbr@google.com2011-01-073-100/+125
* Revert http://codereview.chromium.org/6094009 (r70768) due tokbr@google.com2011-01-063-124/+100
* Perform GPU-related initialization in GPU process in response to ankbr@google.com2011-01-063-100/+124
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-312-12/+4
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-2/+2
* Move the SetProcTitle code out of base and into chrome/common. This is onlybrettw@chromium.org2010-12-291-7/+0
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-2410-22/+34
* Mac: Unbreak --no-gpu-sandbox.thakis@chromium.org2010-12-231-0/+5
* Mac: Don't hang gpu process if a tab that shares its renderer process with ot...thakis@chromium.org2010-12-226-15/+49
* Collect GPU information (vendor id and device id) in Linux.zmo@google.com2010-12-211-7/+245
* Blacklist bad GPU drivers: currenly we disable all gpu related features if a ...zmo@google.com2010-12-112-0/+17
* Convert over to channel handlesdmaclach@chromium.org2010-12-083-42/+18
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-083-4/+10
* Disabled GPU watchdog thread on Windows.apatrick@chromium.org2010-12-081-21/+11
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-071-3/+5
* If compositor window already exists, then simply return it rather than compla...nduca@chromium.org2010-12-061-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2010-12-052-14/+22
* Removed kChromiumRendererIdProperty window property.apatrick@chromium.org2010-12-021-15/+12
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-1/+1
* Mac: Scaffolding for sandboxing GPU process.thakis@chromium.org2010-12-021-2/+29
* In CreateCompositorHostWindow, reply with null window handle if RenderViewHos...nduca@chromium.org2010-12-021-4/+4
* Switched GPU watchdog timeout to be based on main thread's user + kernel time...apatrick@chromium.org2010-12-014-36/+109
* Defer window destruction until GPU finished drawing.backer@chromium.org2010-11-301-0/+4
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* When accelerated compositing is enabled, we create a plugin-like pair of wind...nduca@chromium.org2010-11-273-8/+159
* Add flow control between renderer and GPU processes, and, on Mac OS X,kbr@google.com2010-11-266-2/+57
* Resize synchronization for Linux.backer@chromium.org2010-11-252-0/+21
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-241-5/+3
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-241-3/+5