diff options
author | dawes <dawes> | 2002-02-11 16:01:00 +0000 |
---|---|---|
committer | dawes <dawes> | 2002-02-11 16:01:00 +0000 |
commit | da7894a42db42d7c223ee02e6876404379a8d0f4 (patch) | |
tree | be892fcbe5eae40806c165cbc08048a8b90c4057 | |
parent | 1102fd15a5e545e5559ffd08a7edf5fa6ba8dbfc (diff) |
Remove some debugging messages.mesa-4-0-20020211-freeze
-rw-r--r-- | xc/lib/GL/mesa/src/drv/mga/mga_xmesa.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/xc/lib/GL/mesa/src/drv/mga/mga_xmesa.c b/xc/lib/GL/mesa/src/drv/mga/mga_xmesa.c index 64c782a8d..cb4cbde74 100644 --- a/xc/lib/GL/mesa/src/drv/mga/mga_xmesa.c +++ b/xc/lib/GL/mesa/src/drv/mga/mga_xmesa.c @@ -400,12 +400,6 @@ mgaCreateContext( Display *dpy, const __GLcontextModes *mesaVis, _ac_CreateContext( ctx ); _tnl_CreateContext( ctx ); - fprintf(stderr, "1 sizeof(GLcontext) %d DriverCtx %p (addr %p) vb.size %d\n", - sizeof(GLcontext), - ctx->Shared, - &(ctx->Shared), - 0); - _swsetup_CreateContext( ctx ); /* Install the customized pipeline: @@ -423,9 +417,6 @@ mgaCreateContext( Display *dpy, const __GLcontextModes *mesaVis, ctx->DriverCtx = (void *) mmesa; mmesa->glCtx = ctx; - fprintf(stderr, "2 tnl ctx %p vb.size %d\n", - ctx->swtnl_context, TNL_CONTEXT(ctx)->vb.Size); - mgaDDExtensionsInit( ctx ); mgaDDInitStateFuncs( ctx ); @@ -436,8 +427,6 @@ mgaCreateContext( Display *dpy, const __GLcontextModes *mesaVis, mgaDDInitPixelFuncs( ctx ); mgaDDInitTriFuncs( ctx ); - fprintf(stderr, "3 tnl ctx %p vb.size %d\n", - ctx->swtnl_context, TNL_CONTEXT(ctx)->vb.Size); mgaInitVB( ctx ); mgaInitState( mmesa ); |