Index: server/radeon_dri.c =================================================================== RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/radeon/server/radeon_dri.c,v retrieving revision 1.15 diff -u -r1.15 radeon_dri.c --- server/radeon_dri.c 9 Dec 2004 00:18:59 -0000 1.15 +++ server/radeon_dri.c 4 Mar 2005 21:48:30 -0000 @@ -14,6 +14,8 @@ #include #include +#include "glheader.h" + #include "driver.h" #include "drm.h" @@ -976,7 +978,7 @@ pSAREAPriv->pfState = info->page_flip_enable; } - +#if !defined(__ia64_) && !defined(__powerpc__) /* Quick hack to clear the front & back buffers. Could also use * the clear ioctl to do this, but would need to setup hw state * first. @@ -988,6 +990,7 @@ memset((char *)ctx->FBAddress + info->backOffset, 0, info->backPitch * ctx->cpp * ctx->shared.virtualHeight ); +#endif /* This is the struct passed to radeon_dri.so for its initialization */