diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-12 00:51:48 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-12 00:51:48 +0000 |
commit | 491328e2de2e7b6b405943f676166e72b2a77784 (patch) | |
tree | 38de50c24815d3025a572783293bc875773c8a08 /chrome | |
parent | f57bb2865fa146140d27e64c68148b79724f2f35 (diff) | |
download | chromium_src-491328e2de2e7b6b405943f676166e72b2a77784.zip chromium_src-491328e2de2e7b6b405943f676166e72b2a77784.tar.gz chromium_src-491328e2de2e7b6b405943f676166e72b2a77784.tar.bz2 |
Add GL_CHROMIUM_resource_safe extension string
which means that the underlying OpenGL makes sure
buffers, textures and renderbuffers are cleared.
TEST=unit tests
BUG=none
Review URL: http://codereview.chromium.org/4844001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65883 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc b/chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc index 84204da..da74b3e 100644 --- a/chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc +++ b/chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc @@ -57,9 +57,6 @@ WebGraphicsContext3DCommandBufferImpl:: static const char* kWebGraphicsContext3DPerferredGLExtensions = "GL_OES_packed_depth_stencil " "GL_OES_depth24 " - "GL_CHROMIUM_copy_texture_to_parent_texture " - "GL_CHROMIUM_map_sub " - "GL_CHROMIUM_strict_attribs " "GL_CHROMIUM_webglsl"; bool WebGraphicsContext3DCommandBufferImpl::initialize( |