Re: r300 fixed pipeline design

2005-04-21 Thread Aapo Tahkola
On Wed, 23 Feb 2005 15:03:38 -0500 (EST) Vladimir Dergachev [EMAIL PROTECTED] wrote: With regard to state switching, it might be worth it to simply hash various configuration (fog on /fog off, etc) and just upload state difference on such changes. Could work reasonably well. Problem with

Re: r300 fixed pipeline design

2005-04-21 Thread Jerome Glisse
On 4/21/05, Aapo Tahkola [EMAIL PROTECTED] wrote: On Wed, 23 Feb 2005 15:03:38 -0500 (EST) Vladimir Dergachev [EMAIL PROTECTED] wrote: With regard to state switching, it might be worth it to simply hash various configuration (fog on /fog off, etc) and just upload state difference on

Re: r300 fixed pipeline design

2005-04-21 Thread Keith Whitwell
Jerome Glisse wrote: On 4/21/05, Aapo Tahkola [EMAIL PROTECTED] wrote: On Wed, 23 Feb 2005 15:03:38 -0500 (EST) Vladimir Dergachev [EMAIL PROTECTED] wrote: With regard to state switching, it might be worth it to simply hash various configuration (fog on /fog off, etc) and just upload state

Re: r300 fixed pipeline design

2005-04-21 Thread Vladimir Dergachev
On Thu, 21 Apr 2005, Aapo Tahkola wrote: On Wed, 23 Feb 2005 15:03:38 -0500 (EST) Vladimir Dergachev [EMAIL PROTECTED] wrote: With regard to state switching, it might be worth it to simply hash various configuration (fog on /fog off, etc) and just upload state difference on such changes. Could

Re: r300 fixed pipeline design

2005-04-21 Thread Jerome Glisse
Seems like everyone's working on the same thing. I've just committed a file which implements most of this internally in Mesa. I've got a few other commits to make before it can be turned on, but it should be pretty much the facility you're looking for. Btw you are not working on same things

Re: r300 fixed pipeline design

2005-04-21 Thread Ben Skeggs
Jerome Glisse wrote: Seems like everyone's working on the same thing. I've just committed a file which implements most of this internally in Mesa. I've got a few other commits to make before it can be turned on, but it should be pretty much the facility you're looking for. Btw you are not

Re: r300 fixed pipeline design

2005-04-21 Thread Vladimir Dergachev
On Thu, 21 Apr 2005, Jerome Glisse wrote: Seems like everyone's working on the same thing. I've just committed a file which implements most of this internally in Mesa. I've got a few other commits to make before it can be turned on, but it should be pretty much the facility you're looking for.

Re: r300 fixed pipeline design

2005-04-21 Thread Keith Whitwell
Jerome Glisse wrote: Seems like everyone's working on the same thing. I've just committed a file which implements most of this internally in Mesa. I've got a few other commits to make before it can be turned on, but it should be pretty much the facility you're looking for. Btw you are not