diff options
author | Brian <[email protected]> | 2007-10-31 14:32:16 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-31 14:32:16 -0600 |
commit | 7398272d4b43a42a57fd28a68194c5f6058696b3 (patch) | |
tree | ebc561e7643c805afdfcb17708817893d502a534 /src/mesa/pipe/xlib/xmesaP.h | |
parent | 751d7a74ca00df44dbefee628b2a305e68638479 (diff) |
remove tnl/swrast code
Diffstat (limited to 'src/mesa/pipe/xlib/xmesaP.h')
-rw-r--r-- | src/mesa/pipe/xlib/xmesaP.h | 11 |
1 files changed, 0 insertions, 11 deletions
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 */ |