X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fglx%2Fsinglepix.c;h=f5ebf4dfdbf7124337f5bf6ce342c7212038fc4b;hb=64644ec3b21884d4a974fa29087fa98c4ed9e112;hp=c4010d79bd09ee6fcb7db4c04c38ba2921cfe3f1;hpb=23215ef4d60a86d9f3b3fdc08e3fdadc59e98890;p=mesa.git diff --git a/src/glx/singlepix.c b/src/glx/singlepix.c index c4010d79bd0..f5ebf4dfdbf 100644 --- a/src/glx/singlepix.c +++ b/src/glx/singlepix.c @@ -119,7 +119,7 @@ void NAME(_gloffset_GetSeparableFilter) (GLenum target, GLenum format, { __GLXcontext *const gc = __glXGetCurrentContext(); -#if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL) +#ifdef GLX_DIRECT_RENDERING if (gc->driContext) { CALL_GetSeparableFilter(GET_DISPATCH(), (target, format, type, row, column, span));