#include "macros.h"
#include "renderbuffer.h"
#include "teximage.h"
+#if 0
#include "swrast/swrast.h"
#include "swrast_setup/swrast_setup.h"
+#endif
#include "vbo/vbo.h"
#if 0
#include "tnl/tnl.h"
/* Initialize the software rasterizer and helper modules.
*/
+#if 0
if (!_swrast_CreateContext( mesaCtx )
#if 0
|| !_vbo_CreateContext( mesaCtx ) ||
_mesa_free(c);
return NULL;
}
+#endif
#if 0
/* tnl setup */
st_create_context( mesaCtx,
xmesa_create_softpipe( c ) );
+#if 0
_swsetup_CreateContext( mesaCtx );
_swsetup_Wakeup(mesaCtx);
+#endif
/* override these functions, as if the xlib driver were derived from
* the softpipe driver.
FXdestroyContext( XMESA_BUFFER(mesaCtx->DrawBuffer) );
#endif
+#if 0
_swsetup_DestroyContext( mesaCtx );
_swrast_DestroyContext( mesaCtx );
+#endif
#if 0
_tnl_DestroyContext( mesaCtx );
_vbo_DestroyContext( mesaCtx );