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
/
renderer
/
gpu
/
command_buffer_proxy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move gpu client files to content_common, in content/common/gpu/client
piman@chromium.org
2012-02-07
1
-413
/
+0
*
Remove renderer dependencies from the GPU client classes.
piman@chromium.org
2012-02-07
1
-22
/
+9
*
Added CommandBuffer::GetLastError.
apatrick@chromium.org
2012-02-01
1
-1
/
+5
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+1
*
Don't ignore {OMX,DXVA}VideoDecodeAccelerator::Initialize() failures.
fischman@chromium.org
2011-12-30
1
-1
/
+1
*
Add IPC to allow gpu process to send message for console back to renderer
gman@chromium.org
2011-12-13
1
-0
/
+8
*
Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...
gman@chromium.org
2011-12-12
1
-62
/
+10
*
Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
rsimha@google.com
2011-12-08
1
-10
/
+62
*
Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
gman@chromium.org
2011-12-07
1
-62
/
+10
*
Revert 113250 - Add CommandBuffer::SetGetBuffer
dglazkov@chromium.org
2011-12-06
1
-10
/
+62
*
Add CommandBuffer::SetGetBuffer
gman@chromium.org
2011-12-06
1
-62
/
+10
*
Trusted proxy side checks on GetRingBuffer()
nfullagar@google.com
2011-11-30
1
-3
/
+9
*
Make shared memory allocation possible for all child process types.
michaeln@google.com
2011-10-15
1
-2
/
+3
*
Adding gl command to change surface visibility, so that the gpu process can a...
mmocny@chromium.org
2011-10-14
1
-0
/
+9
*
Allow FlushSyncs to short circuit
jbauman@chromium.org
2011-10-10
1
-8
/
+7
*
Convert a bunch of pepper implementation to use base::Callback.
dmichael@chromium.org
2011-10-07
1
-15
/
+15
*
Rename RenderThread to RenderThreadImpl
jam@chromium.org
2011-10-06
1
-1
/
+1
*
Retry 3 to split WebGraphicsContext3DCommandBufferImpl::initialize() into two...
nduca@chromium.org
2011-09-13
1
-6
/
+6
*
Replace the use of an int32* with an explicit profile for decoder configuration.
fischman@chromium.org
2011-09-01
1
-2
/
+2
*
Added GPU process "echo" IPC message.
apatrick@chromium.org
2011-08-30
1
-8
/
+23
*
Allow cmdbuffer creation from compositor thread.
sievers@chromium.org
2011-08-23
1
-1
/
+1
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-16
/
+0
*
Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-0
/
+16
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-16
/
+0
*
Support multiple HW video decoders per context.
fischman@chromium.org
2011-08-17
1
-12
/
+19
*
Implement PPAPI VideoDecode out-of-process support
vrk@chromium.org
2011-08-06
1
-1
/
+1
*
Revert 94743 - Allow the renderer process to map textures from one context in...
jamesr@chromium.org
2011-07-30
1
-21
/
+0
*
Allow the renderer process to map textures from one context into another.
apatrick@chromium.org
2011-07-29
1
-0
/
+21
*
Remove ReadWriteTokens from GpuVideoDecodeAccelerator + fallout
vrk@google.com
2011-07-28
1
-2
/
+1
*
Reland 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-21
1
-0
/
+4
*
Revert 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-20
1
-4
/
+0
*
Execute all GL commands up to the put offset reported by a each flush.This me...
apatrick@chromium.org
2011-07-19
1
-0
/
+4
*
NULL-check video_decoder_host_ in CommandBufferProxy::OnChannelError
jamesr@chromium.org
2011-07-18
1
-1
/
+2
*
Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.
fischman@chromium.org
2011-07-15
1
-6
/
+7
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-14
1
-2
/
+9
*
Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...
kbr@chromium.org
2011-07-13
1
-9
/
+2
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-13
1
-2
/
+9
*
Remove GpuVideoServiceHost and move ownership of GVDAHosts to CommandBufferPr...
vrk@google.com
2011-07-12
1
-0
/
+20
*
RendererGLContext supports reparenting a GL context.
apatrick@chromium.org
2011-06-20
1
-0
/
+27
*
Send message to renderer on command buffer error
jbauman@chromium.org
2011-06-07
1
-1
/
+9
*
Set the unblock flag to false for all gpu->renderer IPCs
jamesr@chromium.org
2011-06-01
1
-20
/
+4
*
Fix re-entrancy for AsyncFlush messages
piman@google.com
2011-05-31
1
-2
/
+4
*
Add a flush_count to the IPC messages because they come out of order.
gman@chromium.org
2011-05-28
1
-2
/
+5
*
Moved GPU related files in content/renderer into gpu subdirectory.
apatrick@chromium.org
2011-05-25
1
-0
/
+389