From 3a590805d17579dc4a4744aa448208a1bb77ba0f Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Wed, 14 Apr 2004 08:25:57 +0000 Subject: disable under _SOLO build --- src/mesa/drivers/dri/r200/r200_ioctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/r200/r200_ioctl.c') diff --git a/src/mesa/drivers/dri/r200/r200_ioctl.c b/src/mesa/drivers/dri/r200/r200_ioctl.c index edb6079d7e..838a1dd518 100644 --- a/src/mesa/drivers/dri/r200/r200_ioctl.c +++ b/src/mesa/drivers/dri/r200/r200_ioctl.c @@ -782,6 +782,7 @@ void r200Finish( GLcontext *ctx ) * the kernel data structures, and the current context to get the * device fd. */ +#ifndef _SOLO void *r200AllocateMemoryMESA(Display *dpy, int scrn, GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority) @@ -888,7 +889,7 @@ GLuint r200GetMemoryOffsetMESA(Display *dpy, int scrn, const GLvoid *pointer) return card_offset - rmesa->r200Screen->gart_base; } - +#endif GLboolean r200IsGartMemory( r200ContextPtr rmesa, const GLvoid *pointer, GLint size ) -- cgit v1.2.3