From 8415686ea22bc9165720590261581ff997f2eb7a Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Sat, 13 Jan 2001 07:13:28 +0000 Subject: Use correct pv in swrast lines routines --- src/mesa/swrast/s_context.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/mesa/swrast/s_context.c') diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index a1e30f5ccc..d02ef22442 100644 --- a/src/mesa/swrast/s_context.c +++ b/src/mesa/swrast/s_context.c @@ -1,4 +1,4 @@ -/* $Id: s_context.c,v 1.9 2000/12/27 19:57:37 keithw Exp $ */ +/* $Id: s_context.c,v 1.10 2001/01/13 07:13:28 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -350,6 +350,11 @@ _swrast_Quad( GLcontext *ctx, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2, const SWvertex *v3 ) { +/* fprintf(stderr, "%s\n", __FUNCTION__); */ +/* _swrast_print_vertex( ctx, v0 ); */ +/* _swrast_print_vertex( ctx, v1 ); */ +/* _swrast_print_vertex( ctx, v2 ); */ +/* _swrast_print_vertex( ctx, v3 ); */ SWRAST_CONTEXT(ctx)->Quad( ctx, v0, v1, v2, v3 ); } @@ -387,13 +392,6 @@ _swrast_InvalidateState( GLcontext *ctx, GLuint new_state ) SWRAST_CONTEXT(ctx)->InvalidateState( ctx, new_state ); } - -GLuint * -_swrast_get_stipple_counter_ref( GLcontext *ctx ) -{ - return &SWRAST_CONTEXT(ctx)->StippleCounter; -} - void _swrast_ResetLineStipple( GLcontext *ctx ) { -- cgit v1.2.3