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
/
content
/
gpu
/
gpu_child_thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Shutdown() helper to ChildThread and move all destructor logic.
dcheng@chromium.org
2013-04-22
1
-0
/
+3
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-4
/
+4
*
Delete memory manager dead code.
ccameron@chromium.org
2013-03-12
1
-7
/
+0
*
Fix uninitialized variable
piman@chromium.org
2013-03-08
1
-10
/
+10
*
cc: Set ui/gpu/cc/ipc/upload/raster thread priorities.
epenner@chromium.org
2013-01-24
1
-0
/
+11
*
Do not send updated gpu_info from gpu thread when running in-process.
sievers@chromium.org
2013-01-18
1
-9
/
+9
*
Use a queue instead of timestamps to sort most-recently-used clients
ccameron@chromium.org
2012-12-19
1
-1
/
+1
*
Attempt to reland r173248,173259
zmo@chromium.org
2012-12-17
1
-9
/
+1
*
Revert 173248, broke building on the official chrome/win bot:
thakis@chromium.org
2012-12-15
1
-1
/
+9
*
Only collect GL/D3D context specific GPUInfo in GPU process
zmo@chromium.org
2012-12-15
1
-9
/
+1
*
Exit the unsandboxed GPU process after GPUInfo collected.
zmo@chromium.org
2012-12-07
1
-40
/
+14
*
Only launch a second un-sandboxed gpu process on Windows.
zmo@chromium.org
2012-12-06
1
-24
/
+29
*
CrOS: Add hotkey for disabling the GPU watchdog timer.
backer@chromium.org
2012-11-30
1
-0
/
+13
*
Initialize GPU watchdog before initializing GPU implementation.
jbauman@chromium.org
2012-10-25
1
-25
/
+4
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
1
-6
/
+9
*
Make about:gpu page reflects the current GPU in real time.
zmo@google.com
2012-10-04
1
-5
/
+4
*
Add override message to divide GPU memory among windows.
ccameron@chromium.org
2012-10-01
1
-0
/
+7
*
Re-enable the GPU watchdog on Windows
jbauman@chromium.org
2012-09-26
1
-9
/
+0
*
GPU process sends IPC to browser process indicating success of initialization.
apatrick@chromium.org
2012-08-24
1
-0
/
+2
*
Revert 152469 - win: Make GPU process crash on exit once it has successfully ...
apatrick@chromium.org
2012-08-21
1
-10
/
+0
*
win: Make GPU process crash on exit once it has successfully initialized.
apatrick@chromium.org
2012-08-21
1
-0
/
+10
*
Revert 152040 - GPU process exits with error code on failure to initialize.
apatrick@chromium.org
2012-08-20
1
-7
/
+2
*
Add GPU memory tab to the task manager.
ccameron@chromium.org
2012-08-18
1
-0
/
+10
*
GPU process exits with error code on failure to initialize.
apatrick@chromium.org
2012-08-17
1
-2
/
+7
*
Fix GPU acceleration failure with single process mode
jin.a.yang@intel.com
2012-06-04
1
-3
/
+14
*
Disable GPU info collection on GPU process startup on Win/Mac.
zmo@google.com
2012-05-17
1
-16
/
+20
*
ui: Move gl/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-12
1
-2
/
+2
*
Fix sending log messages from GPU child threads
posciak@chromium.org
2012-04-25
1
-2
/
+13
*
Collect GPU info before enabling sandbox.
apatrick@chromium.org
2012-02-18
1
-11
/
+8
*
Fix DirectX diagnostic collection for about:gpu page.
apatrick@chromium.org
2012-01-28
1
-15
/
+15
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-0
/
+1
*
Improve GPU tests to fail when GPU drawing fails.
jbates@chromium.org
2011-12-02
1
-7
/
+6
*
base::Bind: Low-hanging fruit conversions of NewRunnableFunction.
jhawkins@chromium.org
2011-11-12
1
-4
/
+3
*
Add command-line option to enable swiftshader
jbauman@chromium.org
2011-11-04
1
-4
/
+7
*
Move GPUInfo to content/public/common and put it into the content namespace.
jam@chromium.org
2011-10-20
1
-2
/
+2
*
Move content_client.h into content/public.
joi@chromium.org
2011-10-18
1
-1
/
+1
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Initialize the sandbox earlier in GPU process bringup, deferring any
kbr@google.com
2011-07-22
1
-57
/
+12
*
Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...
tfarina@chromium.org
2011-06-25
1
-2
/
+2
*
Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm...
tfarina@chromium.org
2011-06-25
1
-2
/
+2
*
Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.
tfarina@chromium.org
2011-06-25
1
-2
/
+2
*
Set the unblock flag to false for all gpu->renderer IPCs
jamesr@chromium.org
2011-06-01
1
-6
/
+2
*
Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, or
tony@chromium.org
2011-05-31
1
-1
/
+1
*
Fix gpu acceleration with --in-process-gpu and --single-process modes.
sievers@google.com
2011-05-27
1
-1
/
+5
*
Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-12
1
-2
/
+2
*
Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...
antonm@chromium.org
2011-05-12
1
-2
/
+2
*
Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-12
1
-2
/
+2
*
Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-11
1
-2
/
+2
*
Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...
apatrick@chromium.org
2011-05-11
1
-2
/
+2
*
Added about:gpuclean
amarinichev@chromium.org
2011-05-04
1
-0
/
+7
[next]