e_comp_wl: adding window rotation information to surface's buffer transform 85/136085/3
authorBoram Park <boram1288.park@samsung.com>
Thu, 15 Jun 2017 04:46:51 +0000 (13:46 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Fri, 30 Jun 2017 04:45:06 +0000 (04:45 +0000)
commit048e0e54f3299c509107e6c1cc6db0aa0aa53193
treefb2be130eef229ec42aa27fbeb23e4306817e5a0
parentf3d959ca1c42af129f16a3928aee0ea503d48060
e_comp_wl: adding window rotation information to surface's buffer transform

To show a client buffer via a HW overlay, the client buffer status is exactly
same with WR 90(Window Rotation 90) and SR 90(Screen Rotation). So it's
reasonable that the surface's buffer transform contains the information how
a client draws objects on an attached buffer regarding window rotation.

Then, we have to distinguish the window rotation and screen rotation information
from the surface's buffer transform in server side.

Change-Id: I34128a6c192fcb4fb8527f9f1fb1984a5950bc4d
src/bin/e_comp.c
src/bin/e_comp_object.c
src/bin/e_comp_wl.c
src/bin/e_comp_wl.h