summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_fixup.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-03-31 23:47:31 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-03-31 23:47:31 +0000
commitdc27b33fb46b6419e2f3075af9733077909387b4 (patch)
tree1e1eba4c92f592e0f6775b576a531e9ff2eaebbb /src/mesa/tnl/t_imm_fixup.h
parentd78c57e8b545685e3e239b9259821dda229da5f8 (diff)
Remove dead code.
Replace blocks of per-attribute code with for-loops. New comments/docs.
Diffstat (limited to 'src/mesa/tnl/t_imm_fixup.h')
-rw-r--r--src/mesa/tnl/t_imm_fixup.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/tnl/t_imm_fixup.h b/src/mesa/tnl/t_imm_fixup.h
index 7ffcb1ebc8..a2121bb8c9 100644
--- a/src/mesa/tnl/t_imm_fixup.h
+++ b/src/mesa/tnl/t_imm_fixup.h
@@ -1,5 +1,3 @@
-/* $Id: t_imm_fixup.h,v 1.7 2003/03/31 18:19:57 brianp Exp $ */
-
/*
* Mesa 3-D graphics library
* Version: 5.1
@@ -34,15 +32,9 @@
extern void _tnl_fixup_1ub( GLubyte *data, GLuint flag[],
GLuint start, GLuint match );
-extern void _tnl_fixup_1f( GLfloat *data, GLuint flag[],
- GLuint start, GLuint match );
-
extern void _tnl_fixup_1ui( GLuint *data, GLuint flag[],
GLuint start, GLuint match );
-extern void _tnl_fixup_3f( GLfloat data[][3], const GLuint flag[],
- GLuint start, GLuint match );
-
extern void _tnl_fixup_4f( GLfloat data[][4], const GLuint flag[],
GLuint start, GLuint match );