diff options
author | Keith Whitwell <[email protected]> | 2002-05-11 08:38:25 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2002-05-11 08:38:25 +0000 |
commit | 02e0de263eb784e19f23182652619a2f064d6dec (patch) | |
tree | 0fd4314f6e3b12da44ef102e8215c2b0095b97df /src/mesa/tnl/t_vtx_exec.c | |
parent | 002483e009e7c8610a5abfbf61a43694cb34e1d3 (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.c | 4 |
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 8470d6ab35a..b9eb5bde8db 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; |