From 738f501f731d9b03a1ff130381ea087c05a7ad40 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 16 Nov 2005 01:58:19 +0000 Subject: Replace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_END --- src/mesa/tnl/t_vtx_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/tnl/t_vtx_exec.c') diff --git a/src/mesa/tnl/t_vtx_exec.c b/src/mesa/tnl/t_vtx_exec.c index b296e439d2..3705a5c96a 100644 --- a/src/mesa/tnl/t_vtx_exec.c +++ b/src/mesa/tnl/t_vtx_exec.c @@ -248,7 +248,7 @@ static GLuint _tnl_copy_vertices( GLcontext *ctx ) for (i = 0 ; i < ovf ; i++) _mesa_memcpy( dst+i*sz, src+(nr-ovf+i)*sz, sz * sizeof(GLfloat) ); return i; - case GL_POLYGON+1: + case PRIM_OUTSIDE_BEGIN_END: return 0; default: assert(0); -- cgit v1.2.3