diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/tnl/t_vb_render.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_render.c b/src/mesa/tnl/t_vb_render.c index 7279dc17ba..462ebbda05 100644 --- a/src/mesa/tnl/t_vb_render.c +++ b/src/mesa/tnl/t_vb_render.c @@ -1,4 +1,4 @@ -/* $Id: t_vb_render.c,v 1.7 2001/01/08 04:09:42 keithw Exp $ */ +/* $Id: t_vb_render.c,v 1.8 2001/01/08 17:41:15 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -540,6 +540,7 @@ do { \ #define RESET_STIPPLE ctx->Driver.ResetLineStipple( ctx ) #define RESET_OCCLUSION ctx->OcclusionResult = GL_TRUE; +#define INIT(x) ctx->Driver.RenderPrimitive( ctx, x ) #define RENDER_TAB_QUALIFIER #define PRESERVE_VB_DEFS #include "t_vb_rendertmp.h" |