omit X point/line/triangle routines
authorBrian <brian.paul@tungstengraphics.com>
Wed, 31 Oct 2007 20:22:49 +0000 (14:22 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 31 Oct 2007 20:22:49 +0000 (14:22 -0600)
src/mesa/pipe/xlib/xm_api.c
src/mesa/pipe/xlib/xm_dd.c
src/mesa/sources

index 08c98ea..3632390 100644 (file)
@@ -1615,9 +1615,10 @@ XMesaContext XMesaCreateContext( XMesaVisual v, XMesaContext share_list )
    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 ) );
index 8ae243a..88ac0e5 100644 (file)
@@ -1121,6 +1121,7 @@ xmesa_init_driver_functions( XMesaVisual xmvisual,
                             _SWRAST_NEW_RASTERMASK)
 
 
+#if 0
 /**
  * Extend the software rasterizer with our line/point/triangle
  * functions.
@@ -1139,3 +1140,4 @@ void xmesa_register_swrast_functions( GLcontext *ctx )
    swrast->InvalidateLineMask |= XMESA_NEW_LINE;
    swrast->InvalidateTriangleMask |= XMESA_NEW_TRIANGLE;
 }
+#endif
index 312e484..c5c07cf 100644 (file)
@@ -334,11 +334,9 @@ X11_DRIVER_SOURCES =               \
        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