e_hwc_windows: set transition if window has transtion and client state 88/253288/3 accepted/tizen/6.0/unified/20210209.051429 submit/tizen_6.0/20210208.113944
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 8 Feb 2021 03:33:03 +0000 (12:33 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Mon, 8 Feb 2021 10:57:08 +0000 (19:57 +0900)
commit8535e176124c2616966d91297753bc691f7dbdd4
tree83455fdc9f4baeb1fa0d9e419a4ae625f8b61e92
parent6ab2e2c5ec2dfce419eaa1cc9569a0439592ca0e
e_hwc_windows: set transition if window has transtion and client state

fix flickering this case
1. A window set device state and unredirect
2. target window render frame which doesn't have A window frame
3. A window set client state before hwc state isn't accepted
4. target window commit gl compositing frame, but flickering
   is occurred because 2 step frame doesn't have A Window

Change-Id: I1aac31279c8fdd9ce736a8f597c02d739c5ee4e6
src/bin/e_hwc_windows.c