index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
gpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid deleting GPU transfer buffers twice on POSIX.
apatrick@chromium.org
2011-02-26
1
-0
/
+5
*
Renamed GpuWatchdogThread::OnExit to make it clear it is crashing deliberately.
apatrick@chromium.org
2011-02-25
2
-5
/
+7
*
Moved creation of GPU transfer buffers into the browser process.
apatrick@chromium.org
2011-02-24
5
-22
/
+67
*
Fixed about:gpu refresh bug.
nduca@chromium.org
2011-02-24
2
-6
/
+25
*
Disable the resize IPC for accelerated compositing on TOUCH_UI.
backer@chromium.org
2011-02-24
1
-1
/
+1
*
Following example of BrowserRenderProcessHost::OnMessageReceived, respond to ...
amarinichev@chromium.org
2011-02-24
1
-3
/
+11
*
Collect as much GPU information as possible without creating a GL/D3D context...
zmo@google.com
2011-02-19
5
-3
/
+59
*
Don't compile in experimental GPU video decoding IPC handling for now.
cevans@chromium.org
2011-02-16
1
-1
/
+3
*
Implement webkit media metrics in chromium.
scherkus@chromium.org
2011-02-16
5
-6
/
+17
*
Revert 74700 - Revert the "out-of-lining of test code" change within src/media
nsylvain@chromium.org
2011-02-12
1
-1
/
+1
*
Revert the "out-of-lining of test code" change within src/media
nsylvain@chromium.org
2011-02-11
1
-1
/
+1
*
Disarm and reset GPU watchdog if it sleeps for an extended period of time.
apatrick@chromium.org
2011-02-11
3
-8
/
+25
*
Another big out-of-lining of test code. Hits a lot of gmock objects
erg@google.com
2011-02-08
3
-2
/
+12
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
4
-6
/
+6
*
Small fixes for GPU process in single process mode.
backer@chromium.org
2011-01-31
2
-4
/
+7
*
Route LOG messages generated on the GPU process to the about:gpu page.
nduca@chromium.org
2011-01-27
2
-2
/
+26
*
Route IPC through browser when creating a viewable command buffer.
backer@chromium.org
2011-01-27
5
-70
/
+51
*
Reland 72704 - Defered collect DirectX diagnostics until they are needed for ...
apatrick@chromium.org
2011-01-27
5
-19
/
+26
*
Revert 72704 - Defered collect DirectX diagnostics until they are needed for ...
apatrick@chromium.org
2011-01-26
4
-25
/
+18
*
Defered collect DirectX diagnostics until they are needed for about:gpu.
apatrick@chromium.org
2011-01-26
4
-18
/
+25
*
Make Pepper resize the buffer through the command buffer.
piman@google.com
2011-01-26
1
-19
/
+18
*
Collect GL_EXTENSIONS string in GPUInfo and display it in about:gpu page.
zmo@google.com
2011-01-25
2
-2
/
+20
*
Revert 72180 - Collect GL_EXTENSIONS string in GPUInfo and display it in abou...
asargent@chromium.org
2011-01-21
2
-18
/
+2
*
Collect GL_EXTENSIONS string in GPUInfo and display it in about:gpu page.
zmo@google.com
2011-01-21
2
-2
/
+18
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-1
/
+0
*
Refactor and improve gpu_info_collector: collect information on linux;
zmo@google.com
2011-01-21
7
-247
/
+440
*
Corrected GPU watchdog termination error message.
apatrick@chromium.org
2011-01-19
1
-2
/
+2
*
Disabled the Windows error dialog for the GPU process.
apatrick@chromium.org
2011-01-19
1
-0
/
+11
*
The GPU process cannot be placed on a UI thread in --single-process mode beca...
backer@chromium.org
2011-01-18
1
-6
/
+1
*
Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...
piman@google.com
2011-01-14
1
-2
/
+2
*
GPU service now runs on new thread in browser process when --single-process i...
apatrick@chromium.org
2011-01-13
6
-18
/
+43
*
Re-land of http://codereview.chromium.org/6094009 with Mac build fix.
kbr@google.com
2011-01-07
3
-100
/
+125
*
Revert http://codereview.chromium.org/6094009 (r70768) due to
kbr@google.com
2011-01-06
3
-124
/
+100
*
Perform GPU-related initialization in GPU process in response to an
kbr@google.com
2011-01-06
3
-100
/
+124
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move app/win_util to app/win and fix the namespace usage.
brettw@google.com
2010-12-31
2
-12
/
+4
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-1
/
+2
*
Move some misc thread-related stuff from base to base/thread and into the base
brettw@chromium.org
2010-12-30
1
-2
/
+2
*
Move the SetProcTitle code out of base and into chrome/common. This is only
brettw@chromium.org
2010-12-29
1
-7
/
+0
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
10
-22
/
+34
*
Mac: Unbreak --no-gpu-sandbox.
thakis@chromium.org
2010-12-23
1
-0
/
+5
*
Mac: Don't hang gpu process if a tab that shares its renderer process with ot...
thakis@chromium.org
2010-12-22
6
-15
/
+49
*
Collect GPU information (vendor id and device id) in Linux.
zmo@google.com
2010-12-21
1
-7
/
+245
*
Blacklist bad GPU drivers: currenly we disable all gpu related features if a ...
zmo@google.com
2010-12-11
2
-0
/
+17
*
Convert over to channel handles
dmaclach@chromium.org
2010-12-08
3
-42
/
+18
*
Add a new GetInstance() method for singleton classes, take 2.
satish@chromium.org
2010-12-08
3
-4
/
+10
*
Disabled GPU watchdog thread on Windows.
apatrick@chromium.org
2010-12-08
1
-21
/
+11
*
Initialize destinations variables before calling GL functions
gman@chromium.org
2010-12-07
1
-3
/
+5
*
If compositor window already exists, then simply return it rather than compla...
nduca@chromium.org
2010-12-06
1
-1
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2010-12-05
2
-14
/
+22
[next]