[Mesa-dev] [PATCH] panfrost: Don't flip scanout

2019-06-05 Thread Alyssa Rosenzweig
The mesa/st flips the viewport, so we respect that rather than trying to flip the framebuffer itself and ignoring the viewport and using a messy heuristic. However, this brings an underlying disagreement about the interpretation of winding order to light. The blob uses a different strategy than Me

Re: [Mesa-dev] [PATCH] panfrost: Don't flip scanout

2019-05-31 Thread Alyssa Rosenzweig
> Guess there's some flipping in stencil and *coord that needs to be unflipped? Looks like it, thank you. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] panfrost: Don't flip scanout

2019-05-31 Thread Tomeu Vizoso
On Tue, 28 May 2019 at 08:17, Tomeu Vizoso wrote: > > On 5/26/19 1:51 AM, Alyssa Rosenzweig wrote: > > The mesa/st flips the viewport, so we respect that rather than > > trying to flip the framebuffer itself and ignoring the viewport and > > using a messy heuristic. > > > > However, this brings an

Re: [Mesa-dev] [PATCH] panfrost: Don't flip scanout

2019-05-27 Thread Tomeu Vizoso
On 5/26/19 1:51 AM, Alyssa Rosenzweig wrote: The mesa/st flips the viewport, so we respect that rather than trying to flip the framebuffer itself and ignoring the viewport and using a messy heuristic. However, this brings an underlying disagreement about the interpretation of winding order to li

[Mesa-dev] [PATCH] panfrost: Don't flip scanout

2019-05-25 Thread Alyssa Rosenzweig
The mesa/st flips the viewport, so we respect that rather than trying to flip the framebuffer itself and ignoring the viewport and using a messy heuristic. However, this brings an underlying disagreement about the interpretation of winding order to light. The blob uses a different strategy than Me