X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fglx%2Fvertarr.c;h=066bf59f759a74d687a3c4a8f90745772d94688c;hb=60a5d024164e26b003c491e54392b43f1a3b40cd;hp=609cafac2b1f2a397397b7c2dbd33aaeca72575e;hpb=695cc370a280a637f411f5ff3877b3fd1c05e424;p=mesa.git diff --git a/src/glx/vertarr.c b/src/glx/vertarr.c index 609cafac2b1..066bf59f759 100644 --- a/src/glx/vertarr.c +++ b/src/glx/vertarr.c @@ -32,6 +32,7 @@ #include "indirect.h" #include "indirect_vertex_array.h" +#ifndef GLX_USE_APPLEGL /*****************************************************************************/ @@ -210,3 +211,5 @@ __indirect_glInterleavedArrays(GLenum format, GLsizei stride, trueStride, (const char *) pointer + offsets[3]); } + +#endif