Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Unified Diff: gpu/command_buffer/service/feature_info.cc

Issue 4268004: Properly advertise GL_CHROMIUM_copy_texture_to_parent_texture extension.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/feature_info.cc
===================================================================
--- gpu/command_buffer/service/feature_info.cc (revision 64864)
+++ gpu/command_buffer/service/feature_info.cc (working copy)
@@ -95,6 +95,10 @@
AddExtensionString("GL_CHROMIUM_map_sub");
}
+ if (ext.Desire("GL_CHROMIUM_copy_texture_to_parent_texture")) {
+ AddExtensionString("GL_CHROMIUM_copy_texture_to_parent_texture");
+ }
+
// Only turn this feature on if it is requested. Not by default.
if (desired_features && ext.Desire("GL_CHROMIUM_strict_attribs")) {
AddExtensionString("GL_CHROMIUM_strict_attribs");
« no previous file with comments | « chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698