diff options
author | Keith Whitwell <[email protected]> | 2001-05-03 16:49:27 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-05-03 16:49:27 +0000 |
commit | 652a14a2153baf011a9347c6a8820e15ebf9aa2d (patch) | |
tree | ce3a82fb53dd3c0fba9391d627cbe727f49ef00e /src/mesa/drivers | |
parent | a03463303dce5526f9439f704b28625329bde554 (diff) |
fix for moebius infinite loop
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/common/t_dd_vbtmp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/common/t_dd_vbtmp.h b/src/mesa/drivers/common/t_dd_vbtmp.h index d0c7408a7c8..e5decb0b80d 100644 --- a/src/mesa/drivers/common/t_dd_vbtmp.h +++ b/src/mesa/drivers/common/t_dd_vbtmp.h @@ -1,4 +1,4 @@ -/* $Id: t_dd_vbtmp.h,v 1.13 2001/04/29 08:41:09 keithw Exp $ */ +/* $Id: t_dd_vbtmp.h,v 1.14 2001/05/03 16:49:28 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -519,6 +519,7 @@ static void TAG(emit)( GLcontext *ctx, GLuint start, GLuint end, #if (DO_XYZW) && (DO_RGBA) + #if (HAVE_PTEX_VERTICES) static GLboolean TAG(check_tex_sizes)( GLcontext *ctx ) { |