Re: Initial DRI3000 protocol specs available

2013-02-21 Thread Chris Wilson
On Wed, Feb 20, 2013 at 10:17:56PM -0800, Keith Packard wrote: Chris Wilson ch...@chris-wilson.co.uk writes: You manage ask yourself the question I was trying to lead: how the heck does the compositor learn that the underlying graphics object has changed? It can certainly tell that the

Re: Initial DRI3000 protocol specs available

2013-02-21 Thread Michal Suchanek
On 21 February 2013 07:17, Keith Packard kei...@keithp.com wrote: Chris Wilson ch...@chris-wilson.co.uk writes: Hrm. With the current system, except for override-redirect windows, if the compositor is also the window manager, it should always know when There are compositors that are not

Re: Initial DRI3000 protocol specs available

2013-02-21 Thread Clemens Eisserer
Hi, And for Render, along with passing blobs. Yeah, I can easily imagine doing a PictureFromBuffer as well. Let's focus on Pixmaps for now and get Mesa fixed up. Passing blobs (if this means what I think it does) would be something we are looking forward for Java's XRender backend. Currently

Re: [PATCH] os: use libunwind to generate backtraces

2013-02-21 Thread Marcin Ślusarz
21 lut 2013 00:37, Peter Hutterer peter.hutte...@who-t.net napisał(a): On Tue, Feb 19, 2013 at 09:29:03PM +0100, Marcin Slusarz wrote: [...] --- From: Marcin Slusarz marcin.slus...@gmail.com Subject: [PATCH] os: use libunwind to generate backtraces Libunwind generates backtraces much

Re: Patch for compose key sequences J with acute

2013-02-21 Thread Pander
On 2013-02-20 17:28, James Cloos wrote: One quick review note: Per 10646 and unicode, that miniscule sequence should be U+006A U+0301 j́ and not U+0237 U+0303 ȷ́. Do you mean (only fix in tyop in quote of my proposal): U+006A U+0301 j́ and not U+0237 U+0301 ȷ́. I just noticed that on

Re: Initial DRI3000 protocol specs available

2013-02-21 Thread Keith Packard
Stéphane Marchesin stephane.marche...@gmail.com writes: With that said, I don't think it's that difficult/different. I can design a GLX extension spec and send a draft, then we can work from there. Yeah, some concrete plan for GL would be really nice to have, at least as a starting point.

[PATCH] parser: handle negative numbers properly

2013-02-21 Thread Robert Morell
Numbers beginning with '-' were falling into the DASH category. This also caused a confusing error message, since no terminating NUL character was added to configRBuf -- old garbage in the string would be printed. This fixes the terminating NUL for COMMA as well. Signed-off-by: Robert Morell

Re: Initial DRI3000 protocol specs available

2013-02-21 Thread Keith Packard
Chris Wilson ch...@chris-wilson.co.uk writes: If a DRI2 client also grabs the buffer, then we have to fallback to blits. That should be fairly easy to detect and handle. So, the question is whether the NameWindowPixmap IDs are stable across pixmap replacement. I'm frankly tempted to add a new

Nominations for X.Org Foundation Board of Directors are OPEN (resend)

2013-02-21 Thread Matt Dew
(I sent this to announce, xorg and xorg-devel lists but forgot the members list. To account for this mistake, the nomination window is being extended to March 10. The email below is the same as previously, with the dates adjusted.) We are seeking nominations for candidates for election to

Re: [PATCH] os: use libunwind to generate backtraces

2013-02-21 Thread Peter Hutterer
On Thu, Feb 21, 2013 at 08:00:07AM +0100, Marcin Ślusarz wrote: 21 lut 2013 00:37, Peter Hutterer peter.hutte...@who-t.net napisał(a): On Tue, Feb 19, 2013 at 09:29:03PM +0100, Marcin Slusarz wrote: [...] --- From: Marcin Slusarz marcin.slus...@gmail.com Subject: [PATCH] os: use