Re: [Mesa-dev] multisample clears

2013-03-04 Thread Dave Airlie
On Mon, Mar 4, 2013 at 11:47 PM, Marek Olšák wrote: > On Mon, Mar 4, 2013 at 4:54 AM, Dave Airlie wrote: >> I've been playing with softpipe msaa on and off, but I hit a problem >> with the clears and am just wondering if the state tracker should be >> doing something like this. >> >> Or maybe onl

Re: [Mesa-dev] multisample clears

2013-03-04 Thread Marek Olšák
On Mon, Mar 4, 2013 at 4:54 AM, Dave Airlie wrote: > I've been playing with softpipe msaa on and off, but I hit a problem > with the clears and am just wondering if the state tracker should be > doing something like this. > > Or maybe only if any bound buffer has nr_samples > 1, or fallback to > t

Re: [Mesa-dev] multisample clears

2013-03-04 Thread Roland Scheidegger
Am 04.03.2013 04:54, schrieb Dave Airlie: > I've been playing with softpipe msaa on and off, but I hit a problem > with the clears and am just wondering if the state tracker should be > doing something like this. > > Or maybe only if any bound buffer has nr_samples > 1, or fallback to > the non-qu

[Mesa-dev] multisample clears

2013-03-03 Thread Dave Airlie
I've been playing with softpipe msaa on and off, but I hit a problem with the clears and am just wondering if the state tracker should be doing something like this. Or maybe only if any bound buffer has nr_samples > 1, or fallback to the non-quad draw method. I can't see how else the driver could