[Webkit-unassigned] [Bug 100573] [EFL][WK2][AC] Texture size does not change when the window size changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 26 19:42:32 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=100573





--- Comment #1 from Yael <yael.aharon.m at gmail.com>  2012-10-26 19:43:43 PST ---
In EFL port, we create a new surface when the size changes. I did not find an API that allows resizing the surface instead.
Looks like TextureMapperGL is caching the first surface that we create and it does not update after the size change.
Calling exitAcceleratedCompositingMode and enterAcceleratedCompositingMode fix this problem by deleting and creating a new TextureMapperGL, but this is not optimal solution.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list