Re: [Mesa3d-dev] Please run 'make realclean' before changing configs

2008-11-28 Thread Brian Paul
Yeah, I know there's a broken dependency somewhere in the GLSL/slang code but I haven't found the cause yet. I wasn't aware of other broken dependencies. -Brian Chris Rankin wrote: > You may say that, but I don't believe it. You only need to be bitten *once* > by an inexplicable crash that va

Re: [Mesa3d-dev] Please run 'make realclean' before changing configs

2008-11-28 Thread Chris Rankin
You may say that, but I don't believe it. You only need to be bitten *once* by an inexplicable crash that vanishes after a total rebuild before you find yourself typing "make realclean; make linux-dri-x86" quite often... Cheers, Chris --- On Fri, 28/11/08, Brian Paul <[EMAIL PROTECTED]> wrote:

[Mesa3d-dev] [Bug 18805] New: X11 headers not located. wlib: cannot execute

2008-11-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18805 Summary: X11 headers not located. wlib: cannot execute Product: Mesa Version: 7.2 Platform: Other URL: http://360.yahoo.com/edgeofthirty2010 OS/Version: All Status: NEW

Re: [Mesa3d-dev] Please run 'make realclean' before changing configs

2008-11-28 Thread Brian Paul
Philipp Klaus Krause wrote: > Why do have to "make realclean" each time before "make linux-x86-64-debug". > > Workflow: > > -Make some small change in Mesa > -"make linux-x86-64-debug" > gives compiler error > -Fix problem introduced wth the small change Here, you should just run "make". > -"ma

[Mesa3d-dev] Please run 'make realclean' before changing configs

2008-11-28 Thread Philipp Klaus Krause
Why do have to "make realclean" each time before "make linux-x86-64-debug". Workflow: -Make some small change in Mesa -"make linux-x86-64-debug" > gives compiler error -Fix problem introduced wth the small change -"make realclean" -"make linux-x86-64-debug" I don't understand why the fourth step

Re: [Mesa3d-dev] Calculation of size of compressed textures

2008-11-28 Thread Brian Paul
Philipp Klaus Krause wrote: > Brian Paul schrieb: > >> Call it an oversight, or defensive programming. :) > > Well, I'd say it's redundant and confusing, so I propose to remove the > code (the comments about minimum size can stay, since they're still > true). Patch attached (warning: Not tested).

[Mesa3d-dev] [Bug 18734] Radeon XPRESS 200M (RC410) - xorg crash when enabling compiz ( regression)

2008-11-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18734 Brian Paul <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED Resolut

Re: [Mesa3d-dev] Calculation of size of compressed textures

2008-11-28 Thread Philipp Klaus Krause
Brian Paul schrieb: > > Call it an oversight, or defensive programming. :) Well, I'd say it's redundant and confusing, so I propose to remove the code (the comments about minimum size can stay, since they're still true). Patch attached (warning: Not tested). Philipp diff --git a/src/mesa/main/t