Re: [r300][PATCH] minor patches

2006-07-01 Thread Rune Petersen
Brian Paul wrote: > Rune Petersen wrote: >> Hi, >> >> Thought I'd share some of my patches. >> >> >> Change vp max instructions: >> The current state op the vp code is capable of executing 255 >> instructions not 255*4. >> >> Disable unused routes (speedup): >> When trying to get fragment.position

Re: [r300][PATCH] minor patches

2006-06-29 Thread Brian Paul
Rune Petersen wrote: > Hi, > > Thought I'd share some of my patches. > > > Change vp max instructions: > The current state op the vp code is capable of executing 255 > instructions not 255*4. > > Disable unused routes (speedup): > When trying to get fragment.position to work I found the routes

[r300][PATCH] minor patches

2006-06-29 Thread Rune Petersen
Hi, Thought I'd share some of my patches. Change vp max instructions: The current state op the vp code is capable of executing 255 instructions not 255*4. Disable unused routes (speedup): When trying to get fragment.position to work I found the routes were only set for the used routes and d