Re: [Mesa-dev] gallium: don't fallback on buffers clears for capable hw

2010-04-12 Thread Roland Scheidegger
On 12.04.2010 21:48, Christoph Bumiller wrote: > On 04/12/2010 08:52 PM, Roland Scheidegger wrote: >> On 10.04.2010 19:52, Christoph Bumiller wrote: >>> Hi, >>> this might not be the best implementation, but I thought I'd add a patch >>> to the suggestion. >>> >>> Basically I want nv50 to do be abl

Re: [Mesa-dev] gallium: don't fallback on buffers clears for capable hw

2010-04-12 Thread Christoph Bumiller
On 04/12/2010 08:52 PM, Roland Scheidegger wrote: > On 10.04.2010 19:52, Christoph Bumiller wrote: >> Hi, >> this might not be the best implementation, but I thought I'd add a patch >> to the suggestion. >> >> Basically I want nv50 to do be able to do hw clears in gallium even if >> scissors or col

Re: [Mesa-dev] gallium: don't fallback on buffers clears for capable hw

2010-04-12 Thread Roland Scheidegger
On 10.04.2010 19:52, Christoph Bumiller wrote: > Hi, > this might not be the best implementation, but I thought I'd add a patch > to the suggestion. > > Basically I want nv50 to do be able to do hw clears in gallium even if > scissors or color masks are active, since it's nicer than drawing a quad

[Mesa-dev] gallium: don't fallback on buffers clears for capable hw

2010-04-10 Thread Christoph Bumiller
Hi, this might not be the best implementation, but I thought I'd add a patch to the suggestion. Basically I want nv50 to do be able to do hw clears in gallium even if scissors or color masks are active, since it's nicer than drawing a quad, especially for the HiZ buffer. The state change to deact