[Mesa3d-dev] [Bug 13213] [i965 ] mesa demo drawpix failed

2007-11-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13213 [EMAIL PROTECTED] changed: What|Removed |Added CC||mesa3d- |

[Mesa3d-dev] [Bug 9200] mesa/progs/xdemos/glxpixmap error: GLXBadContext

2007-11-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=9200 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment #

Re: [Mesa3d-dev] [PATCH 1/3] Add GL/glut libraries in progs Makefiles, not from configs variable

2007-11-13 Thread Dan Nicholson
On Nov 11, 2007 12:54 AM, Brice Goglin <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote: > > This commit adds the necessary libraries for the programs in each > > specific Makefile. Previously, all programs were linked with libraries > > listed in the $(APP_LIB_DEPS) variable. This effectively mean

[Mesa3d-dev] Using GNU make conditionals and text functions

2007-11-13 Thread Dan Nicholson
Hi Brian, Since we're not using something like automake to control the build, I was wondering if Mesa could make more use of GNU make conditionals and functions. There are a lot of different ways that Mesa can be built, and I believe it could be much more robust than it currently is. Right now we

Re: [Mesa3d-dev] [PATCH 1/3] Add GL/glut libraries in progs Makefiles, not from configs variable

2007-11-13 Thread Brian Paul
Dan Nicholson wrote: > On Nov 11, 2007 12:54 AM, Brice Goglin <[EMAIL PROTECTED]> wrote: >> Dan Nicholson wrote: >>> This commit adds the necessary libraries for the programs in each >>> specific Makefile. Previously, all programs were linked with libraries >>> listed in the $(APP_LIB_DEPS) variabl

Re: [Mesa3d-dev] [PATCH 1/3] Add GL/glut libraries in progs Makefiles, not from configs variable

2007-11-13 Thread Dan Nicholson
On Nov 13, 2007 7:19 AM, Brian Paul <[EMAIL PROTECTED]> wrote: > > Dan Nicholson wrote: > > On Nov 11, 2007 12:54 AM, Brice Goglin <[EMAIL PROTECTED]> wrote: > >> Dan Nicholson wrote: > >>> This commit adds the necessary libraries for the programs in each > >>> specific Makefile. Previously, all pr

Re: [Mesa3d-dev] [PATCH] read_rgba_span: removing some dead code

2007-11-13 Thread Kevin F. Quinn
On Sun, 11 Nov 2007 19:47:45 +0100 Benno Schulenberg <[EMAIL PROTECTED]> wrote: > Patrick Baggett wrote: > > I noticed that there are notes about removing data segment > > variables and moving them into text-segment (in the form of > > push/pop). I don't think that is faster than directly loading

[Mesa3d-dev] [PATCH] xdemos: Special case the programs needing libGLU so they're optional

2007-11-13 Thread Dan Nicholson
Since most of the xdemos don't require libGLU, it should not be required except for those special cases. The Makefile now checks for libGLU before attempting to build these programs. --- Brian, I saw you changed offset.c to not use libGLU, so it could be dropped from this patch. Does the approach

Re: [Mesa3d-dev] Using GNU make conditionals and text functions

2007-11-13 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Nicholson wrote: > Since we're not using something like automake to control the build, I > was wondering if Mesa could make more use of GNU make conditionals and > functions. There are a lot of different ways that Mesa can be built, > and I believ

Re: [Mesa3d-dev] [PATCH] xdemos: Special case the programs needing libGLU so they're optional

2007-11-13 Thread Brian Paul
Dan Nicholson wrote: > Since most of the xdemos don't require libGLU, it should not be required > except for those special cases. The Makefile now checks for libGLU > before attempting to build these programs. > --- > Brian, I saw you changed offset.c to not use libGLU, so it could be > dropped f

Re: [Mesa3d-dev] Using GNU make conditionals and text functions

2007-11-13 Thread Brian Paul
Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dan Nicholson wrote: > >> Since we're not using something like automake to control the build, I >> was wondering if Mesa could make more use of GNU make conditionals and >> functions. There are a lot of different ways that

Re: [Mesa3d-dev] Using GNU make conditionals and text functions

2007-11-13 Thread Dan Nicholson
On Nov 13, 2007 12:11 PM, Brian Paul <[EMAIL PROTECTED]> wrote: > Ian Romanick wrote: > > Dan Nicholson wrote: > > > >> Since we're not using something like automake to control the build, I > >> was wondering if Mesa could make more use of GNU make conditionals and > >> functions. There are a lot o

Re: [Mesa3d-dev] Using GNU make conditionals and text functions

2007-11-13 Thread Alex Neundorf
On 11/13/07, Brian Paul <[EMAIL PROTECTED]> wrote: ... > One way to improve the build process that I was going to look into > sometime is to build static .a lib in each source subdir, then assemble > the relevant .a files into the libGL.so in a reasonable place (like in > drivers/x11 for the stand

[Mesa3d-dev] [Bug 13240] New: [i965] mesa demo gearbox rendering is incorrect in wireframe mode

2007-11-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13240 Summary: [i965] mesa demo gearbox rendering is incorrect in wireframe mode Product: Mesa Version: CVS Platform: Other OS/Version: Linux (All) Status: NEW S