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

Unified Diff: webkit/common/gpu/gl_bindings_skia_cmd_buffer.cc

Issue 18492005: Add GL_EXT_multisampled_render_to_texture support to command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved ahead to TOT Created 7 years, 5 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 | « ui/gl/gl_bindings_skia_in_process.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/gpu/gl_bindings_skia_cmd_buffer.cc
diff --git a/webkit/common/gpu/gl_bindings_skia_cmd_buffer.cc b/webkit/common/gpu/gl_bindings_skia_cmd_buffer.cc
index 689df58ef3d8510c4f8201e1f9ed8d55b46bf8a7..6ce1a050f223359673780fb385c792a821ceb8ae 100644
--- a/webkit/common/gpu/gl_bindings_skia_cmd_buffer.cc
+++ b/webkit/common/gpu/gl_bindings_skia_cmd_buffer.cc
@@ -112,6 +112,8 @@ GrGLInterface* CreateCommandBufferSkiaGLBinding() {
interface->fDeleteRenderbuffers = glDeleteRenderbuffers;
interface->fFramebufferRenderbuffer = glFramebufferRenderbuffer;
interface->fFramebufferTexture2D = glFramebufferTexture2D;
+ interface->fFramebufferTexture2DMultisample =
+ glFramebufferTexture2DMultisampleEXT;
interface->fGenFramebuffers = glGenFramebuffers;
interface->fGenRenderbuffers = glGenRenderbuffers;
interface->fGetFramebufferAttachmentParameteriv =
« no previous file with comments | « ui/gl/gl_bindings_skia_in_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698