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
/
common
/
gpu
/
gpu_channel_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Share MailboxManagers when sharing GLShareGroups
piman@chromium.org
2012-06-06
1
-1
/
+8
*
GPU: Adding sync points for cross-channel synchronization
piman@chromium.org
2012-06-05
1
-1
/
+3
*
ui: Move gl/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-12
1
-2
/
+2
*
Fix context sharing between channels to be order-independent.
piman@chromium.org
2012-03-08
1
-5
/
+6
*
Coverity: Fix pass-by-values.
jhawkins@chromium.org
2012-02-21
1
-1
/
+1
*
PluginWindowHandle -> GLSurfaceHandle for GPU process rendering surfaces.
piman@chromium.org
2012-02-08
1
-1
/
+1
*
Removed CHECKs used for bug investigation.
xhwang@chromium.org
2012-02-07
1
-3
/
+1
*
Adding GpuMemoryManager to track GpuCommandBufferStub visibility and last_use...
mmocny@chromium.org
2012-02-03
1
-0
/
+12
*
gpu: reference target surfaces through a globally unique surface id.
piman@chromium.org
2012-01-18
1
-3
/
+3
*
Add the ability to share GL contexts across channels.
piman@chromium.org
2012-01-12
1
-9
/
+17
*
Removing duplicate IPC and dead code: GpuMsg_VisibilityChanged
mmocny@chromium.org
2012-01-06
1
-6
/
+0
*
When renderer process tries to establish a GPU channel, close any existing one.
apatrick@chromium.org
2012-01-05
1
-19
/
+7
*
Add more CHECK in GPU and NPAPI process on invalid file descriptors
xhwang@chromium.org
2011-12-09
1
-2
/
+5
*
Add CHECK on file descriptor in various IPC::ChannelHandle passed in.
xhwang@chromium.org
2011-12-02
1
-1
/
+3
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-22
1
-13
/
+1
*
A few less TOUCH_UIs.
backer@chromium.org
2011-11-22
1
-1
/
+1
*
Revert 111040 - Reland 110355 - Use shared D3D9 texture to transport the comp...
apatrick@chromium.org
2011-11-21
1
-1
/
+13
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-21
1
-13
/
+1
*
Revert 110626 - Reland 110355 - Use shared D3D9 texture to transport the comp...
apatrick@chromium.org
2011-11-18
1
-1
/
+13
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-18
1
-13
/
+1
*
base::Bind() conversion for content/common/gpu and content/gpu
dcheng@chromium.org
2011-11-17
1
-3
/
+5
*
Revert 110548 - Reland 110355 - Use shared D3D9 texture to transport the comp...
apatrick@chromium.org
2011-11-17
1
-1
/
+13
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-17
1
-13
/
+1
*
Revert 110355 - Use shared D3D9 texture to transport the compositor's backing...
cpu@chromium.org
2011-11-17
1
-1
/
+13
*
Use shared D3D9 texture to transport the compositor's backing buffer to the b...
apatrick@chromium.org
2011-11-16
1
-13
/
+1
*
Move GPUInfo to content/public/common and put it into the content namespace.
jam@chromium.org
2011-10-20
1
-1
/
+1
*
Remove unnecessary OSX specific IPC
backer@chromium.org
2011-10-06
1
-15
/
+0
*
ImageTransportSurface for OS X
backer@chromium.org
2011-09-29
1
-11
/
+0
*
Wait properly for renderer crashes
phajdan.jr@chromium.org
2011-09-19
1
-2
/
+2
*
ImageTransportSurface: Get rid of multiple inheritance.
backer@chromium.org
2011-09-08
1
-0
/
+8
*
Create new GLSurface for cross process image transport.
backer@chromium.org
2011-07-22
1
-36
/
+21
*
Allow creating a gpu channel that uses software rendering
jbauman@chromium.org
2011-07-21
1
-1
/
+1
*
Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...
leandrogracia@chromium.org
2011-07-21
1
-1
/
+1
*
Revert 93397 - Revert 93393 - Revert was broken. Restoring.
leandrogracia@chromium.org
2011-07-21
1
-1
/
+1
*
Revert 93393 - Crashing on Linux Touch: http://build.chromium.org/p/chromium/...
leandrogracia@chromium.org
2011-07-21
1
-1
/
+1
*
Allow creating a gpu channel that uses software rendering
jbauman@chromium.org
2011-07-21
1
-1
/
+1
*
Cleanup: Remove unneeded includes from GpuChannelManager.
thestig@chromium.org
2011-06-27
1
-10
/
+1
*
Reland "EGLImage transport for TOUCH_UI".
backer@chromium.org
2011-06-25
1
-2
/
+33
*
Revert 90511 - Use pixmaps and EGLImages to transport image data between GPU ...
backer@chromium.org
2011-06-25
1
-33
/
+2
*
Use pixmaps and EGLImages to transport image data between GPU process and bro...
backer@chromium.org
2011-06-25
1
-2
/
+33
*
Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...
tfarina@chromium.org
2011-06-25
1
-1
/
+0
*
Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm...
tfarina@chromium.org
2011-06-25
1
-1
/
+1
*
Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.
tfarina@chromium.org
2011-06-25
1
-1
/
+1
*
Coverity: Handle negative returns.
jhawkins@chromium.org
2011-06-21
1
-0
/
+1
*
Make EstablishGpuChannel synchronous. Remove obsolete Synchronize msg.
sievers@chromium.org
2011-06-08
1
-5
/
+0
*
Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, or
tony@chromium.org
2011-05-31
1
-1
/
+1
*
Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...
jam@chromium.org
2011-05-02
1
-1
/
+1
*
Removed "compositor" child window that was created by the GPU process.Removed...
apatrick@chromium.org
2011-04-27
1
-1
/
+14
*
Move more GPU related files from content/common to content/common/gpu.
apatrick@chromium.org
2011-04-22
1
-1
/
+1
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
1
-2
/
+0
[next]