X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fglx%2Fvertarr.c;h=066bf59f759a74d687a3c4a8f90745772d94688c;hb=79af30768d6cf8e28c7cf49f99fff6c2b2cb030b;hp=609cafac2b1f2a397397b7c2dbd33aaeca72575e;hpb=443a7e4e9a360acbc3e662c098be436f180bf81d;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