Re: [PATCH] Supply all code using dl*() with DLOPEN_LIBS

2009-10-29 Thread Dan Nicholson
On Wed, Oct 28, 2009 at 4:34 PM, Mikhail Gusarov dotted...@dottedmag.net wrote: Previously DLOPEN_LIBS was managed in top-level configure.ac. Instead bundle it with the code using dl*() functions to avoid breakages in uncommon configurations. Signed-off-by: Mikhail Gusarov

Re: [PATCH] Don't cast double to int: use default conversions or explicitly round.

2009-10-29 Thread Simon Thum
Jamey Sharp wrote: -m-LO1I=(int)floor((m-f_lo1/f_ref)+0.5); +m-LO1I=lrint(m-f_lo1/f_ref); As you seem to be the second in-server user of the lrint() gang, I'd like to ask for any insights concerning this: http://bugs.freedesktop.org/show_bug.cgi?id=21456#c18 So far, I'm worried whether it isn't

[PATCH:libX11] Add compose-check.pl to EXTRA_DIST

2009-10-29 Thread Jon TURNEY
Needed for 'make check' to succeed on tarball Needed for 'make distcheck' to succeed when srcdir != builddir --- nls/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/nls/Makefile.am b/nls/Makefile.am index 9a00f94..ffe81bd 100644 --- a/nls/Makefile.am +++

[PATCH] glx: swrast can do GLX 1.4 too

2009-10-29 Thread Adam Jackson
Reviewed-by: Ian Romanick ian.d.roman...@intel.com Signed-off-by: Adam Jackson a...@redhat.com --- glx/glxdriswrast.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/glx/glxdriswrast.c b/glx/glxdriswrast.c index 44f658f..20f9f90 100644 --- a/glx/glxdriswrast.c +++

Re: [PATCH] Supply all code using dl*() with DLOPEN_LIBS

2009-10-29 Thread Dan Nicholson
On Thu, Oct 29, 2009 at 6:16 AM, Mikhail Gusarov dotted...@dottedmag.net wrote: Twas brillig at 06:06:10 29.10.2009 UTC-07 when dbn.li...@gmail.com did gyre and gimble:   +libglxdri_la_LIBADD = @DLOPEN_LIBS@  DN Is there a reason not to just use the variable $(DLOPEN_LIBS)? Use where?

[PULL] EDID and mode updates

2009-10-29 Thread Adam Jackson
Keith, please pull these changes into master. This includes Ma Ling's CEA extension support work, some corner cases fixes, and minor code cleanup. The following changes since commit fab74d1081270fb8f1d231e6e10d10aa33e164da: Jamey Sharp (1): Suppress certain GCC warnings in

Re: [Xcb] Thinking towards 7.6 katamari, including xcb

2009-10-29 Thread Eric Anholt
On Wed, 2009-10-28 at 08:38 -0700, Keith Packard wrote: Excerpts from Alex Deucher's message of Wed Oct 28 08:00:59 -0700 2009: So I think the main issue here is making building the xserver less daunting. The key external dependencies here are protocol headers and libdrm; does anyone

[PATCH] Supply all code using dl*() with DLOPEN_LIBS

2009-10-29 Thread Mikhail Gusarov
Previously DLOPEN_LIBS was managed in top-level configure.ac. Instead bundle it with the code using dl*() functions to avoid breakages in uncommon configurations. Signed-off-by: Mikhail Gusarov dotted...@dottedmag.net --- configure.ac |5 +++-- glx/Makefile.am

Re: [PATCH] Supply all code using dl*() with DLOPEN_LIBS

2009-10-29 Thread Dan Nicholson
On Thu, Oct 29, 2009 at 11:46 AM, Mikhail Gusarov dotted...@dottedmag.net wrote: Previously DLOPEN_LIBS was managed in top-level configure.ac. Instead bundle it with the code using dl*() functions to avoid breakages in uncommon configurations. Signed-off-by: Mikhail Gusarov

Re: [PATCH] glx: swrast can do GLX 1.4 too

2009-10-29 Thread keithp
Excerpts from Adam Jackson's message of Thu Oct 29 11:01:29 -0700 2009: +screen-base.GLXmajor = 1; +screen-base.GLXminor = 4; + Should this define be in a header somewhere? -- keith.pack...@intel.com signature.asc Description: PGP signature

Re: [PATCH] Add support for RENDER BGRA formats.

2009-10-29 Thread Mark Kettenis
From: Adam Jackson a...@nwnk.net Date: Wed, 28 Oct 2009 10:39:29 -0400 (--) PCI: (0:0:3:0) 105d:2339:105d:000b Number 9 Imagine-128 II rev 2, Mem @ 0x0200/8388608, 0x0280/8388608, 0x0300/8388608, 0x0380/8388608, 0x0016/65536, I/O @ 0x0600/256, BIOS @

Re: [PATCH] Add support for RENDER BGRA formats.

2009-10-29 Thread Adam Jackson
On Thu, 2009-10-29 at 22:26 +0100, Mark Kettenis wrote: Excellent! After initializing MW0_CTRL to 0x0006, it seems things just work. I'll prepare a proper diff to do that on big-endian machines. Very cool. To make the card work properly I still have to solve two issues: 1. It seems

Re: Hosed X server master server-1.6 branches (fixed now)

2009-10-29 Thread Dave Airlie
On Thu, 2009-10-29 at 17:02 -0700, Jesse Barnes wrote: In an effort emphasize the wisdom of our new development model (well actually because I'm an idiot) I just overwrote HEAD of both master and server-1.6-branch. Fortunately airlied had the right objects in his tree to correct things, so

Re: Hosed X server master server-1.6 branches (fixed now)

2009-10-29 Thread Jesse Barnes
On Thu, 29 Oct 2009 17:02:35 -0700 Jesse Barnes jbar...@virtuousgeek.org wrote: In an effort emphasize the wisdom of our new development model (well actually because I'm an idiot) I just overwrote HEAD of both master and server-1.6-branch. Fortunately airlied had the right objects in his