Re: [Mesa-dev] [PATCH] panfrost: Remove some scanout special cases

2019-02-26 Thread Alyssa Rosenzweig
v2: panfrost: Remove some scanout special cases ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] panfrost: Remove some scanout special cases

2019-02-24 Thread Alyssa Rosenzweig
The scanout checks are fundamentally hacks; let's remove as many as we can. Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/pan_context.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/panfrost/pan_context.c b/src/gallium/drivers/