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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 6373013: Fix for jankiness in some accelerated 2D canvas demos: If there is already a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « no previous file | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/build_gles2_cmd_buffer.py
===================================================================
--- gpu/command_buffer/build_gles2_cmd_buffer.py (revision 72652)
+++ gpu/command_buffer/build_gles2_cmd_buffer.py (working copy)
@@ -1582,6 +1582,7 @@
'GLsizei stride, GLuint offset',
},
'CopyTextureToParentTextureCHROMIUM': {
+ 'impl_func': False,
'decoder_func': 'DoCopyTextureToParentTextureCHROMIUM',
'unit_test': False,
'extension': True,
@@ -5324,7 +5325,7 @@
else:
arg = context_arg
file.Write("%s %s(%s) {\n" % (func.return_type, func.name, arg))
-
+
file.Write(""" scoped_refptr<PPB_Context3D_Impl> context =
Resource::GetAs<PPB_Context3D_Impl>(context_id);
""")
« no previous file with comments | « no previous file | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698