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

2010-04-09 Thread Brian Paul
On Thu, Apr 8, 2010 at 4: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:

[Mesa3d-dev] [PATCH] Provide dri shared library building and SDK installation.

2010-04-09 Thread Luc Verhaegen
Patch cherry-picked from my dri-sdk-7.8 branch against current head (edb5253dfa). An earlier full build through of all drivers (except nouveau, i will play with its expansive libdrm dependencies later) showed it to be an exact match still. This patch, while not harming or hampering anything or

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

2010-04-09 Thread Kristian Høgsberg
2010/4/9 Ian Romanick : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Kristian Høgsberg wrote: >> 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

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

2010-04-09 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kristian Høgsberg wrote: > 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

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

2010-04-09 Thread Chia-I Wu
On Sat, Apr 10, 2010 at 12:15 AM, Roland Scheidegger wrote: > On 09.04.2010 17:29, STEVE555 wrote: >> Hi all, >>         I've git branched and got the latest commits from the >> gallium-resources branch and also the latest commits from git master. >> >> I did a gmake -B realclean from a prevous co

Re: [Mesa3d-dev] Mesa (gallium-resources): gallium: fix comments for changed USAGE flags

2010-04-09 Thread José Fonseca
On Fri, 2010-04-09 at 09:57 -0700, Roland Scheidegger wrote: > On 09.04.2010 18:22, José Fonseca wrote: > > On Fri, 2010-04-09 at 09:02 -0700, Keith Whitwell wrote: > >> On Fri, 2010-04-09 at 08:59 -0700, Roland Scheidegger wrote: > >>> On 09.04.2010 17:49, Keith Whitwell wrote: > On Fri, 2010

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

