summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Added context lost callback.amarinichev@google.com2011-02-021-0/+22
* Remove behind-the-flag outdated code in WebGraphicsContext's two implementati...zmo@google.com2011-01-281-1017/+0
* Refactor WebGraphicsContext3D to use WGC3D types which match corresponding GL...zmo@google.com2011-01-271-0/+980
* Revert 72807 - Refactor WebGraphicsContext3D to use WGC3D types which match c...mbelshe@chromium.org2011-01-271-1020/+0
* Refactor WebGraphicsContext3D to use WGC3D types which match corresponding GL...zmo@google.com2011-01-271-0/+1020
* Route IPC through browser when creating a viewable command buffer.backer@chromium.org2011-01-271-25/+1
* Add GL_CHROMIUM_framebuffer_multisample support to Chromium'skbr@chromium.org2011-01-261-0/+17
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Fix swapbuffers callback crashpiman@google.com2011-01-121-1/+10
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2011-01-051-0/+5
* Revert 69511 - Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-171-5/+0
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-171-0/+5
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-071-3/+3
* Exposed support for dynamically enabling extensions in command bufferkbr@google.com2010-12-061-1/+11
* Histogram GPU.WebGraphicsContext3D_Init_CanLoseContextscheib@chromium.org2010-12-021-2/+7
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-241-3/+3
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-241-3/+3
* Added ggl::IsCommandBufferContextLost that checks the state of the command bu...amarinichev@google.com2010-11-221-0/+4
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-181-5/+5
* Added glResizeCHRM to resize the drawable associated with the command buffer.gman@chromium.org2010-11-161-0/+2
* Add GL_CHROMIUM_resource_safe extension stringgman@chromium.org2010-11-121-3/+0
* Removed supports_extension and calling methods fromkbr@google.com2010-11-121-28/+0
* Implement getVertexAttribOffsetgman@chromium.org2010-11-111-3/+6
* Disable accelerated 2D canvas on DX9 by not initializing GraphicsContext3D if...scheib@google.com2010-11-101-0/+6
* - Relanding 61718.apatrick@chromium.org2010-11-091-1/+1
* Advertise the GL_CHROMIUM_copy_texture_to_parent_texture andkbr@google.com2010-11-031-0/+2
* Turn off buffer bounds checking on the WebGLRenderingContext side - command b...zmo@google.com2010-10-281-1/+1
* Revert 63535 - Disable GPU features AcceleratingCompositing and WebGL by defa...enne@chromium.org2010-10-221-2/+2
* Disable GPU features AcceleratingCompositing and WebGL by default.enne@chromium.org2010-10-221-2/+2
* Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%...stoyan@chromium.org2010-10-211-1/+1
* Relanding 61718.apatrick@chromium.org2010-10-211-1/+1
* Changes WebGL to rely on the command buffergman@chromium.org2010-10-201-7/+4
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-4/+12
* Made RenderView keep track of the fake plugin window handles itkbr@google.com2010-10-141-3/+9
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-0/+3
* Revert 61718 - GPU process terminates on hang.mnissler@chromium.org2010-10-071-3/+2
* GPU process terminates on hang.apatrick@chromium.org2010-10-061-2/+3
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-011-4/+39
* Removed now-obsoletekbr@google.com2010-09-251-8/+0
* Deleted WebGLES2ContextImpl and references to it and WebGLES2Context.kbr@google.com2010-09-211-34/+1
* Added code path to WebGraphicsContext3DCommandBufferImpl to supportkbr@google.com2010-09-201-8/+76
* Added implementations of entry points which will shortly be addedkbr@google.com2010-09-161-0/+56
* Enable webgl and accelerated compositing by default on all platforms. Removesvangelis@chromium.org2010-09-081-2/+2
* Back out r58711. It appears to have caused video/media-related ui_testsmark@chromium.org2010-09-071-2/+2
* Turning WebGL and the accelerated compositor on by default (linux and windows...vangelis@chromium.org2010-09-071-2/+2
* Add way to create a texture in parent's context and copy into itjamesr@chromium.org2010-08-281-0/+23
* Break isGLES2Compliant() flag into multiple ones.zmo@google.com2010-08-191-0/+12
* Check for the GL_EXT_read_format_bgra extension, now that the command buffer ...senorblanco@google.com2010-08-121-4/+2
* Add support for BGRA pixel format to the command buffer implementation of Web...senorblanco@google.com2010-08-111-0/+21
* Enable GLSL shader translator by default. With this change, Chrome'skbr@google.com2010-08-111-1/+1