xaa vs. WriteImage()

2008-03-03 Thread Michael Lorenz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I noticed the following - XAACopyArea() only attempts to use accelerated WriteImage() when writing to a DRAWABLE_WINDOW but not on off-screen pixmaps. I used the following changes to make it work: diff -u -w -r1.1.1.3 xaaCpyArea.c - ---

Re: xaa vs. WriteImage()

2008-03-04 Thread Michael Lorenz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 4, 2008, at 15:37, Marc Aurele La France wrote: On Mon, 3 Mar 2008, Michael Lorenz wrote: I noticed the following - XAACopyArea() only attempts to use accelerated WriteImage() when writing to a DRAWABLE_WINDOW but not on off

Re: xaa vs. WriteImage()

2008-03-05 Thread Michael Lorenz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Otherwise, teaching the framebuffer layer to cope with a tiled framebuffer might be necessary in the long run, any pointers where to start? By design, this is a driver issue, as it is responsible for providing VRAM access to the rest o

Re: xaa vs. WriteImage()

2008-03-06 Thread Michael Lorenz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 5, 2008, at 19:06, Alex Deucher wrote: On Tue, Mar 4, 2008 at 5:34 PM, Michael Lorenz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 4, 2008, at 15:37, Marc Aurele La France wrote

Re: xaa vs. WriteImage()

2008-03-06 Thread Michael Lorenz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 6, 2008, at 14:12, Alex Deucher wrote: On Thu, Mar 6, 2008 at 2:00 PM, Michael Lorenz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 5, 2008, at 19:06, Alex Deucher wrote: On Tu

Re: xaa vs. WriteImage()

2008-03-06 Thread Michael Lorenz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 6, 2008, at 15:58, Alex Deucher wrote: On Thu, Mar 6, 2008 at 2:58 PM, Michael Lorenz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 6, 2008, at 14:12, Alex Deucher wrote: On Th

Re: xaa vs. WriteImage()

2008-03-06 Thread Michael Lorenz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 6, 2008, at 16:40, Alex Deucher wrote: On Thu, Mar 6, 2008 at 4:26 PM, Michael Lorenz <[EMAIL PROTECTED]> wrote: On Mar 6, 2008, at 15:58, Alex Deucher wrote: On Thu, Mar 6, 2008 at 2:58 PM, Michael Lorenz <[EMAIL

Re: xaa vs. WriteImage()

2008-03-06 Thread Michael Lorenz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 6, 2008, at 18:02, Alex Deucher wrote: On Thu, Mar 6, 2008 at 5:17 PM, Michael Lorenz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 6, 2008, at 16:40, Alex Deucher wrote: On Th

Re: xaa vs. WriteImage()

2008-03-07 Thread Michael Lorenz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 7, 2008, at 13:03, Marc Aurele La France wrote: On Wed, 5 Mar 2008, Michael Lorenz wrote: Otherwise, teaching the framebuffer layer to cope with a tiled framebuffer might be necessary in the long run, any pointers where to start