summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vtx_eval.c
diff options
context:
space:
mode:
authorKeith Whitwell <[email protected]>2005-02-10 10:57:22 +0000
committerKeith Whitwell <[email protected]>2005-02-10 10:57:22 +0000
commitb97e478fe90f612041e27852eb8c95f45467bde8 (patch)
tree944adbe75c4027772cc1208c4ba35c60d1480148 /src/mesa/tnl/t_vtx_eval.c
parenta9a4c5489ec12f6aa768d44578c332f654c536ea (diff)
mesa-tnl-0-to-NULL.patch from Jeff Muizelaar
Diffstat (limited to 'src/mesa/tnl/t_vtx_eval.c')
-rw-r--r--src/mesa/tnl/t_vtx_eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_vtx_eval.c b/src/mesa/tnl/t_vtx_eval.c
index 5a24c70d21f..3b09bd29f59 100644
--- a/src/mesa/tnl/t_vtx_eval.c
+++ b/src/mesa/tnl/t_vtx_eval.c
@@ -35,12 +35,12 @@
static void clear_active_eval1( TNLcontext *tnl, GLuint attr )
{
- tnl->vtx.eval.map1[attr].map = 0;
+ tnl->vtx.eval.map1[attr].map = NULL;
}
static void clear_active_eval2( TNLcontext *tnl, GLuint attr )
{
- tnl->vtx.eval.map2[attr].map = 0;
+ tnl->vtx.eval.map2[attr].map = NULL;
}
static void set_active_eval1( TNLcontext *tnl, GLuint attr, GLuint dim,