Re: [r300] nasty bug found and fixed

2005-03-01 Thread Aapo Tahkola
Bad news: That extra instruction causes texobj=NULL and therefore texture corruption. Looks like it indeed. This is caused by incorrectly enabling texture units based on inputs. Something like if(ctx-Texture.Unit[i].Enabled == 0) continue; in

Re: [r300] nasty bug found and fixed

2005-02-28 Thread Rune Petersen
Hi, Nice catch! Aapo Tahkola wrote: Ok. I said that this bug doesnt exist and it was just my problem ... I changed my mind as it appeared again after rebuilding just about everything and tracked it down after long battle. This was caused by missing curly braces around texcoord VAP input

[r300] nasty bug found and fixed

2005-02-27 Thread Aapo Tahkola
Ok. I said that this bug doesnt exist and it was just my problem ... I changed my mind as it appeared again after rebuilding just about everything and tracked it down after long battle. This was caused by missing curly braces around texcoord VAP input configuration and resulted in all 8 texture

Re: [r300] nasty bug found

2005-02-25 Thread Vladimir Dergachev
On Thu, 24 Feb 2005, Aapo Tahkola wrote: Hi. I noticed that Vladimirs adition to struct r300_state caused arbvptorus to get broken pretty badly. This is pretty much similar to the bug where vb mode color buffer clears were broken. Iv been trying to figure out this for a while now with no success

Re: [r300] nasty bug found

2005-02-25 Thread Aapo Tahkola
On Thu, 24 Feb 2005, Aapo Tahkola wrote: Hi. I noticed that Vladimirs adition to struct r300_state caused arbvptorus to get broken pretty badly. This is pretty much similar to the bug where vb mode color buffer clears were broken. Iv been trying to figure out this for a while now with

[r300] nasty bug found

2005-02-24 Thread Aapo Tahkola
Hi. I noticed that Vladimirs adition to struct r300_state caused arbvptorus to get broken pretty badly. This is pretty much similar to the bug where vb mode color buffer clears were broken. Iv been trying to figure out this for a while now with no success and I was thinking if anyone else would

Re: [r300] nasty bug found

2005-02-24 Thread Rune Petersen
Aapo Tahkola wrote: Hi. I noticed that Vladimirs adition to struct r300_state caused arbvptorus to get broken pretty badly. This is pretty much similar to the bug where vb mode color buffer clears were broken. Iv been trying to figure out this for a while now with no success and I was thinking if

Re: [r300] nasty bug found

2005-02-24 Thread Aapo Tahkola
Aapo Tahkola wrote: Hi. I noticed that Vladimirs adition to struct r300_state caused arbvptorus to get broken pretty badly. This is pretty much similar to the bug where vb mode color buffer clears were broken. Iv been trying to figure out this for a while now with no success and I was