summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vtx_exec.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2002-05-11 08:38:25 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2002-05-11 08:38:25 +0000
commit02e0de263eb784e19f23182652619a2f064d6dec (patch)
tree0fd4314f6e3b12da44ef102e8215c2b0095b97df /src/mesa/tnl/t_vtx_exec.c
parent002483e009e7c8610a5abfbf61a43694cb34e1d3 (diff)
another checkpoint of struct immediate replacement code
Diffstat (limited to 'src/mesa/tnl/t_vtx_exec.c')
-rw-r--r--src/mesa/tnl/t_vtx_exec.c4
1 files changed, 0 insertions, 4 deletions
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;