From 7398272d4b43a42a57fd28a68194c5f6058696b3 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 31 Oct 2007 14:32:16 -0600 Subject: remove tnl/swrast code --- src/mesa/pipe/xlib/xmesaP.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/mesa/pipe/xlib/xmesaP.h') diff --git a/src/mesa/pipe/xlib/xmesaP.h b/src/mesa/pipe/xlib/xmesaP.h index 5796fddb168..b7c510280bf 100644 --- a/src/mesa/pipe/xlib/xmesaP.h +++ b/src/mesa/pipe/xlib/xmesaP.h @@ -569,17 +569,6 @@ XMESA_BUFFER(GLframebuffer *b) } -/* Plugged into the software rasterizer. Try to use internal - * swrast-style point, line and triangle functions. - */ -extern void xmesa_choose_point( GLcontext *ctx ); -extern void xmesa_choose_line( GLcontext *ctx ); -extern void xmesa_choose_triangle( GLcontext *ctx ); - - -extern void xmesa_register_swrast_functions( GLcontext *ctx ); - - #define ENABLE_EXT_texure_compression_s3tc 0 /* SW texture compression */ -- cgit v1.2.3