diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-09-06 20:00:41 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-09-06 20:00:41 +0000 |
commit | 040fd8f5670c8a4f73e0fe13f949681a23e6add8 (patch) | |
tree | 2d29451745ea7f86653f058bfc3afb897e5a31fe /src/gpu/gl/win | |
parent | 96a7a9623f7b00bacf502adb99d485f2b376d328 (diff) |
Rip out CSAA support
R=robertphillips@google.com
Author: bsalomon@google.com
Review URL: https://chromiumcodereview.appspot.com/23882009
git-svn-id: http://skia.googlecode.com/svn/trunk@11138 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl/win')
-rw-r--r-- | src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp b/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp index e6f1d1f81b..e9207b162a 100644 --- a/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp +++ b/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp @@ -180,9 +180,6 @@ const GrGLInterface* GrGLCreateNativeInterface() { WGL_SET_PROC(GetStringi) WGL_SET_PROC(GetUniformLocation); WGL_SET_PROC(LinkProgram); - if (extensions.has("GL_NV_framebuffer_multisample_coverage")) { - WGL_SET_PROC_SUFFIX(RenderbufferStorageMultisampleCoverage, NV); - } WGL_SET_PROC(ShaderSource); WGL_SET_PROC(StencilFuncSeparate); WGL_SET_PROC(StencilMaskSeparate); |