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
*
Don't call renderView methods in threaded mode
nduca@chromium.org
2011-12-15
2
-0
/
+11
*
Add IPC to allow gpu process to send message for console back to renderer
gman@chromium.org
2011-12-13
2
-0
/
+10
*
<video> decode in hardware!
fischman@chromium.org
2011-12-13
1
-1
/
+1
*
Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...
gman@chromium.org
2011-12-12
3
-70
/
+13
*
Revert 113895 - <video> decode in hardware!
fischman@chromium.org
2011-12-10
1
-1
/
+1
*
<video> decode in hardware!
fischman@chromium.org
2011-12-10
1
-1
/
+1
*
Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
rsimha@google.com
2011-12-08
3
-13
/
+70
*
Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
gman@chromium.org
2011-12-07
3
-70
/
+13
*
Revert 113250 - Add CommandBuffer::SetGetBuffer
dglazkov@chromium.org
2011-12-06
3
-13
/
+70
*
Add CommandBuffer::SetGetBuffer
gman@chromium.org
2011-12-06
3
-70
/
+13
*
Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storage
vangelis@chromium.org
2011-12-06
2
-0
/
+7
*
Update includes to new header locations
abarth@chromium.org
2011-12-03
1
-2
/
+2
*
Make command buffer free transfer buffer when switching tabs
gman@chromium.org
2011-12-01
1
-2
/
+2
*
Fix the components build on Linux.
tony@chromium.org
2011-11-30
1
-1
/
+1
*
Trusted proxy side checks on GetRingBuffer()
nfullagar@google.com
2011-11-30
1
-3
/
+9
*
Use callback_forward.h instead of callback.h where possible.
erikwright@chromium.org
2011-11-29
1
-1
/
+1
*
Revert 111936 - Use callback_forward.h instead of callback.h where possible.
jstritar@chromium.org
2011-11-29
1
-1
/
+1
*
Use callback_forward.h instead of callback.h where possible.
erikwright@chromium.org
2011-11-29
1
-1
/
+1
*
Move GL headers from gpu to third_party/khronos
skyostil@google.com
2011-11-24
2
-3
/
+3
*
Added minimal support to command buffer for GL_ARB_texture_rectangle
kbr@chromium.org
2011-11-23
2
-0
/
+7
*
Flip Y-axis in WebGL for Skia-Mac
epoger@chromium.org
2011-11-23
1
-1
/
+1
*
Revert 111170 - Move GL headers from gpu to third_party/khronos
abodenha@chromium.org
2011-11-22
2
-3
/
+3
*
Move GL headers from gpu to third_party/khronos
skyostil@google.com
2011-11-22
2
-3
/
+3
*
Prepare Chromium for WebCompositor::initialize.
nduca@chromium.org
2011-11-19
2
-1
/
+2
*
Add OVERRIDE to content/.
avi@chromium.org
2011-11-17
4
-29
/
+30
*
base::Bind: Convert content/renderer.
jhawkins@chromium.org
2011-11-15
4
-35
/
+27
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
2
-4
/
+4
*
fix gl include
dpranke@chromium.org
2011-11-15
1
-1
/
+1
*
Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.
backer@chromium.org
2011-11-11
2
-0
/
+15
*
Add entry points for compressed textures.
gman@chromium.org
2011-11-11
2
-0
/
+25
*
Cleanup: Remove more unneeded forward declares in content.
thestig@chromium.org
2011-11-11
3
-12
/
+4
*
Landing http://codereview.chromium.org/8393063/ on behalf mmocny@. marcheu@ h...
zelidrag@chromium.org
2011-11-05
1
-0
/
+2
*
Make LazyInstance managed Locks leaky.
thestig@chromium.org
2011-11-01
1
-3
/
+3
*
Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_...
nduca@chromium.org
2011-10-25
2
-7
/
+8
*
Move GPUInfo to content/public/common and put it into the content namespace.
jam@chromium.org
2011-10-20
3
-7
/
+7
*
Fixed bugs with Pepper 3D under dynamic GPU switching.
kbr@chromium.org
2011-10-19
2
-0
/
+5
*
Last straw for translated_shader_source extension.
zmo@google.com
2011-10-17
2
-0
/
+25
*
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
6
-0
/
+27
*
Support dynamic switching between integrated and discrete GPUs on Mac OS X.
kbr@chromium.org
2011-10-13
6
-22
/
+104
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Allow FlushSyncs to short circuit
jbauman@chromium.org
2011-10-10
1
-8
/
+7
*
Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...
jam@chromium.org
2011-10-10
1
-8
/
+8
*
Register route with compositor thread whenever compositor is activated if thr...
jamesr@chromium.org
2011-10-08
1
-0
/
+8
*
Add command line switch for enabling threaded compositing
jamesr@chromium.org
2011-10-08
1
-2
/
+1
*
Yet more exports needed from content.
dpranke@chromium.org
2011-10-07
1
-1
/
+3
*
Convert a bunch of pepper implementation to use base::Callback.
dmichael@chromium.org
2011-10-07
6
-42
/
+43
*
Turning the threaded compositor into a runtime option. This CL
vangelis@chromium.org
2011-10-07
1
-10
/
+1
*
Rename RenderThread to RenderThreadImpl
jam@chromium.org
2011-10-06
5
-12
/
+10
*
Input event filtering and compositor thread setup.
darin@chromium.org
2011-10-06
5
-0
/
+624
[next]