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
*
Ensure GL initialization only happens once, and provide common init path
danakj@chromium.org
2014-02-03
1
-3
/
+6
*
Revert 248049 "Ensure GL initialization only happens once, and p..."
kbr@chromium.org
2014-01-31
1
-6
/
+3
*
Ensure GL initialization only happens once, and provide common init path
danakj@chromium.org
2014-01-30
1
-3
/
+6
*
Revert 247793 "Ensure GL initialization only happens once, and p..."
yoz@chromium.org
2014-01-30
1
-6
/
+3
*
Ensure GL initialization only happens once, and provide common init path
danakj@chromium.org
2014-01-30
1
-3
/
+6
*
Implement ChildThread::shutdown and clear members that have refs into blink
jochen@chromium.org
2013-07-23
1
-0
/
+1
*
Remove usage of ChildProcess::current() and ChildThread::current() other than...
jam@chromium.org
2013-06-25
1
-10
/
+9
*
Wire gpu process startup error messages to about:gpu
zmo@chromium.org
2013-06-14
1
-5
/
+7
*
Move a bunch of child-only code from content/common to content/child
scottmg@chromium.org
2013-06-06
1
-1
/
+1
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-7
/
+7
*
Windows: Synchronize browser process D3D adapters with GPU process D3D adapters.
apatrick@chromium.org
2013-05-24
1
-1
/
+1
*
base: Cleanup setting thread priorities (no functional changes).
epenner@chromium.org
2013-05-24
1
-8
/
+3
*
Move GPU device/driver info related code from content to gpu.
zmo@chromium.org
2013-05-23
1
-5
/
+5
*
Revert 201380 "Move GPU device/driver info related code from con..."
zmo@chromium.org
2013-05-21
1
-4
/
+4
*
Move GPU device/driver info related code from content to gpu.
zmo@chromium.org
2013-05-21
1
-4
/
+4
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-3
/
+3
*
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
[next]