[Mesa-dev] [Bug 29789] TALLOC_CFLAGS not used properly

2010-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29789 --- Comment #1 from David Ronis 2010-09-02 18:29:58 PDT --- Ping! I just updated to the git/master. The problem remains. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

Re: [Mesa-dev] [RFC] Mesa 7.9 release criteria

2010-09-02 Thread Dave Airlie
On Fri, Sep 3, 2010 at 10:46 AM, Marek Olšák wrote: > On Fri, Sep 3, 2010 at 12:54 AM, Dave Airlie wrote: >> >> > >> >  - Later Radeons and NV chips:  I thought that these each had their own >> > register allocators than ran after Mesa's.  These should be able to do >> > the right thing.  Yes? >>

Re: [Mesa-dev] [RFC] Mesa 7.9 release criteria

2010-09-02 Thread Marek Olšák
On Fri, Sep 3, 2010 at 12:54 AM, Dave Airlie wrote: > > > > - Later Radeons and NV chips: I thought that these each had their own > > register allocators than ran after Mesa's. These should be able to do > > the right thing. Yes? > > r600c doesn't have anything smart for register allocation y

Re: [Mesa-dev] [RFC] Mesa 7.9 release criteria

2010-09-02 Thread Dave Airlie
> >  - Later Radeons and NV chips:  I thought that these each had their own > register allocators than ran after Mesa's.  These should be able to do > the right thing.  Yes? r600c doesn't have anything smart for register allocation yet. We've had regression reports since Eric's change https://bug

[Mesa-dev] [Bug 21783] Corrupt graphics in Zero Ballistics

2010-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=21783 Sven Arvidsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] [RFC] [BRANCH] Floating point textures and rendering for Mesa, softpipe and llvmpipe

2010-09-02 Thread Corbin Simpson
>> I think we need to be sure we're not infringing on this patent.  Until >> we know one way or the other I'd prefer that we don't merge this >> branch into master.  In the mean time I'll see if I can learn more >> about the situation and find a way to proceed. I'm going to bring this up again in

Re: [Mesa-dev] [RFC] Mesa 7.9 release criteria

2010-09-02 Thread Luca Barbieri
The nv30/nv40 driver expects that all optimizations that can be performed on TGSI without target knowledge to have already been performed. This seems a sensible principle in general to avoid drivers duplicating work. In particular, registers are expected to be optimally allocated. Doing this in th