Re: [PATCH 1/2] Fix clipping when windows are used as sources

2009-06-15 Thread Soeren Sandmann
Maarten Maathuis madman2...@gmail.com writes: Does this make transformed composite (XRGB source) with no extending ok again with regards to the black pixels that a lot of hw sample outside the texture? It doesn't change that. Previously it switched from being ok to being bad, i'm just

Re: [PATCH 1/2] Fix clipping when windows are used as sources

2009-06-15 Thread Maarten Maathuis
On Mon, Jun 15, 2009 at 11:23 AM, Soeren Sandmannsandm...@daimi.au.dk wrote: Maarten Maathuis madman2...@gmail.com writes: Does this make transformed composite (XRGB source) with no extending ok again with regards to the black pixels that a lot of hw sample outside the texture? It doesn't

Re: Which code base should I use to port something to Xorg 7.4?

2009-06-15 Thread Adam Jackson
On Thu, 2009-06-11 at 15:15 -0700, Deron Johnson wrote: Hi. I'm in the process of porting my Project Wonderland modifications from the Xorg 7.3 X server to Xorg 7.4. What code base should I begin with? Should I be starting with a particular git branch or should I be using certain tarballs?

Re: What to do now after Xgl and Xegl are gone....

2009-06-15 Thread Adam Jackson
On Fri, 2009-06-12 at 12:33 +0200, David Jander wrote: Hello, We are developing an embedded-linux system that has a TFT LCD display and should be able to run different desktop-linux applications using mostly the GTK+ toolkit on top of the X.org Xserver. Right now we are using kdrive

Re: [PATCH 1/2] Fix clipping when windows are used as sources

2009-06-15 Thread Alex Deucher
On Tue, Jun 16, 2009 at 1:02 AM, Maarten Maathuismadman2...@gmail.com wrote: On Mon, Jun 15, 2009 at 11:23 AM, Soeren Sandmannsandm...@daimi.au.dk wrote: Maarten Maathuis madman2...@gmail.com writes: Does this make transformed composite (XRGB source) with no extending ok again with regards to

[PATCH] include: introduce byte counting macros.

2009-06-15 Thread Peter Hutterer
This patch adds the following three macros: count_bytes(bits) - the number of bytes needed to hold 'bits' count_4byte_units(bytes) - the number of 4-byte units to hold 'bytes' pad_to_4(bytes) - the closest multiple of 4 equal to or larger than 'bytes'. All three operations are common in

Re: X server testing

2009-06-15 Thread Thomas Jaeger
Hi Peter, Here's another list of issues I've noticed over the past few weeks and questions that have come up. * The server crashes (Xext/xtest.c, line 386) when a virtual XTest is detached due to a device grab and a client tries to send an event through that device. Similarly, removing a master