Split incompatible MSAA extensions.
This splits the commandbuffer client interfaces for extensions in the style of
GL_EXT_framebuffer_multisample (explicit resolve with glBlitFramebuffer)
vs. multisampled_render_to_texture.
glBlitFramebufferEXT() is also renamed to glBlitFrambufferCHROMIUM simply
to make it obvious that it is to be used with
glRenderbufferStorageMultisampleCHROMIUM rather than glRenderbufferStorageMultisampleEXT.
BUG=314214
[email protected], [email protected], [email protected]
[email protected]
Review URL: https://codereview.chromium.org/63583002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234853 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index d10d2318..ce9bc5e 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -43,6 +43,7 @@
'SK_ENABLE_LEGACY_API_ALIASING=1',
'SK_ATTR_DEPRECATED=SK_NOTHING_ARG1',
'SK_SUPPORT_LEGACY_COLORTYPE=1',
+ 'GR_GL_IGNORE_ES3_MSAA=0',
],
'default_font_cache_limit%': '(20*1024*1024)',