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

Unified Diff: mojo/gles2/gles2_impl.cc

Issue 1349233002: Mandoline: Enable more GL commands which are used by WebGL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review issue Created 5 years, 3 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 | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gles2/gles2_impl.cc
diff --git a/mojo/gles2/gles2_impl.cc b/mojo/gles2/gles2_impl.cc
index 1bb41e07837674a4ef4e0430f461b16a0f6aa2c2..448e6c465660e4c300cc42caf3cc163233c78ecd 100644
--- a/mojo/gles2/gles2_impl.cc
+++ b/mojo/gles2/gles2_impl.cc
@@ -92,15 +92,7 @@ void* MojoGLES2GetContextSupport(MojoGLES2Context context) {
return g_gpu_interface.Get().Get()->Function ARGUMENTS; \
}
#include "mojo/public/c/gles2/gles2_call_visitor_autogen.h"
-#include "mojo/public/c/gles2/gles2_call_visitor_chromium_copy_texture_autogen.h"
-#include "mojo/public/c/gles2/gles2_call_visitor_chromium_framebuffer_multisample_autogen.h"
-#include "mojo/public/c/gles2/gles2_call_visitor_chromium_image_autogen.h"
-#include "mojo/public/c/gles2/gles2_call_visitor_chromium_miscellaneous_autogen.h"
-#include "mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h"
-#include "mojo/public/c/gles2/gles2_call_visitor_chromium_sub_image_autogen.h"
-#include "mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h"
-#include "mojo/public/c/gles2/gles2_call_visitor_chromium_texture_mailbox_autogen.h"
-#include "mojo/public/c/gles2/gles2_call_visitor_occlusion_query_ext_autogen.h"
+#include "mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h"
#undef VISIT_GL_CALL
} // extern "C"
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698