diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 12:15:10 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 12:15:10 +0000 |
commit | aa8be181b085366e165c8fdcbf0f951f094d2b45 (patch) | |
tree | 4a97e75ab8d68a26e48749e3c1394e6f397c26f5 /gpu/command_buffer/service | |
parent | 94741f033be369b57e0d1d879add0b8da0dff8ba (diff) | |
download | chromium_src-aa8be181b085366e165c8fdcbf0f951f094d2b45.zip chromium_src-aa8be181b085366e165c8fdcbf0f951f094d2b45.tar.gz chromium_src-aa8be181b085366e165c8fdcbf0f951f094d2b45.tar.bz2 |
Remove always-on compositor capabilities
All context implementations the compositor uses support the following
capabilities:
- discard_backbuffer
- set_visibility
- map_sub
- shallow_flush
so there's no point in passing these values or, even worse, branching
on them.
R=piman
Review URL: https://codereview.chromium.org/94113004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/service')
-rw-r--r-- | gpu/command_buffer/service/feature_info.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gpu/command_buffer/service/feature_info.cc b/gpu/command_buffer/service/feature_info.cc index 57db99b..c9f0733 100644 --- a/gpu/command_buffer/service/feature_info.cc +++ b/gpu/command_buffer/service/feature_info.cc @@ -237,14 +237,12 @@ void FeatureInfo::InitializeFeatures() { AddExtensionString("GL_CHROMIUM_command_buffer_query"); AddExtensionString("GL_CHROMIUM_command_buffer_latency_query"); AddExtensionString("GL_CHROMIUM_copy_texture"); - AddExtensionString("GL_CHROMIUM_discard_backbuffer"); AddExtensionString("GL_CHROMIUM_get_error_query"); AddExtensionString("GL_CHROMIUM_lose_context"); AddExtensionString("GL_CHROMIUM_pixel_transfer_buffer_object"); AddExtensionString("GL_CHROMIUM_rate_limit_offscreen_context"); AddExtensionString("GL_CHROMIUM_resize"); AddExtensionString("GL_CHROMIUM_resource_safe"); - AddExtensionString("GL_CHROMIUM_set_visibility"); AddExtensionString("GL_CHROMIUM_strict_attribs"); AddExtensionString("GL_CHROMIUM_stream_texture"); AddExtensionString("GL_CHROMIUM_texture_mailbox"); |