Re: [Mesa-dev] [PATCH 3/5] panfrost: Overhaul viewport code; fix scissor test

2019-02-08 Thread Ilia Mirkin
On Fri, Feb 8, 2019 at 8:27 PM Alyssa Rosenzweig wrote: > > The previous code for handling viewport changes and scissors was ad hoc > and subject to edge cases. This patch unifies and streamlines these > routines, improving code quality and partially fixing the scissor test. > > Signed-off-by: Aly

[Mesa-dev] [PATCH 3/5] panfrost: Overhaul viewport code; fix scissor test

2019-02-08 Thread Alyssa Rosenzweig
The previous code for handling viewport changes and scissors was ad hoc and subject to edge cases. This patch unifies and streamlines these routines, improving code quality and partially fixing the scissor test. Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/pan_context.c | 94