Browse Source

Add call to Driver.RenderPrimitive()

tags/mesa_3_5
Keith Whitwell 24 years ago
parent
commit
d7fc376de8
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/mesa/tnl/t_vb_render.c

+ 2
- 1
src/mesa/tnl/t_vb_render.c View File

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

Loading…
Cancel
Save