From 02e0de263eb784e19f23182652619a2f064d6dec Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Sat, 11 May 2002 08:38:25 +0000 Subject: another checkpoint of struct immediate replacement code --- src/mesa/tnl/t_vtx_exec.c | 4 ---- 1 file changed, 4 deletions(-) (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 8470d6ab35..b9eb5bde8d 100644 --- a/src/mesa/tnl/t_vtx_exec.c +++ b/src/mesa/tnl/t_vtx_exec.c @@ -184,10 +184,6 @@ static void copy_vertex( TNLcontext *tnl, GLuint n, GLfloat *dst ) } } -/* NOTE: This actually reads the copied vertices back from uncached - * memory. Could also use the counter/notify mechanism to populate - * tmp on the fly as vertices are generated. - */ static GLuint copy_wrapped_verts( TNLcontext *tnl, GLfloat (*tmp)[15] ) { GLuint ovf, i; -- cgit v1.2.3