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
/
renderer_gl_context.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
-461
/
+0
*
Cleanup: Remove static storage for variables in an unnamed namespace.
jhawkins@chromium.org
2012-01-28
1
-2
/
+2
*
Revert "Revert 119430 - Make transferbuffer increase in size dynamically"
gman@chromium.org
2012-01-27
1
-23
/
+19
*
Revert 119430 - Make transferbuffer increase in size dynamically
kinuko@chromium.org
2012-01-27
1
-19
/
+23
*
Make transferbuffer increase in size dynamically
gman@chromium.org
2012-01-27
1
-23
/
+19
*
gpu: reference target surfaces through a globally unique surface id.
piman@chromium.org
2012-01-18
1
-4
/
+4
*
Remove TransportTexture, it's unused
piman@chromium.org
2012-01-04
1
-9
/
+1
*
Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...
gman@chromium.org
2011-12-12
1
-1
/
+1
*
Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
rsimha@google.com
2011-12-08
1
-1
/
+1
*
Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
gman@chromium.org
2011-12-07
1
-1
/
+1
*
Revert 113250 - Add CommandBuffer::SetGetBuffer
dglazkov@chromium.org
2011-12-06
1
-1
/
+1
*
Add CommandBuffer::SetGetBuffer
gman@chromium.org
2011-12-06
1
-1
/
+1
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-2
/
+2
*
Fixed bugs with Pepper 3D under dynamic GPU switching.
kbr@chromium.org
2011-10-19
1
-0
/
+4
*
Adding gl command to change surface visibility, so that the gpu process can a...
mmocny@chromium.org
2011-10-14
1
-0
/
+4
*
Support dynamic switching between integrated and discrete GPUs on Mac OS X.
kbr@chromium.org
2011-10-13
1
-7
/
+14
*
Convert a bunch of pepper implementation to use base::Callback.
dmichael@chromium.org
2011-10-07
1
-6
/
+7
*
Rename RenderThread to RenderThreadImpl
jam@chromium.org
2011-10-06
1
-1
/
+0
*
Retry 3 to split WebGraphicsContext3DCommandBufferImpl::initialize() into two...
nduca@chromium.org
2011-09-13
1
-0
/
+3
*
Revert 99648 - Reland 98392 - Split WebGraphicsContext3DCommandBufferImpl::in...
jamesr@chromium.org
2011-09-06
1
-3
/
+0
*
Fix build error in release mode.
husky@google.com
2011-09-05
1
-9
/
+4
*
Reland 98392 - Split WebGraphicsContext3DCommandBufferImpl::initialize() into...
husky@google.com
2011-09-05
1
-1
/
+9
*
Added GPU process "echo" IPC message.
apatrick@chromium.org
2011-08-30
1
-12
/
+5
*
Use 3D graphics context shareResources flag to decide whether a context shoul...
apatrick@chromium.org
2011-08-27
1
-9
/
+9
*
Revert 98392 - Split WebGraphicsContext3DCommandBufferImpl::initialize() into...
wez@chromium.org
2011-08-26
1
-9
/
+1
*
Split WebGraphicsContext3DCommandBufferImpl::initialize() into two stages.
husky@google.com
2011-08-26
1
-1
/
+9
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-18
/
+0
*
Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-0
/
+18
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-18
/
+0
*
Add option to not generate resources on bind in OpenGL ES
gman@chromium.org
2011-08-16
1
-1
/
+5
*
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
1
-1
/
+6
*
Implemented support for GL context share groups in the renderer process.I put...
apatrick@chromium.org
2011-08-03
1
-39
/
+24
*
Revert 94743 - Allow the renderer process to map textures from one context in...
jamesr@chromium.org
2011-07-30
1
-37
/
+32
*
Allow the renderer process to map textures from one context into another.
apatrick@chromium.org
2011-07-29
1
-32
/
+37
*
Removed vestigial GL_latch_CHROMIUM code.
apatrick@chromium.org
2011-07-27
1
-141
/
+1
*
Reland 93106 - Reparenting of RendererGLContexts supports going from no paren...
apatrick@chromium.org
2011-07-22
1
-0
/
+3
*
Revert 93106 - Reparenting of RendererGLContexts supports going from no paren...
apatrick@chromium.org
2011-07-20
1
-3
/
+0
*
Reparenting of RendererGLContexts supports going from no parent to having a p...
apatrick@chromium.org
2011-07-19
1
-0
/
+3
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-14
1
-3
/
+28
*
Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...
kbr@chromium.org
2011-07-13
1
-28
/
+3
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-13
1
-3
/
+28
*
Remove GpuVideoServiceHost and move ownership of GVDAHosts to CommandBufferPr...
vrk@google.com
2011-07-12
1
-1
/
+0
*
Make sure webkit compositor is not using ppapi backing texture ID after it ha...
reveman@google.com
2011-07-12
1
-2
/
+8
*
We were synchronously destroying the RendererGlContext transfer buffers while...
jbates@chromium.org
2011-07-07
1
-20
/
+18
*
GPU compositing surface handle is no longer sent to renderer process.
apatrick@chromium.org
2011-06-27
1
-17
/
+7
*
Add more trace events related to latch usage and to track RendererGlContext d...
jbates@chromium.org
2011-06-22
1
-0
/
+1
*
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
1
-31
/
+45
*
Add tracing for various functions significant in compositor startup
jamesr@chromium.org
2011-06-14
1
-12
/
+21
[next]