Mir

Comment 4 for bug 1701308

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Last time I worked on this problem (and fixed it), I found the initial resize event design was racy and unreliable. So don't rely on that. What you should be able to rely on is the EGL_WIDTH/HEIGHT being consistent with your target buffer, so maybe more work needs to be done on the Mesa/RS side...

For more details, see the fix for bug 1686620:
https://code.launchpad.net/~vanvugt/mir/fix-1686620/+merge/323378

And the first relevant report from last January: bug 1655804