diff options
author | Keith Whitwell <[email protected]> | 2005-05-20 15:06:41 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-05-20 15:06:41 +0000 |
commit | 923515b3f81019c59aa4348b4dde8a0110b98b46 (patch) | |
tree | 3a989866afeda660946a4f4fcc424a029df4458f | |
parent | e3e8067db7f7dfdb36c4697687dc9026c9a2669b (diff) |
Re-enable X11 optimized triangle funcs.
-rw-r--r-- | src/mesa/drivers/x11/xm_tri.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/x11/xm_tri.c b/src/mesa/drivers/x11/xm_tri.c index 8b5c39392a9..2d04ced2b29 100644 --- a/src/mesa/drivers/x11/xm_tri.c +++ b/src/mesa/drivers/x11/xm_tri.c @@ -1435,7 +1435,6 @@ static swrast_tri_func get_triangle_func( GLcontext *ctx ) struct xmesa_renderbuffer *xrb = (struct xmesa_renderbuffer *) ctx->DrawBuffer->_ColorDrawBuffers[0][0]; - return NULL; #ifdef DEBUG triFuncName = NULL; #endif |