Re-enable X11 optimized triangle funcs.

This commit is contained in:
Keith Whitwell 2005-05-20 15:06:41 +00:00
parent e3e8067db7
commit 923515b3f8

View file

@ -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