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
*
Windows: Get AcceleratedPresenter by window handle rather than surface ID.
apatrick@chromium.org
2012-05-08
1
-8
/
+8
*
Add more disable-workaround checks
gman@chromium.org
2012-05-08
1
-1
/
+0
*
ui: Move surface/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-03
1
-1
/
+1
*
Delete background tab IOSurfaces on Mac.
jbates@chromium.org
2012-04-26
1
-0
/
+51
*
fix-gl-logging
gman@chromium.org
2012-04-22
1
-0
/
+1
*
TabContents -> WebContentsImpl, part 19.
avi@chromium.org
2012-04-17
1
-1
/
+1
*
Apply an initial seccomp filter policy for Pepper Flash.
cevans@chromium.org
2012-04-17
1
-0
/
+1
*
Convert plugin and GPU process to brokered handle duplication.
jschuh@chromium.org
2012-04-14
1
-31
/
+2
*
Revert 132218 - Convert plugin and GPU process to brokered handle duplication.
eroman@chromium.org
2012-04-13
1
-2
/
+31
*
Convert plugin and GPU process to brokered handle duplication.
jschuh@chromium.org
2012-04-13
1
-31
/
+2
*
Make it so you can add GPU switches by editing 2 files instead of 3.
gman@chromium.org
2012-04-13
1
-5
/
+2
*
Index GpuProcessHost by kind rather than ID.
apatrick@chromium.org
2012-04-12
1
-29
/
+22
*
Log GPU process launch time to UMA.
fischman@chromium.org
2012-04-11
1
-0
/
+5
*
Cache shared texture in browser
jbauman@chromium.org
2012-04-07
1
-0
/
+20
*
Pass kV and kVModule flags to GPU process.
posciak@chromium.org
2012-04-06
1
-0
/
+2
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
1
-9
/
+9
*
make disable-glsl-translator work again
gman@chromium.org
2012-03-26
1
-0
/
+5
*
Bug: wrong host ID was used to route SwapBuffers ack back to GPU process.
apatrick@chromium.org
2012-03-22
1
-1
/
+1
*
Removing --in-process-gpu from the set of flags that prevents creation of a G...
robertshield@chromium.org
2012-03-21
1
-2
/
+1
*
Windows: Added AcceleratedPresenterMap.
apatrick@chromium.org
2012-03-20
1
-3
/
+33
*
Refactor GpuProcessHost::GetForClient to GpuProcessHost::Get, which takes a G...
apatrick@chromium.org
2012-03-15
1
-18
/
+20
*
Chrome OS: Don't blacklist GPU process after 3 deaths
piman@chromium.org
2012-03-13
1
-0
/
+2
*
Add an explicit single-process check to the GPU process initialization.
robertshield@chromium.org
2012-03-12
1
-4
/
+2
*
Shutdown GPU process if Direct 3D cannot be initialized in the browser process.
apatrick@chromium.org
2012-03-09
1
-4
/
+25
*
Fix context sharing between channels to be order-independent.
piman@chromium.org
2012-03-08
1
-2
/
+2
*
Windows: Limit D3D devices to one per Present Thread (4 max).
apatrick@chromium.org
2012-03-07
1
-0
/
+9
*
Move Render(Widget|View)HostImpl to files with _impl in filename.
joi@chromium.org
2012-03-06
1
-1
/
+1
*
Land 9348117: (Aura) use GPU process for UI
backer@chromium.org
2012-02-24
1
-1
/
+2
*
Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...
thestig@chromium.org
2012-02-24
1
-4
/
+5
*
Allow GPU process to present to the compositing surface without the involveme...
apatrick@chromium.org
2012-02-21
1
-0
/
+35
*
Coverity: Fix pass-by-values.
jhawkins@chromium.org
2012-02-21
1
-1
/
+1
*
Move RenderWidgetHostView into content namespace. Fix include paths.
joi@chromium.org
2012-02-20
1
-2
/
+2
*
Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...
joi@chromium.org
2012-02-20
1
-2
/
+2
*
Move RenderWidgetHostView into content namespace. Fix include paths.
joi@chromium.org
2012-02-20
1
-2
/
+2
*
Revert 122213 - aura: Use GPU process for UI
dpapad@chromium.org
2012-02-16
1
-2
/
+1
*
Revert 122205 - Allow GPU process to present to the compositing surface witho...
apatrick@chromium.org
2012-02-16
1
-36
/
+0
*
aura: Use GPU process for UI
piman@chromium.org
2012-02-16
1
-1
/
+2
*
Add a Content API around GpuDataManager and use that from chrome. I moved Gpu...
jam@chromium.org
2012-02-16
1
-10
/
+11
*
Not ready for review yet.
apatrick@chromium.org
2012-02-16
1
-0
/
+36
*
Move GpuBlacklist out of content and into chrome. All content needs to know i...
jam@chromium.org
2012-02-15
1
-5
/
+3
*
Rename GpuProcessHost::GetForRenderer to GetForClient
piman@chromium.org
2012-02-10
1
-3
/
+2
*
Need to pass this flag to GPU process...
backer@chromium.org
2012-02-10
1
-0
/
+1
*
PluginWindowHandle -> GLSurfaceHandle for GPU process rendering surfaces.
piman@chromium.org
2012-02-08
1
-3
/
+3
*
Fallback to software renderer if GPU process crashes often enough.
jbauman@chromium.org
2012-02-08
1
-6
/
+26
*
Reduce GPU sandbox level on NVIDIA optimus computers.
jbauman@chromium.org
2012-02-07
1
-0
/
+1
*
Remove chrome dependencies on GpuProcessHost. I've moved all of the WebKitPre...
jam@chromium.org
2012-02-06
1
-2
/
+1
*
Fix DirectX diagnostic collection for about:gpu page.
apatrick@chromium.org
2012-01-28
1
-3
/
+14
*
Add UMA histogram for whether the gpu process is using software rendering
jbauman@chromium.org
2012-01-25
1
-0
/
+2
*
Rename BrowserChildProcessHost implementation class to BrowserChildProcessHos...
jam@chromium.org
2012-01-23
1
-2
/
+3
*
Add a Content API around BrowserChildProcessHost, similar to what was done wi...
jam@chromium.org
2012-01-20
1
-13
/
+14
[next]