From ce656b6a0a103ae9cb41d509be353f0e661e3574 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 8 Jan 2001 21:55:59 +0000 Subject: Fixed 'IRound' to 'IROUND' in mmath.h Fixed fallback path for drawarrays/_tnl_hard_begin. Removed disabled debug code. --- src/mesa/main/mtypes.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 4cb966f7d2..f3a3a56b0a 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1,4 +1,4 @@ -/* $Id: mtypes.h,v 1.12 2001/01/08 04:09:41 keithw Exp $ */ +/* $Id: mtypes.h,v 1.13 2001/01/08 21:55:59 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -1576,13 +1576,14 @@ struct __GLcontextRec { /* Dither disable via MESA_NO_DITHER env var */ GLboolean NoDither; -#ifdef DEBUG GLboolean Rendering; -#endif #if defined(MESA_TRACE) struct _glapi_table *TraceDispatch; trace_context_t *TraceCtx; +#else + void *TraceDispatch; + void *TraceCtx; #endif /* Hooks for module contexts. These will eventually live -- cgit v1.2.3