Forwarded :) -- Best regards, Denis Oliver Kropp
.------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------"
--- Begin Message ---Hi, I tried to cross-post the following to directfb-dev, but I'm not subscribed. Could you please forward this, or at least see that the attached patch is applied to DirectFB CVS? Marko ----- Forwarded message from [EMAIL PROTECTED] ----- From: [EMAIL PROTECTED] Subject: Re: [Softdevice-devel] Re: Matrox field based blitting now in CVS To: [EMAIL PROTECTED] X-BeenThere: [email protected] X-List-Administrivia: yes X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on katosiko.hut.fi X-TKK-Virus-Scanned: by amavisd-new-2.1.2-hutcc at katosiko.hut.fi X-Mailman-Version: 2.1.8rc1 List-Id: <directfb-dev.directfb.org> Original-recipient: rfc822;[EMAIL PROTECTED] You are not allowed to post to this mailing list, and your message has been automatically rejected. If you think that your messages are being rejected in error, contact the mailing list owner at [EMAIL PROTECTED] From: Marko Mäkelä <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [email protected] Subject: Re: [Softdevice-devel] Re: Matrox field based blitting now in CVS On Tue, Jun 27, 2006 at 07:57:23AM +0200, Stefan Lucke wrote: > On Dienstag 27 Juni 2006 02:25, Lucian Muresan wrote: > > - video on my G400 TVout is very smooth; > > - OSD has double height (only see upper half over whole screen area); > > - during and once more 2 or 3 seconds after channel change, and on > > showing/hiding the OSD as well, there is a very visible flicker in which > > one can always see what looks like one field of the video displayed only > > in the upper half of the screen (288 lines, squashed). Ditto, with current CVS of softdevice and DirectFB, on Debian GNU/Linux unstable (updated tonight) and Matrox G450. I had to add two #include statements to DirectFB code, or it would not compile on Debian GNU/Linux unstable gcc 4.1.2 prerelease (patch attached). Marko Content-Description: dfb-gcc-4.1.2-pre.patch Index: gfxdrivers/matrox/matrox_3d.c =================================================================== RCS file: /cvs/directfb/DirectFB/gfxdrivers/matrox/matrox_3d.c,v retrieving revision 1.6 diff -p -u -r1.6 matrox_3d.c --- gfxdrivers/matrox/matrox_3d.c 18 Jun 2006 19:52:19 -0000 1.6 +++ gfxdrivers/matrox/matrox_3d.c 27 Jun 2006 19:43:56 -0000 @@ -34,6 +34,7 @@ #include <directfb.h> #include <direct/messages.h> +#include <direct/types.h> #include "regs.h" #include "mmio.h" Index: gfxdrivers/matrox/matrox_maven.c =================================================================== RCS file: /cvs/directfb/DirectFB/gfxdrivers/matrox/matrox_maven.c,v retrieving revision 1.22 diff -p -u -r1.22 matrox_maven.c --- gfxdrivers/matrox/matrox_maven.c 20 Jun 2006 19:34:51 -0000 1.22 +++ gfxdrivers/matrox/matrox_maven.c 27 Jun 2006 19:43:56 -0000 @@ -31,6 +31,7 @@ #include <sys/stat.h> #include <fcntl.h> #include <sys/ioctl.h> +#include <errno.h> #ifdef USE_SYSFS #include <sysfs/libsysfs.h> ----- End forwarded message -----
--- End Message ---
_______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
