summaryrefslogtreecommitdiffstats
path: root/chrome/gpu
Commit message (Expand)AuthorAgeFilesLines
* Move chrome\gpu to content\gpu.jam@chromium.org2011-03-1237-4643/+0
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-124-22/+11
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-124-11/+22
* Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).scherkus@chromium.org2011-03-113-13/+15
* Move some chrome\common code to content in preparation for moving chrome\gpu.jam@chromium.org2011-03-112-4/+4
* Move Linux sub process breakpad initialization to a common place.jam@chromium.org2011-03-113-15/+3
* Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.tyoshino@chromium.org2011-03-113-15/+13
* Context recovery changes:amarinichev@chromium.org2011-03-101-2/+4
* Move GPU messages to content. I've also switched the IPC structs to use the ...jam@chromium.org2011-03-1012-17/+23
* Add a ContentClient interface than an embedder of content has to implement. ...jam@chromium.org2011-03-101-2/+3
* If a field in GPUInfo is not collected, we should not clear it because it mig...zmo@google.com2011-03-093-6/+0
* Remove FFmpegVideoDecodeEngine's dependency on AVStream.scherkus@chromium.org2011-03-093-13/+15
* GPU process does not rely on GTK.backer@chromium.org2011-03-091-15/+11
* Fix wstrings in content/common.avi@chromium.org2011-03-081-1/+1
* Make GPUInfo a struct, which it should be according to the C++ guidelines. T...jam@chromium.org2011-03-087-72/+87
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-086-6/+6
* Move preliminary gpu info collection and software rendering flags computation...zmo@google.com2011-03-041-15/+0
* Move MessageRouter from chrome to content.jam@chromium.org2011-03-031-3/+1
* Sandbox the GPU process for Windowscpu@chromium.org2011-03-034-2/+43
* Add older ATI/NVidia/Intel drivers in XP to software rendering list, and remo...zmo@google.com2011-03-022-5/+6
* Don't scan PCI bus for video card vendor id and device id if PCI bus doesn't ...zmo@google.com2011-03-011-0/+15
* Be more flexible about PCI lib path: try both libpci.so.3 and libpci.so. So ...zmo@google.com2011-03-011-2/+6
* Collect D3D Driver Info (version and date) from Windows system registry.zmo@google.com2011-03-017-54/+127
* Moved creation of GPU command buffer shared memory into the browser process.apatrick@chromium.org2011-02-282-42/+52
* Avoid deleting GPU transfer buffers twice on POSIX.apatrick@chromium.org2011-02-261-0/+5
* Renamed GpuWatchdogThread::OnExit to make it clear it is crashing deliberately.apatrick@chromium.org2011-02-252-5/+7
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-245-22/+67
* Fixed about:gpu refresh bug.nduca@chromium.org2011-02-242-6/+25
* Disable the resize IPC for accelerated compositing on TOUCH_UI.backer@chromium.org2011-02-241-1/+1
* Following example of BrowserRenderProcessHost::OnMessageReceived, respond to ...amarinichev@chromium.org2011-02-241-3/+11
* Collect as much GPU information as possible without creating a GL/D3D context...zmo@google.com2011-02-195-3/+59
* Don't compile in experimental GPU video decoding IPC handling for now.cevans@chromium.org2011-02-161-1/+3
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-165-6/+17
* Revert 74700 - Revert the "out-of-lining of test code" change within src/mediansylvain@chromium.org2011-02-121-1/+1
* Revert the "out-of-lining of test code" change within src/mediansylvain@chromium.org2011-02-111-1/+1
* Disarm and reset GPU watchdog if it sleeps for an extended period of time.apatrick@chromium.org2011-02-113-8/+25
* Another big out-of-lining of test code. Hits a lot of gmock objectserg@google.com2011-02-083-2/+12
* 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