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
/
browser
/
gpu
/
gpu_process_host.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...
jam@chromium.org
2012-01-20
1
-14
/
+13
*
Add a Content API around BrowserChildProcessHost, similar to what was done wi...
jam@chromium.org
2012-01-20
1
-13
/
+14
*
gpu: reference target surfaces through a globally unique surface id.
piman@chromium.org
2012-01-18
1
-13
/
+7
*
Get rid of unnecessary accessors in BrowserProcessHost that were transitional...
jam@chromium.org
2012-01-13
1
-1
/
+1
*
Add the ability to share GL contexts across channels.
piman@chromium.org
2012-01-12
1
-12
/
+12
*
Look for the first valid GPU process host in the host-id map.
petkov@chromium.org
2012-01-09
1
-10
/
+6
*
Remove GPU process hosts that are about to be destroyed from host-id map.
petkov@chromium.org
2011-12-21
1
-1
/
+5
*
Consider GPU hosts that are about to die as invalid.
petkov@chromium.org
2011-12-16
1
-0
/
+4
*
Remove unused parameter in GpuProcessHost HostIsValid.
apatrick@chromium.org
2011-12-15
1
-3
/
+3
*
Restore kTraceStartup flag propogation to gpu process
joth@chromium.org
2011-12-15
1
-0
/
+1
*
Propagate --disable-image-transport-surface to GPU process.
apatrick@chromium.org
2011-12-14
1
-0
/
+1
*
Remove custom Task implementations and re-exorcise old callbacks from gpu.
dcheng@chromium.org
2011-12-10
1
-45
/
+28
*
Add a JS API for detecting WebGL availability.
zmo@google.com
2011-12-08
1
-10
/
+0
*
Use ForceShutdown to kill old GPU process.
jbauman@chromium.org
2011-12-07
1
-2
/
+6
*
Make ChildProcessHost be used through an interface in content/public, instead...
jam@chromium.org
2011-12-03
1
-9
/
+9
*
Don't make classes derive from ChildProcessHost, and instead have them use it...
jam@chromium.org
2011-12-02
1
-32
/
+26
*
Improve GPU tests to fail when GPU drawing fails.
jbates@chromium.org
2011-12-02
1
-2
/
+4
*
Move the ProcessType enum out to its own file. This is in preparation for get...
jam@chromium.org
2011-12-01
1
-1
/
+1
*
A few less TOUCH_UIs.
backer@chromium.org
2011-11-22
1
-7
/
+7
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-3
/
+2
*
Add tests to make sure gpu blacklist actually block gpu features.
zmo@google.com
2011-11-12
1
-0
/
+2
*
Allow switching to SwiftShader when GPU is blacklisted
jbauman@chromium.org
2011-11-11
1
-3
/
+37
*
Revert 109328 - Add tests to make sure gpu blacklist actually block gpu featu...
zmo@google.com
2011-11-09
1
-2
/
+0
*
Add tests to make sure gpu blacklist actually block gpu features.
zmo@google.com
2011-11-09
1
-0
/
+2
*
Support --trace-startup and task tracing
joth@chromium.org
2011-11-09
1
-1
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Move resource_codes to content/public/common.
jam@chromium.org
2011-10-25
1
-1
/
+1
*
Move GPUInfo to content/public/common and put it into the content namespace.
jam@chromium.org
2011-10-20
1
-6
/
+6
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
1
-0
/
+1
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Implement --use-gl=any
zmo@google.com
2011-09-27
1
-5
/
+2
*
Making TOOLKIT_USES_GTK orthogonal to USE_AURA.
saintlou@chromium.org
2011-09-20
1
-8
/
+8
*
Turn on glsl built-in function emulation in ANGLE shader translator.
zmo@google.com
2011-09-20
1
-0
/
+1
*
Aura under Linux is enabled with:
saintlou@chromium.org
2011-09-18
1
-8
/
+8
*
Trying to reland r101435 : Better account crashes for the BrowserChildProcess...
cpu@chromium.org
2011-09-16
1
-1
/
+1
*
Revert 101435 - Better account crashes for the BrowserChildProcessHost (and d...
hbono@chromium.org
2011-09-16
1
-1
/
+1
*
Better account crashes for the BrowserChildProcessHost (and derived) for wind...
cpu@chromium.org
2011-09-16
1
-1
/
+1
*
Only record GPU process exit code histogram if it is valid.
apatrick@chromium.org
2011-09-14
1
-3
/
+7
*
Remove static initializers from GpuProcessHost and GpuProcessHostUIShim.
apatrick@chromium.org
2011-08-31
1
-7
/
+9
*
Give plug-in processes an executable heap and disable PIE/ASLR for Native
mark@chromium.org
2011-08-24
1
-1
/
+8
*
GPU process terminates rather than crashing on hang.
apatrick@chromium.org
2011-08-18
1
-1
/
+8
*
Linux build fix.
zmo@google.com
2011-08-16
1
-0
/
+1
*
Disable gpu process crash reporting when --ignore-gpu-blacklist is used.
zmo@google.com
2011-08-16
1
-0
/
+7
*
Add --gpu-no-context-lost commandline switch.
zmo@google.com
2011-07-28
1
-2
/
+3
*
Create new GLSurface for cross process image transport.
backer@chromium.org
2011-07-22
1
-9
/
+0
*
Remove TabContentsView methods that just call to the delegate, and have them ...
jam@chromium.org
2011-07-11
1
-6
/
+5
*
Disable GPU process unless EGL backend is used.
backer@chromium.org
2011-06-28
1
-0
/
+10
*
Clamping down media DEPS rules.
scherkus@chromium.org
2011-06-17
1
-1
/
+0
*
Fix Revert of 89054 so it builds on win_shared
gman@chromium.org
2011-06-14
1
-2
/
+3
[prev]
[next]