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

Unified Diff: chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc

Issue 2127001: Makes shader translation a runtime switch.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 months 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/ggl/ggl.cc ('k') | gpu/GLES2/gles2_command_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc
===================================================================
--- chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc (revision 47287)
+++ chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc (working copy)
@@ -40,6 +40,8 @@
context_ = ggl::CreateOffscreenContext(host, NULL, gfx::Size(1, 1));
if (!context_)
return false;
+ // TODO(gman): Remove this.
+ DisableShaderTranslation(context_);
return true;
}
« no previous file with comments | « chrome/renderer/ggl/ggl.cc ('k') | gpu/GLES2/gles2_command_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698