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

Unified Diff: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h

Issue 299043003: Adding bindless variants mailbox produce/consume (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
index a74d58ca09c9d836990fb8d579d74f9e3fe0d0ac..af453af82f33aaadb05b89e25e9f637c271c1ebc 100644
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
@@ -597,8 +597,12 @@ class WebGraphicsContext3DCommandBufferImpl
virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox);
virtual void produceTextureCHROMIUM(WGC3Denum target,
const WGC3Dbyte* mailbox);
+ virtual void produceTextureBindlessCHROMIUM(WebGLId texture, WGC3Denum target,
piman 2014/05/22 21:53:58 nit: you'll also need these in WebGraphicsContext3
+ const WGC3Dbyte* mailbox);
virtual void consumeTextureCHROMIUM(WGC3Denum target,
const WGC3Dbyte* mailbox);
+ virtual WebGLId createAndConsumeTextureCHROMIUM(WGC3Denum target,
+ const WGC3Dbyte* mailbox);
virtual void insertEventMarkerEXT(const WGC3Dchar* marker);
virtual void pushGroupMarkerEXT(const WGC3Dchar* marker);
« no previous file with comments | « no previous file | content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc » ('j') | gpu/GLES2/gl2extchromium.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698