diff options
author | Keith Whitwell <[email protected]> | 2005-02-10 10:57:22 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-02-10 10:57:22 +0000 |
commit | b97e478fe90f612041e27852eb8c95f45467bde8 (patch) | |
tree | 944adbe75c4027772cc1208c4ba35c60d1480148 /src/mesa/tnl/t_vb_texgen.c | |
parent | a9a4c5489ec12f6aa768d44578c332f654c536ea (diff) |
mesa-tnl-0-to-NULL.patch from Jeff Muizelaar
Diffstat (limited to 'src/mesa/tnl/t_vb_texgen.c')
-rw-r--r-- | src/mesa/tnl/t_vb_texgen.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/tnl/t_vb_texgen.c b/src/mesa/tnl/t_vb_texgen.c index a2912cf7af3..3cdd2341a19 100644 --- a/src/mesa/tnl/t_vb_texgen.c +++ b/src/mesa/tnl/t_vb_texgen.c @@ -161,8 +161,8 @@ typedef void (*build_m_func)( GLfloat f[][3], static build_m_func build_m_tab[5] = { - 0, - 0, + NULL, + NULL, build_m2, build_m3, build_m3 @@ -238,8 +238,8 @@ typedef void (*build_f_func)( GLfloat *f, /* Just treat 4-vectors as 3-vectors. */ static build_f_func build_f_tab[5] = { - 0, - 0, + NULL, + NULL, build_f2, build_f3, build_f3 |