tnl->Driver.RunPipeline = _tnl_run_pipeline;
#endif
+#if 0
/* swrast setup */
xmesa_register_swrast_functions( mesaCtx );
-
+#endif
st_create_context( mesaCtx,
xmesa_create_softpipe( c ) );
_SWRAST_NEW_RASTERMASK)
+#if 0
/**
* Extend the software rasterizer with our line/point/triangle
* functions.
swrast->InvalidateLineMask |= XMESA_NEW_LINE;
swrast->InvalidateTriangleMask |= XMESA_NEW_TRIANGLE;
}
+#endif
pipe/xlib/xm_api.c \
pipe/xlib/xm_buffer.c \
pipe/xlib/xm_dd.c \
- pipe/xlib/xm_line.c \
pipe/xlib/xm_winsys.c \
pipe/xlib/xm_span.c \
- pipe/xlib/xm_surface.c \
- pipe/xlib/xm_tri.c
+ pipe/xlib/xm_surface.c
OSMESA_DRIVER_SOURCES = \
drivers/osmesa/osmesa.c