Re: [Mesa-dev] [PATCH v2 1/2] vl: Add rotation

2014-03-07 Thread Christian König
I've added resetting the rotate in clear_layers, fixed calc_drawn_area and then committed the result. Thx for the help, Christian. Am 07.03.2014 03:07, schrieb Kusanagi Kouichi: Signed-off-by: Kusanagi Kouichi --- src/gallium/auxiliary/vl/vl_compositor.c | 64 ---

[Mesa-dev] [PATCH v2 1/2] vl: Add rotation

2014-03-06 Thread Kusanagi Kouichi
Signed-off-by: Kusanagi Kouichi --- src/gallium/auxiliary/vl/vl_compositor.c | 64 src/gallium/auxiliary/vl/vl_compositor.h | 18 + 2 files changed, 74 insertions(+), 8 deletions(-) diff --git a/src/gallium/auxiliary/vl/vl_compositor.c b/src/gallium/auxi