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
*
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
*
Add an additional feature to GLES2DecoderImpl that is used to force the conte...
twiz@chromium.org
2011-10-03
1
-10
/
+7
*
Retry 3 to split WebGraphicsContext3DCommandBufferImpl::initialize() into two...
nduca@chromium.org
2011-09-13
6
-69
/
+119
*
Fix logic in GpuChannelHost::Send() during shutdown.
sievers@chromium.org
2011-09-08
1
-3
/
+9
*
Revert 99648 - Reland 98392 - Split WebGraphicsContext3DCommandBufferImpl::in...
jamesr@chromium.org
2011-09-06
3
-104
/
+59
*
Fix thread-checker debug code in GpuChannelHost::MessageFilter.
sievers@chromium.org
2011-09-06
2
-10
/
+6
*
Create a GrGLInterface per-GrContext in Chrome. We do this so that its per-GL...
bsalomon@google.com
2011-09-06
2
-3
/
+4
*
Fix build error in release mode.
husky@google.com
2011-09-05
2
-15
/
+7
*
Reland 98392 - Split WebGraphicsContext3DCommandBufferImpl::initialize() into...
husky@google.com
2011-09-05
4
-60
/
+114
*
Remove support for switching draw surfaces on a context.This was originally i...
apatrick@chromium.org
2011-09-02
4
-109
/
+0
*
Replace the use of an int32* with an explicit profile for decoder configuration.
fischman@chromium.org
2011-09-01
6
-9
/
+8
*
Added GPU process "echo" IPC message.
apatrick@chromium.org
2011-08-30
6
-37
/
+50
*
Allow each WGC3D subclass to determine the correct GrGLInterface for its GrCo...
bsalomon@google.com
2011-08-29
2
-1
/
+10
*
Use 3D graphics context shareResources flag to decide whether a context shoul...
apatrick@chromium.org
2011-08-27
3
-44
/
+39
*
Revert 98392 - Split WebGraphicsContext3DCommandBufferImpl::initialize() into...
wez@chromium.org
2011-08-26
4
-117
/
+66
*
Split WebGraphicsContext3DCommandBufferImpl::initialize() into two stages.
husky@google.com
2011-08-26
4
-66
/
+117
*
Flush during SwapBuffers only on Mac OS X in order to force results to
kbr@google.com
2011-08-25
1
-0
/
+6
*
Allow cmdbuffer creation from compositor thread.
sievers@chromium.org
2011-08-23
6
-65
/
+246
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
5
-67
/
+1
*
Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
5
-1
/
+67
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
5
-67
/
+1
*
Don't call RenderView directly if USE_THREADED_COMPOSITOR is set.
husky@google.com
2011-08-19
2
-3
/
+17
*
Support multiple HW video decoders per context.
fischman@chromium.org
2011-08-17
6
-39
/
+65
*
Tag IPC::Channel::Listener implementations with OVERRIDE
evan@chromium.org
2011-08-16
2
-6
/
+6
*
Add option to not generate resources on bind in OpenGL ES
gman@chromium.org
2011-08-16
2
-1
/
+6
*
Handle client going away after GVDAH::Destroy
piman@chromium.org
2011-08-13
1
-6
/
+17
*
fix include path to GLES2
dpranke@chromium.org
2011-08-12
1
-2
/
+2
*
Rename and document glCommandBufferEnableCHROMIUM
gman@chromium.org
2011-08-12
1
-3
/
+1
*
Delete copy_texture_to_parent_texture from GPU command buffer code.
apatrick@chromium.org
2011-08-10
3
-4
/
+12
*
Add WebGraphicsContext support for readbacks from any framebuffer.
jbauman@chromium.org
2011-08-08
2
-6
/
+17
*
Implement PPAPI VideoDecode out-of-process support
vrk@chromium.org
2011-08-06
6
-6
/
+6
*
Implemented support for GL context share groups in the renderer process.I put...
apatrick@chromium.org
2011-08-03
5
-40
/
+59
*
Expose SwapBuffersCallback to WebGraphicsContext3D
nduca@chromium.org
2011-08-02
2
-0
/
+16
*
Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.
alokp@chromium.org
2011-08-01
1
-0
/
+2
[next]