Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / glx / render2.c
index a33c2cf19bf30386ec4a8a45950b6f79e7993501..3dfee7c4651ac69778e5a0d0df4020e77e7b189b 100644 (file)
@@ -28,6 +28,8 @@
  * Silicon Graphics, Inc.
  */
 
+#ifndef GLX_USE_APPLEGL
+
 #include "packrender.h"
 #include "indirect.h"
 #include "indirect_size.h"
@@ -379,3 +381,5 @@ __indirect_glDisable(GLenum cap)
    __GLX_PUT_LONG(4, cap);
    __GLX_END(8);
 }
+
+#endif