commit | 271cffc77bd2fcb3458559e509634442517ca1e9 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri May 20 14:13:56 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri May 20 14:13:56 2011 +0000 |
tree | 694551c3f27e547710ad5779dd010f486ee96e25 | |
parent | 3c14d0f3d1b467dc3776669b0fc48cb463a20d41 [diff] [blame] |
Add dual source blending support for proper blending with coverage. Review URL: http://codereview.appspot.com/4535088/ git-svn-id: http://skia.googlecode.com/svn/trunk@1390 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/mesa/GrGLDefaultInterface_mesa.cpp b/gpu/src/mesa/GrGLDefaultInterface_mesa.cpp index b494d76..0350c30 100644 --- a/gpu/src/mesa/GrGLDefaultInterface_mesa.cpp +++ b/gpu/src/mesa/GrGLDefaultInterface_mesa.cpp
@@ -174,6 +174,7 @@ // we must have FBOs return; } + GR_GL_GET_PROC(BindFragDataLocationIndexed); gDefaultInterface.fBindingsExported = kDesktop_GrGLBinding; gDefaultInterfaceInit = true;