2010-04-09 Thread STEVE555
Dear Roland, I like to thank you very much for the fixes.I have compiled from commit 927cec79cedb457efa9e6f335727cfcb8e4908e2 on the gallium-resources branch and that compiles fine now. I also did a git merge of my copy of mesa master (from commit 75b8c4a8f869f63991c774caa7e1cec

[Mesa3d-dev] [PATCH] Fix build with --enable-32-bit.

2010-04-09 Thread Török Edwin
CFLAGS needs to be passed, as you already know. Commit 3e17a5b047124c46ee45dbd1848127c67e0d62f3 broke this by adding a new link command without CFLAGS. Signed-off-by: Török Edwin --- src/gallium/targets/Makefile.dri |2 +- src/mesa/drivers/dri/Makefile.template |2 +- 2 files chang

Re: [Mesa3d-dev] Mesa (master): st/egl: Move probe interface to native_probe.h.

2010-04-09 Thread Chia-I Wu
On Fri, Apr 9, 2010 at 9:36 PM, Brian Paul wrote: > One thing below... > > diff --git a/src/gallium/state_trackers/egl/common/native_probe.h > b/src/gallium/state_trackers/egl/common/native_probe.h > new file mode 100644 > index 000..4ed37a5 > --- /dev/null > +++ b/src/gallium/state_trackers/

Re: [Mesa3d-dev] Mesa (gallium-resources): gallium: fix comments for changed USAGE flags

2010-04-09 Thread Roland Scheidegger
On 09.04.2010 18:22, José Fonseca wrote: > On Fri, 2010-04-09 at 09:02 -0700, Keith Whitwell wrote: >> On Fri, 2010-04-09 at 08:59 -0700, Roland Scheidegger wrote: >>> On 09.04.2010 17:49, Keith Whitwell wrote: On Fri, 2010-04-09 at 08:45 -0700, Roland Scheidegger wrote: > Module: Mesa >>>

Re: [Mesa3d-dev] Mesa (gallium-resources): gallium: fix comments for changed USAGE flags

2010-04-09 Thread José Fonseca
On Fri, 2010-04-09 at 09:22 -0700, José Fonseca wrote: > On Fri, 2010-04-09 at 09:02 -0700, Keith Whitwell wrote: > > On Fri, 2010-04-09 at 08:59 -0700, Roland Scheidegger wrote: > > > On 09.04.2010 17:49, Keith Whitwell wrote: > > > > On Fri, 2010-04-09 at 08:45 -0700, Roland Scheidegger wrote: >

Re: [Mesa3d-dev] Mesa (gallium-resources): gallium: fix comments for changed USAGE flags

2010-04-09 Thread José Fonseca
On Fri, 2010-04-09 at 09:02 -0700, Keith Whitwell wrote: > On Fri, 2010-04-09 at 08:59 -0700, Roland Scheidegger wrote: > > On 09.04.2010 17:49, Keith Whitwell wrote: > > > On Fri, 2010-04-09 at 08:45 -0700, Roland Scheidegger wrote: > > >> Module: Mesa > > >> Branch: gallium-resources > > >> Commi

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

2010-04-09 Thread Roland Scheidegger
On 09.04.2010 17:29, STEVE555 wrote: > Hi all, > I've git branched and got the latest commits from the > gallium-resources branch and also the latest commits from git master. > > I did a gmake -B realclean from a prevous compile on my copy of git > master,and did a git checkout gallium-re

Re: [Mesa3d-dev] [PATCH] Fix build with --enable-32-bit. again.

2010-04-09 Thread Török Edvin
2010/4/9 Dan Nicholson : > > Good catch, although it really affects anyone that stores flags > necessary to the linker in CFLAGS. Could you also fix the one in > src/gallium/winsys/drm/Makefile.template from the same commit and > repost the patch? Thanks. Will do that a bit later. --Edwin --

Re: [Mesa3d-dev] Mesa (gallium-resources): gallium: fix comments for changed USAGE flags

2010-04-09 Thread Keith Whitwell
On Fri, 2010-04-09 at 08:59 -0700, Roland Scheidegger wrote: > On 09.04.2010 17:49, Keith Whitwell wrote: > > On Fri, 2010-04-09 at 08:45 -0700, Roland Scheidegger wrote: > >> Module: Mesa > >> Branch: gallium-resources > >> Commit: faf53328d1154c51d8a59513f2bfcae62272b0bf > >> URL: > >> http:/

Re: [Mesa3d-dev] Mesa (gallium-resources): gallium: fix comments for changed USAGE flags

2010-04-09 Thread Roland Scheidegger
On 09.04.2010 17:49, Keith Whitwell wrote: > On Fri, 2010-04-09 at 08:45 -0700, Roland Scheidegger wrote: >> Module: Mesa >> Branch: gallium-resources >> Commit: faf53328d1154c51d8a59513f2bfcae62272b0bf >> URL: >> http://cgit.freedesktop.org/mesa/mesa/commit/?id=faf53328d1154c51d8a59513f2bfcae6

Re: [Mesa3d-dev] Mesa (gallium-resources): gallium: fix comments for changed USAGE flags

2010-04-09 Thread Keith Whitwell
On Fri, 2010-04-09 at 08:45 -0700, Roland Scheidegger wrote: > Module: Mesa > Branch: gallium-resources > Commit: faf53328d1154c51d8a59513f2bfcae62272b0bf > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=faf53328d1154c51d8a59513f2bfcae62272b0bf > > Author: Roland Scheidegger > Date:

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

2010-04-09 Thread STEVE555
Hi all, I've git branched and got the latest commits from the gallium-resources branch and also the latest commits from git master. I did a gmake -B realclean from a prevous compile on my copy of git master,and did a git checkout gallium-resources to switch to that branch,and did a ./aut

Re: [Mesa3d-dev] [PATCH] Fix build with --enable-32-bit. again.

2010-04-09 Thread Dan Nicholson
2010/4/9 Török Edwin : > CFLAGS needs to be passed, as you already know. > Commit 3e17a5b047124c46ee45dbd1848127c67e0d62f3 broke this by adding a new > link > command without CFLAGS. > > Signed-off-by: Török Edwin > --- >  src/mesa/drivers/dri/Makefile.template |    2 +- >  1 files changed, 1 ins

[Mesa3d-dev] [PATCH] Fix build with --enable-32-bit. again.

2010-04-09 Thread Török Edwin
CFLAGS needs to be passed, as you already know. Commit 3e17a5b047124c46ee45dbd1848127c67e0d62f3 broke this by adding a new link command without CFLAGS. Signed-off-by: Török Edwin --- src/mesa/drivers/dri/Makefile.template |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/

Re: [Mesa3d-dev] Mesa (master): st/egl: Move probe interface to native_probe.h.

2010-04-09 Thread Brian Paul
One thing below... diff --git a/src/gallium/state_trackers/egl/common/native_probe.h b/src/gallium/state_trackers/egl/common/native_probe.h new file mode 100644 index 000..4ed37a5 --- /dev/null +++ b/src/gallium/state_trackers/egl/common/native_probe.h @@ -0,0 +1,67 @@ +/* + * Mesa 3-D graphi

Re: [Mesa3d-dev] Mesa (master): st/xorg: Fix bad paramf.

2010-04-09 Thread Brian Paul
> > Author: Corbin Simpson > Date: Fri Apr 9 03:38:23 2010 -0700 > > st/xorg: Fix bad paramf. > > Should be an integer param, according to docs. > > --- > > src/gallium/state_trackers/xorg/xorg_driver.c |4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) > > diff --git a/src/

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

2010-04-09 Thread Keith Whitwell
On Fri, 2010-04-09 at 03:43 -0700, Keith Whitwell wrote: > On Thu, 2010-04-08 at 15:20 -0700, Marek Olšák wrote: > > 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_ra

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

2010-04-09 Thread Keith Whitwell
On Thu, 2010-04-08 at 15:20 -0700, Marek Olšák wrote: > 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 >

Re: [Mesa3d-dev] piglit linking

2010-04-09 Thread Xavier Chantry
On Fri, Apr 9, 2010 at 8:46 AM, Dave Airlie wrote: > 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