[Mesa3d-dev] piglit linking

2010-04-08 Thread Dave Airlie
So I don't understand cmake, but there is a lot of implicit linking going on in piglit, and in Fedora 13 our linker doesn't like that anymore. So for example the fp-rfl test uses sqrt which means it needs to link to libm not get libm via other links, glx-multithread needs to link to pthread etc.

Re: [Mesa3d-dev] u_half.? -> u_format_half.? rename

2010-04-08 Thread Luca Barbieri
I named it that way because it is datatype conversion functionality, which is conceptually a lower layer than format conversion, which operates on multi-component formats, and is also totally independent of the existing format conversion functionality. It is the only member of that layer because a

[Mesa3d-dev] [PATCH] glx: Fix config chooser logic for 'mask' matching

2010-04-08 Thread Kristian Høgsberg
When matching attributes using the 'mask' matching criteria, the spec says that "Only GLXFBConfigs for which the set bits of attribute include all the bits that are set in the requested value are considered. (Additional bits might be set in the attribute)." The current test returns true i

Re: [Mesa3d-dev] Move lists to freedesktop.org?

2010-04-08 Thread Stephane Marchesin
On Thu, Apr 8, 2010 at 16:37, Jesse Barnes wrote: > On Thu, 8 Apr 2010 18:38:03 -0400 > Alex Deucher wrote: > >> On Thu, Apr 8, 2010 at 6:21 PM, Brian Paul wrote: >> > >> > Unless there's some objection I'm going to subscribe everyone to the >> > new FD.O-based mesa-dev mailing list who's on the

Re: [Mesa3d-dev] Move lists to freedesktop.org?

2010-04-08 Thread Jesse Barnes
On Thu, 8 Apr 2010 18:38:03 -0400 Alex Deucher wrote: > On Thu, Apr 8, 2010 at 6:21 PM, Brian Paul wrote: > > > > Unless there's some objection I'm going to subscribe everyone to the > > new FD.O-based mesa-dev mailing list who's on the mesa3d-dev list. > > Probably in the next 24 hours. > > > >

Re: [Mesa3d-dev] Move lists to freedesktop.org?

2010-04-08 Thread Alex Deucher
On Thu, Apr 8, 2010 at 6:21 PM, Brian Paul wrote: > > Unless there's some objection I'm going to subscribe everyone to the > new FD.O-based mesa-dev mailing list who's on the mesa3d-dev list. > Probably in the next 24 hours. > > Then, some of you may have to log into the mailman interface > (http:

Re: [Mesa3d-dev] Move lists to freedesktop.org?

2010-04-08 Thread Brian Paul
Unless there's some objection I'm going to subscribe everyone to the new FD.O-based mesa-dev mailing list who's on the mesa3d-dev list. Probably in the next 24 hours. Then, some of you may have to log into the mailman interface (http://lists.freedesktop.org/mailman/listinfo/mesa-dev) to set di

Re: [Mesa3d-dev] gallium-resources branch merge

2010-04-08 Thread Marek Olšák
On Thu, Apr 8, 2010 at 3:54 PM, Keith Whitwell wrote: > OK, it seems like quite a few cases had migrated to the new > buffer_map_range() behaviour. I've looked at all I can find and moved > them back to the old behaviour. > > glean is passing now on softpipe. > There's now an assertion failure

Re: [Mesa3d-dev] crossbar: read from back buffer, not front.

2010-04-08 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This change isn't correct. This causes the test to read from the back buffer after the call to glutSwapBuffers. The swap buffer call can, especially on DRI2, cause the backbuffer to be filled with garbage. This can cause the test to fail when nothing

Re: [Mesa3d-dev] RFC: Add missing D3D9 color formats

2010-04-08 Thread Keith Whitwell
On Thu, 2010-04-08 at 09:33 -0700, José Fonseca wrote: > The attached patch adds missing D3D9 color formats. > > We've been going back and forward whether to add these or not, but the > end conclusion seems there is no harm to add these formats, no matter > how weird some are, as state tracker and

[Mesa3d-dev] u_half.? -> u_format_half.? rename

2010-04-08 Thread José Fonseca
Hi Luca, Would you mind I rename u_half.? to u_format_half.?, so that all format related sources group when sorted by name? Jose -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed com

[Mesa3d-dev] RFC: Add missing D3D9 color formats

2010-04-08 Thread José Fonseca
The attached patch adds missing D3D9 color formats. We've been going back and forward whether to add these or not, but the end conclusion seems there is no harm to add these formats, no matter how weird some are, as state tracker and pipe drivers are free to ignore them. The util module should su

Re: [Mesa3d-dev] gallium-resources branch merge

2010-04-08 Thread Keith Whitwell
On Wed, 2010-04-07 at 18:58 -0700, Marek Olšák wrote: > On Wed, Apr 7, 2010 at 7:01 PM, Keith Whitwell > wrote: > > On Tue, 2010-04-06 at 03:28 -0700, Keith Whitwell wrote: > > On Fri, 2010-04-02 at 23:23 -0700, Marek Olšák wrote: > > > There's something fishy in u