Browse Source

disable prototype matrix stack code

tags/mesa_4_1
Brian Paul 23 years ago
parent
commit
645ced2955
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/mesa/main/context.c

+ 3
- 3
src/mesa/main/context.c View File

/* $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 * Mesa 3-D graphics library
_math_matrix_ctr( &ctx->ModelViewStack[i] ); _math_matrix_ctr( &ctx->ModelViewStack[i] );
_math_matrix_alloc_inv( &ctx->ModelViewStack[i] ); _math_matrix_alloc_inv( &ctx->ModelViewStack[i] );
} }
#if 1
#if 0
init_matrix_stack(&ctx->ModelviewStack, 32, _NEW_MODELVIEW); init_matrix_stack(&ctx->ModelviewStack, 32, _NEW_MODELVIEW);
#endif #endif


_mesa_make_current(NULL, NULL); _mesa_make_current(NULL, NULL);
} }


#if 1
#if 0
free_matrix_stack(&ctx->ModelviewStack); free_matrix_stack(&ctx->ModelviewStack);
#endif #endif



Loading…
Cancel
Save