Re: [Mesa-dev] [PATCH 3/5] i965: Include the viewport in the scissor rectangle.

2016-03-10 Thread Ilia Mirkin
On Thu, Mar 10, 2016 at 8:05 PM, Ilia Mirkin wrote: > I thought there was some deal where viewport was *not* supposed to act > as a scissor... perhaps I misunderstood though. It is, btw, entirely conceivable that I remember that precisely in the context of wide points/lines... > > On Thu, Mar 10

Re: [Mesa-dev] [PATCH 3/5] i965: Include the viewport in the scissor rectangle.

2016-03-10 Thread Ilia Mirkin
I thought there was some deal where viewport was *not* supposed to act as a scissor... perhaps I misunderstood though. On Thu, Mar 10, 2016 at 7:59 PM, Kenneth Graunke wrote: > We'll need to use scissoring to restrict fragments to the viewport > soon. It seems harmless to include it generally, s

[Mesa-dev] [PATCH 3/5] i965: Include the viewport in the scissor rectangle.

2016-03-10 Thread Kenneth Graunke
We'll need to use scissoring to restrict fragments to the viewport soon. It seems harmless to include it generally, so let's do that. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94453 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94454 Signed-off-by: Kenneth Graunke --- src/