Index: src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp |
=================================================================== |
--- src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp (revision 8892) |
+++ src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp (working copy) |
@@ -134,6 +134,7 @@ |
if (NULL == interface->fTexStorage2D) { |
GR_GL_GET_PROC_SUFFIX(TexStorage2D, EXT); |
} |
+ GR_GL_GET_PROC_SUFFIX(DiscardFramebuffer, EXT); |
GR_GL_GET_PROC(TexSubImage2D); |
GR_GL_GET_PROC(Uniform1f); |
GR_GL_GET_PROC(Uniform1i); |