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
/
webkit
/
gpu
/
webgraphicscontext3d_in_process_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stronger synchronization for resize on osmesa.
backer@chromium.org
2012-01-25
1
-1
/
+2
*
Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storage
vangelis@chromium.org
2011-12-06
1
-0
/
+3
*
Update these includes to use the new header locations
abarth@chromium.org
2011-12-03
1
-1
/
+1
*
Enable GL_CHROMIUM_post_sub_buffer for osmesa
backer@chromium.org
2011-12-02
1
-1
/
+4
*
Added minimal support to command buffer for GL_ARB_texture_rectangle
kbr@chromium.org
2011-11-23
1
-0
/
+5
*
Allow GLSurface to indicate that it supports a specific extension.
backer@chromium.org
2011-11-22
1
-1
/
+1
*
Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.
backer@chromium.org
2011-11-11
1
-0
/
+6
*
Add entry points for compressed textures.
gman@chromium.org
2011-11-11
1
-0
/
+8
*
Removed old code related to unimplemented GL_CHROMIUM_copy_texture_to_parent_...
apatrick@chromium.org
2011-11-09
1
-8
/
+0
*
Expose gles2 bgra extensions when GL_EXT_bgra is supported
piman@chromium.org
2011-11-04
1
-4
/
+13
*
Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_...
nduca@chromium.org
2011-10-25
1
-3
/
+3
*
Allow specification of the share group in WebGraphicsContext3DInProcessImpl
piman@chromium.org
2011-10-15
1
-18
/
+20
*
Adding gl command to change surface visibility, so that the gpu process can a...
mmocny@chromium.org
2011-10-14
1
-0
/
+3
*
Support dynamic switching between integrated and discrete GPUs on Mac OS X.
kbr@chromium.org
2011-10-13
1
-2
/
+8
*
Add a call to GLContext::ReleaseCurrent(). Without this we seem to be leaking...
satish@chromium.org
2011-10-11
1
-0
/
+1
*
Allow a window to be passed to WebGraphicsContext3DInProcessImpl
piman@chromium.org
2011-10-10
1
-22
/
+43
*
Properly support BGRA textures on desktop GL
piman@chromium.org
2011-10-09
1
-0
/
+11
*
Release current context after initializing a WebGraphicsContext3DInProcessImpl
piman@chromium.org
2011-10-09
1
-0
/
+1
*
Create a GrGLInterface per-GrContext in Chrome. We do this so that its per-GL...
bsalomon@google.com
2011-09-06
1
-2
/
+2
*
Allow each WGC3D subclass to determine the correct GrGLInterface for its GrCo...
bsalomon@google.com
2011-08-29
1
-1
/
+6
*
Allow GraphicsContext3D to be created with a NULL WebView for offscreen
senorblanco@chromium.org
2011-08-16
1
-7
/
+4
*
Delete copy_texture_to_parent_texture from GPU command buffer code.
apatrick@chromium.org
2011-08-10
1
-23
/
+1
*
Add WebGraphicsContext support for readbacks from any framebuffer.
jbauman@chromium.org
2011-08-08
1
-7
/
+19
*
Removed vestigial GL_latch_CHROMIUM code.
apatrick@chromium.org
2011-07-27
1
-21
/
+0
*
Reland 93106 - Reparenting of RendererGLContexts supports going from no paren...
apatrick@chromium.org
2011-07-22
1
-0
/
+5
*
Reland 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-21
1
-0
/
+1
*
Allow creating a gpu channel that uses software rendering
jbauman@chromium.org
2011-07-21
1
-2
/
+4
*
Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...
leandrogracia@chromium.org
2011-07-21
1
-4
/
+2
*
Allow creating a gpu channel that uses software rendering
jbauman@chromium.org
2011-07-21
1
-2
/
+4
*
Revert 93106 - Reparenting of RendererGLContexts supports going from no paren...
apatrick@chromium.org
2011-07-20
1
-5
/
+0
*
Reparenting of RendererGLContexts supports going from no parent to having a p...
apatrick@chromium.org
2011-07-19
1
-0
/
+5
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-14
1
-0
/
+5
*
Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...
kbr@chromium.org
2011-07-13
1
-5
/
+0
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-13
1
-0
/
+5
*
Coverity: Handle a NULL input in WebGraphicsContext3DInProcessImpl::shaderSou...
thestig@chromium.org
2011-06-22
1
-1
/
+4
*
Automatically put all GL contexts associated with a particular GPU channel (a...
apatrick@chromium.org
2011-06-16
1
-4
/
+4
*
Hook up with Angle shader translator backend.
zmo@google.com
2011-06-14
1
-15
/
+6
*
Reland 87371 - Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-06-01
1
-9
/
+8
*
Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.
rsesek@chromium.org
2011-05-31
1
-8
/
+9
*
Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-05-31
1
-9
/
+8
*
GLContext no longer holds a pointer to a GLSurface.
apatrick@chromium.org
2011-05-23
1
-10
/
+29
*
Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-12
1
-5
/
+12
*
Drive compositor scheduling with the swapbuffers callback.
nduca@chromium.org
2011-05-12
1
-1
/
+0
*
Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...
antonm@chromium.org
2011-05-12
1
-12
/
+5
*
Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-12
1
-5
/
+12
*
Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-11
1
-12
/
+5
*
Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...
apatrick@chromium.org
2011-05-11
1
-5
/
+12
*
The skia bindings calls were not at a correct place to ensure that the host G...
twiz@chromium.org
2011-04-26
1
-0
/
+2
*
Call MakeCurrent at the appropriate place when
gman@chromium.org
2011-04-20
1
-0
/
+6
*
Fix the incorrect method name override.
jbates@chromium.org
2011-04-13
1
-2
/
+2
[next]