Re: [Mesa3d-dev] Request for $DESTDIR support in Makefile

2009-07-06 Thread Anders Juel Jensen
On Tuesday 07 July 2009 04:46:24 Dan Nicholson wrote: > On Mon, Jul 6, 2009 at 6:45 PM, tom fogal wrote: > > Hi, > > > > Anders Juel Jensen writes: > >> It would make life a lot easier for both packagers and testers if > >> the autotools based build system could be made to support DESTDIR, > >> l

Re: [Mesa3d-dev] Request for $DESTDIR support in Makefile

2009-07-06 Thread Dan Nicholson
On Mon, Jul 6, 2009 at 6:45 PM, tom fogal wrote: > Hi, > > Anders Juel Jensen writes: > >>  It would make life a lot easier for both packagers and testers if >> the autotools based build system could be made to support DESTDIR, >> like most other autotools based packages does. > > This is the wron

Re: [Mesa3d-dev] Request for $DESTDIR support in Makefile

2009-07-06 Thread Dan Nicholson
On Mon, Jul 6, 2009 at 6:01 PM, Anders Juel Jensen wrote: > Hi guys. > >  It would make life a lot easier for both packagers and testers if the > autotools based build system could be made to support DESTDIR, like most other > autotools based packages does. Mesa does support DESTDIR. I use it exte

Re: [Mesa3d-dev] Request for $DESTDIR support in Makefile

2009-07-06 Thread tom fogal
Hi, Anders Juel Jensen writes: > It would make life a lot easier for both packagers and testers if > the autotools based build system could be made to support DESTDIR, > like most other autotools based packages does. This is the wrong forum/time to ask this question, but I've noted similar sup

[Mesa3d-dev] Request for $DESTDIR support in Makefile

2009-07-06 Thread Anders Juel Jensen
Hi guys. It would make life a lot easier for both packagers and testers if the autotools based build system could be made to support DESTDIR, like most other autotools based packages does. Doing stuff like "./configure --prefix=/usr && make DESTDIR=/tmp/my-new-mesa- package install" makes it

[Mesa3d-dev] [PATCH] dri/radeon: Fix makefile to include all symbolic links in clean target.

2009-07-06 Thread Pauli Nieminen
--- src/mesa/drivers/dri/r200/Makefile |9 ++--- src/mesa/drivers/dri/r300/Makefile |9 ++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile index 4686241..bcecd6a 100644 --- a/src/mesa/driver

Re: [Mesa3d-dev] bug in piglit vbo-map-remap.c test?

2009-07-06 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vinson Lee wrote: > There's a glEnableClientState(GL_VERTEX_ARRAY) later on in the test. > > Is that one sufficient enough, or does the glEnable(GL_VERTEX_ARRAY) in > init() need to be coverted to glEnableClientState(GL_VERTEX_ARRAY) instead of > si

Re: [Mesa3d-dev] bug in piglit vbo-map-remap.c test?

2009-07-06 Thread Vinson Lee
There's a glEnableClientState(GL_VERTEX_ARRAY) later on in the test. Is that one sufficient enough, or does the glEnable(GL_VERTEX_ARRAY) in init() need to be coverted to glEnableClientState(GL_VERTEX_ARRAY) instead of simply being removed? tests/general/vbo-map-remap.c 79 static void

[Mesa3d-dev] [Bug 22630] Mesa 7.6 compiling fails due to "libdricore.so" issue

2009-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22630 Dan Nicholson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 22630] Mesa 7.6 compiling fails due to "libdricore.so" issue

2009-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22630 --- Comment #4 from Dan Nicholson 2009-07-06 09:39:46 PST --- If you check out mesa.git, there is nothing called libdricore.so. This is being added by mesa-7.1-link-shared.patch, which I can't see. The error is due to this patch, so you'll h

Re: [Mesa3d-dev] bug in piglit vbo-map-remap.c test?

2009-07-06 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vinson Lee wrote: > I believe there's a bug in the piglit vbo-map-remap.c test. The test fails > for me with a GL_INVALID_ENUM error that comes from > glEnable(GL_VERTEX_ARRAY). GL_VERTEX_ARRAY is a client-side capability so the > error seems valid.

[Mesa3d-dev] [Bug 22604] glxgears prints incorrect "The framerate should be approximately 1/21955 the monitor refresh rate" messages

2009-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22604 Ian Romanick changed: What|Removed |Added AssignedTo|mesa3d- |i...@freedesktop.org |d

[Mesa3d-dev] [Bug 22630] Mesa 7.6 compiling fails due to "libdricore.so" issue

2009-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22630 --- Comment #3 from Panos 2009-07-06 07:01:22 PST --- Created an attachment (id=27414) --> (http://bugs.freedesktop.org/attachment.cgi?id=27414) The PKGBUILD. This: git://anongit.freedesktop.org/mesa/mesa isn't ... Mesa ? This is the git r

[Mesa3d-dev] [Bug 22630] Mesa 7.6 compiling fails due to "libdricore.so" issue

2009-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22630 --- Comment #2 from Panos 2009-07-06 06:57:50 PST --- Created an attachment (id=27413) --> (http://bugs.freedesktop.org/attachment.cgi?id=27413) The error log. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

[Mesa3d-dev] [Bug 22630] Mesa 7.6 compiling fails due to "libdricore.so" issue

2009-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22630 --- Comment #1 from Dan Nicholson 2009-07-06 06:21:42 PST --- 1. There is no such thing as libdricore in mesa. Possibly this is something that arch does in their mesa build. In that case, you'd need to discuss with the arch developers. 2. P

[Mesa3d-dev] [Bug 22630] New: Mesa 7.6 compiling fails due to "libdricore.so" issue

2009-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22630 Summary: Mesa 7.6 compiling fails due to "libdricore.so" issue Product: Mesa Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: blocke

[Mesa3d-dev] [Bug 22627] New: FlightGear Flight Simulator Crash - Mesa 7.4.4 Glibc

2009-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22627 Summary: FlightGear Flight Simulator Crash - Mesa 7.4.4 Glibc Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All) Status: NEW Keywords: NEEDINFO

Re: [Mesa3d-dev] bug in piglit vbo-map-remap.c test?

2009-07-06 Thread Patrick Baggett
glEnable() vs glEnableClientState() is a big deal when Xserver != Xclient, in theory. I can verify that on Win32/NVidia that replacing **only** glEnable/DisableClientState(GL_VERTEX_ARRAY) with glEnable/Disable(GL_VERTEX_ARRAY) causes random polygons to flash and general corruption of the scene geo