# HG changeset patch # User acki2 # Date 986162488 0 # Node ID 8ffe2f45985148f9197554d01fe34a1625c26507 # Parent 38d30f6f14237abdbb6cfed9601a82e9b7276f46 - still more debug output to be able to fix 15/16 bpp problem diff -r 38d30f6f1423 -r 8ffe2f459851 libvo/vo_dga.c --- a/libvo/vo_dga.c Sun Apr 01 19:42:41 2001 +0000 +++ b/libvo/vo_dga.c Sun Apr 01 22:01:28 2001 +0000 @@ -19,6 +19,9 @@ * o works only on intel architectures * * $Log$ + * Revision 1.10 2001/04/01 22:01:28 acki2 + * - still more debug output to be able to fix 15/16 bpp problem + * * Revision 1.9 2001/04/01 08:07:14 acki2 * - added detection of memsize of graphics card to check if double buffering is possible * - fixed resolution switching a little and added more debug output @@ -261,11 +264,15 @@ { // this only for debug reasons ... if(modelines[i].bitsPerPixel == 15 || modelines[i].bitsPerPixel == 16){ - printf("vo_dga: depth: %d, %08x, %08x, %08x\n", + printf("vo_dga: num: %d, depth: %d, bpp: %d, %08x, %08x, %08x, %dx%d\n", + i, + modelines[i].depth, modelines[i].bitsPerPixel, modelines[i].redMask, modelines[i].greenMask, - modelines[i].blueMask); + modelines[i].blueMask, + modelines[i].viewportWidth, + modelines[i].viewportHeight); } for(k=0, dummy=1; k