[Mesa3d-dev] [Bug 20435] Mesa does not build against uClibc

2009-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20435 --- Comment #5 from Ryan Hope 2009-03-02 22:39:16 PST --- Created an attachment (id=23464) --> (http://bugs.freedesktop.org/attachment.cgi?id=23464) add uclibc support to config.guess and configure.ac this patch makes things work nicely, th

[Mesa3d-dev] [Bug 20435] Mesa does not build against uClibc

2009-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20435 --- Comment #4 from Dan Nicholson 2009-03-02 21:04:24 PST --- In configure.ac, we have this check: case "$host_os" in *-gnu*) DEFINES="$DEFINES -D_GNU_SOURCE -DPTHREADS" ;; solaris*) DEFINES="$DEFINES -DPTHREADS -DSVR4" ;; e

[Mesa3d-dev] [Bug 20435] Mesa does not build against uClibc

2009-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20435 --- Comment #3 from Ryan Hope 2009-03-02 18:17:44 PST --- No patch to any source code is needed, but im sure a Makefile or something needs to be modified... -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Mesa3d-dev] [Bug 20435] Mesa does not build against uClibc

2009-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20435 --- Comment #2 from Brian Paul 2009-03-02 18:11:47 PST --- So do we need to patch anything or are you all set? Please close the bug if no action is needed. Thanks. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=emai

[Mesa3d-dev] [Bug 20435] Mesa does not build against uClibc

2009-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20435 Ryan Hope changed: What|Removed |Added CC||rmh3...@gmail.com -- Configure bugmail:

[Mesa3d-dev] [Bug 20435] New: Mesa does not build against uClibc

2009-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20435 Summary: Mesa does not build against uClibc Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Mesa3d-dev] [Bug 20435] Mesa does not build against uClibc

2009-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20435 --- Comment #1 from Ryan Hope 2009-03-02 17:32:12 PST --- adding -D_GNU_SOURCE to the CFLAGS fixes the problem -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- Y

Re: [Mesa3d-dev] [PATCH] Revert change to allow DrawArrays/Elements with no vertex array enabled.

2009-03-02 Thread Brian Paul
Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brian Paul wrote: >> Eric Anholt wrote: >>> The 2.0 spec doesn't make things extremely clear, but expresses itself in >>> pseudocode: If the vertex array isn't enabled, then nothing is called that >>> provokes drawing. The

Re: [Mesa3d-dev] Indirect rendering to old Xservers...

2009-03-02 Thread Matthias Hopf
On Mar 02, 09 15:28:09 +0100, Michel Dänzer wrote: > > gkar:~ # glxinfo > > name of display: localhost:10.0 > > Error: couldn't find RGB GLX visual > > > >visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav > > id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b ea

Re: [Mesa3d-dev] Indirect rendering to old Xservers...

2009-03-02 Thread Michel Dänzer
On Mon, 2009-03-02 at 12:16 +0100, Matthias Hopf wrote: > > On Feb 27, 09 17:13:41 -0800, Ian Romanick wrote: > > Matthias Hopf wrote: > > > I haven't noticed until recently (due to a bug opened against our > > > openSUSE 11.1) that indirect rendering via GLX doesn't work any more > > > when an ol

Re: [Mesa3d-dev] Indirect rendering to old Xservers...

2009-03-02 Thread Matthias Hopf
Hey Ian, On Feb 27, 09 17:13:41 -0800, Ian Romanick wrote: > Matthias Hopf wrote: > > I haven't noticed until recently (due to a bug opened against our > > openSUSE 11.1) that indirect rendering via GLX doesn't work any more > > when an older Xserver is involved. > > Can you be more specific? Wh

Re: [Mesa3d-dev] Fix dri r200 driver debug output not to lock drm module complitely if debug output is going to terminal

2009-03-02 Thread Keith Whitwell
On Sun, 2009-03-01 at 17:04 -0800, Pauli Nieminen wrote: > Here is improved implementation for buffered debug output when > hardware is locked. This version is untested because conversion is > still not ready. I just want some feed back if whole idea is shot down > and it is worthless to continue c

Re: [Mesa3d-dev] Fix dri r200 driver debug output not to lock drm module complitely if debug output is going to terminal

2009-03-02 Thread Stephane Marchesin
On Mon, Mar 2, 2009 at 02:04, Pauli Nieminen wrote: > Here is improved implementation for buffered debug output when > hardware is locked. This version is untested because conversion is > still not ready. I just want some feed back if whole idea is shot down > and it is worthless to continue conve