Index: src/gpu/gl/GrGLUtil.h |
=================================================================== |
--- src/gpu/gl/GrGLUtil.h (revision 9286) |
+++ src/gpu/gl/GrGLUtil.h (working copy) |
@@ -89,6 +89,8 @@ |
void GrGLClearErr(const GrGLInterface* gl); |
+int getMesaGLVersion(const int mesaMajorVersion, int* major, int* minor); |
+ |
//////////////////////////////////////////////////////////////////////////////// |
/** |