commit | c49d66b04e0014f6b3be8346e4e4906d6807eb2d | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 03 14:22:30 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 03 14:22:30 2011 +0000 |
tree | 62456e3613da930e828b9ac1e86aa8948a70c4f8 | |
parent | d32c5f564e4aa9ada2650e07d3856d5b21cd2138 [diff] [blame] |
Add glReadBuffer to GrGLInterface. Review URL: http://codereview.appspot.com/4841048/ git-svn-id: http://skia.googlecode.com/svn/trunk@2034 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/mesa/GrGLDefaultInterface_mesa.cpp b/gpu/src/mesa/GrGLDefaultInterface_mesa.cpp index 56f2cf7..c6be2df 100644 --- a/gpu/src/mesa/GrGLDefaultInterface_mesa.cpp +++ b/gpu/src/mesa/GrGLDefaultInterface_mesa.cpp
@@ -91,6 +91,7 @@ gDefaultInterface.fMatrixMode = glMatrixMode; gDefaultInterface.fPointSize = glPointSize; gDefaultInterface.fPixelStorei = glPixelStorei; + gDefaultInterface.fReadBuffer = glReadBuffer; gDefaultInterface.fReadPixels = glReadPixels; gDefaultInterface.fScissor = glScissor; gDefaultInterface.fShadeModel = glShadeModel;