[Title] Fix to the bug which is the shared evas_gl_context with multi window 02/37002/3 accepted/tizen/tv/20150319.020319 submit/tizen_tv/20150318.024831
authorWonsik Jung <sidein@samsung.com>
Wed, 11 Feb 2015 10:52:27 +0000 (19:52 +0900)
committerSunghyun Kim <vdtizen.sds@samsung.com>
Wed, 18 Mar 2015 02:30:19 +0000 (11:30 +0900)
commit47a23f0e4e63199d861ada78d7f863863fc1b3bd
tree782ff9f250a24f18e9ac13060869bb9c9f51cec8
parentde041371727952996b7e21bf39565a3090f6deb3
[Title]    Fix to the bug which is the shared evas_gl_context with multi window

[Problem]  When multi windows are shown, the latest window does not shown.
[Cause]    The latest window can not call glViewport with the updated coordinate
[Solution] Force call glViewport when window resizing occurs
[Team]     Graphics

Change-Id: I89059b59a9f47464aa0c1aa85768b9a188947d43
src/modules/evas/engines/gl_cocoa/evas_engine.c
src/modules/evas/engines/gl_cocoa/evas_gl_cocoa_main.m
src/modules/evas/engines/gl_common/evas_gl_common.h
src/modules/evas/engines/gl_common/evas_gl_context.c
src/modules/evas/engines/gl_drm/evas_drm_main.c
src/modules/evas/engines/gl_sdl/evas_engine.c
src/modules/evas/engines/gl_x11/evas_x_main.c
src/modules/evas/engines/wayland_egl/evas_wl_main.c