| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -6/+6 |
* | webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors. | thakis@chromium.org | 2011-11-11 | 2 | -1/+3 |
* | Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer. | backer@chromium.org | 2011-11-11 | 4 | -0/+13 |
* | Add entry points for compressed textures. | gman@chromium.org | 2011-11-11 | 4 | -0/+52 |
* | Removed old code related to unimplemented GL_CHROMIUM_copy_texture_to_parent_... | apatrick@chromium.org | 2011-11-09 | 2 | -11/+0 |
* | Expose gles2 bgra extensions when GL_EXT_bgra is supported | piman@chromium.org | 2011-11-04 | 1 | -4/+13 |
* | Make LazyInstance managed Locks leaky. | thestig@chromium.org | 2011-11-01 | 1 | -6/+5 |
* | Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_... | nduca@chromium.org | 2011-10-25 | 4 | -7/+12 |
* | Only depend on translator_glsl | piman@chromium.org | 2011-10-22 | 1 | -1/+0 |
* | Adding new virtual method setVisibility(bool) to WebGraphicsContext3DInProces... | mmocny@chromium.org | 2011-10-19 | 2 | -0/+6 |
* | Last straw for translated_shader_source extension. | zmo@google.com | 2011-10-17 | 2 | -0/+26 |
* | Allow specification of the share group in WebGraphicsContext3DInProcessImpl | piman@chromium.org | 2011-10-15 | 2 | -19/+26 |
* | Adding gl command to change surface visibility, so that the gpu process can a... | mmocny@chromium.org | 2011-10-14 | 2 | -0/+5 |
* | Support dynamic switching between integrated and discrete GPUs on Mac OS X. | kbr@chromium.org | 2011-10-13 | 2 | -12/+36 |
* | 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 | 2 | -23/+51 |
* | 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 |
* | Add an additional feature to GLES2DecoderImpl that is used to force the conte... | twiz@chromium.org | 2011-10-03 | 1 | -10/+5 |
* | Add locks around the g_all_shared_contexts set and the GLES2Decoder | jamesr@chromium.org | 2011-09-29 | 1 | -1/+14 |
* | Add std prefix for find(). | zhenghao@google.com | 2011-09-22 | 1 | -1/+1 |
* | Code cleanup: rename DisallowedExtensions to DisallowedFeature. | zmo@google.com | 2011-09-22 | 1 | -1/+1 |
* | Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler... | apatrick@chromium.org | 2011-09-20 | 1 | -46/+59 |
* | Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler... | rsimha@chromium.org | 2011-09-16 | 1 | -60/+53 |
* | Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom... | apatrick@chromium.org | 2011-09-16 | 1 | -53/+60 |
* | Create a GrGLInterface per-GrContext in Chrome. We do this so that its per-GL... | bsalomon@google.com | 2011-09-06 | 4 | -6/+8 |
* | Remove support for switching draw surfaces on a context.This was originally i... | apatrick@chromium.org | 2011-09-02 | 1 | -1/+0 |
* | Allow each WGC3D subclass to determine the correct GrGLInterface for its GrCo... | bsalomon@google.com | 2011-08-29 | 4 | -2/+21 |
* | Use 3D graphics context shareResources flag to decide whether a context shoul... | apatrick@chromium.org | 2011-08-27 | 1 | -12/+8 |
* | Unify MacOS resizing path with glResizeCHROMIUM. | nduca@chromium.org | 2011-08-22 | 1 | -46/+1 |
* | Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM. | nduca@chromium.org | 2011-08-22 | 1 | -1/+46 |
* | Unify MacOS resizing path with glResizeCHROMIUM. | nduca@chromium.org | 2011-08-22 | 1 | -46/+1 |
* | Allow GraphicsContext3D to be created with a NULL WebView for offscreen | senorblanco@chromium.org | 2011-08-16 | 2 | -8/+5 |
* | Add option to not generate resources on bind in OpenGL ES | gman@chromium.org | 2011-08-16 | 1 | -2/+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 | 2 | -30/+3 |
* | Add WebGraphicsContext support for readbacks from any framebuffer. | jbauman@chromium.org | 2011-08-08 | 4 | -13/+38 |
* | Implemented support for GL context share groups in the renderer process.I put... | apatrick@chromium.org | 2011-08-03 | 1 | -48/+54 |
* | Expose SwapBuffersCallback to WebGraphicsContext3D | nduca@chromium.org | 2011-08-02 | 1 | -0/+4 |
* | Revert 94775 - Implemented MapExternalResource for DumpRenderTree. | zmo@google.com | 2011-07-29 | 1 | -63/+1 |
* | Implemented MapExternalResource for DumpRenderTree. | apatrick@chromium.org | 2011-07-29 | 1 | -1/+63 |
* | Removed vestigial GL_latch_CHROMIUM code. | apatrick@chromium.org | 2011-07-27 | 4 | -212/+0 |
* | Reland 93106 - Reparenting of RendererGLContexts supports going from no paren... | apatrick@chromium.org | 2011-07-22 | 4 | -0/+14 |
* | Reland 93066 - Execute all GL commands up to the put offset reported by a eac... | apatrick@chromium.org | 2011-07-21 | 2 | -11/+7 |
* | Allow creating a gpu channel that uses software rendering | jbauman@chromium.org | 2011-07-21 | 2 | -2/+6 |
* | Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu... | leandrogracia@chromium.org | 2011-07-21 | 2 | -6/+2 |
* | Allow creating a gpu channel that uses software rendering | jbauman@chromium.org | 2011-07-21 | 2 | -2/+6 |
* | Revert 93106 - Reparenting of RendererGLContexts supports going from no paren... | apatrick@chromium.org | 2011-07-20 | 4 | -14/+0 |
* | Revert 93066 - Execute all GL commands up to the put offset reported by a eac... | apatrick@chromium.org | 2011-07-20 | 1 | -6/+12 |
* | Reparenting of RendererGLContexts supports going from no parent to having a p... | apatrick@chromium.org | 2011-07-19 | 4 | -0/+14 |