From 335fc17b448b7fc00ec26641a9be15fe2ce50ec6 Mon Sep 17 00:00:00 2001 From: acki2 Date: Sun, 1 Apr 2001 22:01:28 +0000 Subject: - still more debug output to be able to fix 15/16 bpp problem git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@273 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dga.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'libvo') diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c index 827990b621..9f60c51e1a 100644 --- a/libvo/vo_dga.c +++ b/libvo/vo_dga.c @@ -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 @@ static uint32_t query_format( uint32_t format ) { // 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