summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-12-17 22:41:45 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-12-17 22:41:45 +0000
commit645ced29552da1af5c759d0497d98c8f55b72935 (patch)
treef72de9e6cf44a07e4d5d2312abdccbc6b2e402ee
parentaea09490f5fc23a1fb65cd1f113912b9c5cb0924 (diff)
disable prototype matrix stack code
-rw-r--r--src/mesa/main/context.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 1f87a13fe6..686d553513 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -1,4 +1,4 @@
-/* $Id: context.c,v 1.150 2001/12/14 02:50:01 brianp Exp $ */
+/* $Id: context.c,v 1.151 2001/12/17 22:41:45 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -800,7 +800,7 @@ init_attrib_groups( GLcontext *ctx )
_math_matrix_ctr( &ctx->ModelViewStack[i] );
_math_matrix_alloc_inv( &ctx->ModelViewStack[i] );
}
-#if 1
+#if 0
init_matrix_stack(&ctx->ModelviewStack, 32, _NEW_MODELVIEW);
#endif
@@ -1650,7 +1650,7 @@ _mesa_free_context_data( GLcontext *ctx )
_mesa_make_current(NULL, NULL);
}
-#if 1
+#if 0
free_matrix_stack(&ctx->ModelviewStack);
#endif