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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert 94743 - Allow the renderer process to map textures from one context in...
jamesr@chromium.org
2011-07-30
5
-97
/
+33
*
Allow the renderer process to map textures from one context into another.
apatrick@chromium.org
2011-07-29
5
-33
/
+97
*
PPB_VideoDecoder_Dev::Initialize is now synchronous!
fischman@chromium.org
2011-07-29
2
-10
/
+1
*
Remove ReadWriteTokens from GpuVideoDecodeAccelerator + fallout
vrk@google.com
2011-07-28
6
-65
/
+8
*
Removed vestigial GL_latch_CHROMIUM code.
apatrick@chromium.org
2011-07-27
4
-195
/
+1
*
Reland 93106 - Reparenting of RendererGLContexts supports going from no paren...
apatrick@chromium.org
2011-07-22
3
-20
/
+13
*
Reland 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-21
3
-10
/
+5
*
Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.
fischman@chromium.org
2011-07-20
1
-2
/
+1
*
Revert 93106 - Reparenting of RendererGLContexts supports going from no paren...
apatrick@chromium.org
2011-07-20
3
-13
/
+20
*
Revert 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-20
3
-5
/
+11
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Reparenting of RendererGLContexts supports going from no parent to having a p...
apatrick@chromium.org
2011-07-19
3
-20
/
+13
*
Execute all GL commands up to the put offset reported by a each flush.This me...
apatrick@chromium.org
2011-07-19
3
-11
/
+5
*
Remove redundant size and type information from VideoDecode PPAPI
vrk@google.com
2011-07-19
2
-20
/
+12
*
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
5
-101
/
+12
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-14
6
-11
/
+89
*
Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...
kbr@chromium.org
2011-07-13
6
-89
/
+11
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-13
6
-11
/
+89
*
Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...
fischman@chromium.org
2011-07-13
3
-28
/
+103
*
Remove GpuVideoServiceHost and move ownership of GVDAHosts to CommandBufferPr...
vrk@google.com
2011-07-12
9
-220
/
+99
*
Make sure webkit compositor is not using ppapi backing texture ID after it ha...
reveman@google.com
2011-07-12
1
-2
/
+8
*
Fix num_swapbuffers_complete_pending_ accounting.
piman@google.com
2011-07-11
1
-2
/
+5
*
We were synchronously destroying the RendererGlContext transfer buffers while...
jbates@chromium.org
2011-07-07
1
-20
/
+18
*
Delete GpuVideoService and move GpuVideoDecodeAccelerator ownership to stubs
vrk@google.com
2011-07-07
3
-28
/
+10
*
Implement proper synchronization between HW video decode IPC and CommandBuffer.
fischman@chromium.org
2011-06-29
5
-74
/
+135
*
GPU compositing surface handle is no longer sent to renderer process.
apatrick@chromium.org
2011-06-27
5
-23
/
+8
*
Update src/content/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVE
abarth@chromium.org
2011-06-24
1
-1
/
+2
*
Coverity: Fix pass by value errors.
kmadhusu@chromium.org
2011-06-23
2
-2
/
+3
*
Add more trace events related to latch usage and to track RendererGlContext d...
jbates@chromium.org
2011-06-22
2
-0
/
+3
*
Made contexts without a parent return valid latch IDs.
apatrick@chromium.org
2011-06-21
1
-25
/
+22
*
RendererGLContext supports reparenting a GL context.
apatrick@chromium.org
2011-06-20
7
-44
/
+89
*
Move ProvidePictureBuffers out of initialization and into the decode path.
fischman@chromium.org
2011-06-15
2
-2
/
+3
*
Add tracing for various functions significant in compositor startup
jamesr@chromium.org
2011-06-14
1
-12
/
+21
*
Implement AssignGLESBuffers for VideoDecode PPAPI
vrk@google.com
2011-06-10
4
-8
/
+16
*
Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI
davemoore@chromium.org
2011-06-10
4
-16
/
+8
*
Implement AssignGLESBuffers for VideoDecode PPAPI
vrk@google.com
2011-06-10
4
-8
/
+16
*
Send message to renderer on command buffer error
jbauman@chromium.org
2011-06-07
2
-1
/
+10
*
Removed unused methods in WebGraphicsContext3DCommandBufferImpl
jbates@chromium.org
2011-06-03
2
-23
/
+3
*
Removing defunct GpuVideoDecoder and IpcVideoDecoder.
scherkus@chromium.org
2011-06-03
7
-619
/
+0
*
Set the unblock flag to false for all gpu->renderer IPCs
jamesr@chromium.org
2011-06-01
2
-20
/
+7
*
Fix re-entrancy for AsyncFlush messages
piman@google.com
2011-05-31
2
-3
/
+5
*
Add a flush_count to the IPC messages because they come out of order.
gman@chromium.org
2011-05-28
2
-2
/
+6
*
Fix WebGraphicsContext3DCommandBufferImpl so it only disables extensions for ...
gman@chromium.org
2011-05-26
1
-2
/
+5
*
[Re-instate r86681 by reverting its revert in r86687.]
fischman@chromium.org
2011-05-26
1
-6
/
+5
*
Moved GPU related files in content/renderer into gpu subdirectory.
apatrick@chromium.org
2011-05-25
21
-0
/
+4901
[prev]