devwaker / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Swap chain reset/swap interval change incorrectly shortcutting #481

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the swap interval is changed, it is flagged as dirty. In 
checkForOutOfDateSwapChain(), this triggers resetSwapChain(), which clears the 
flag. Because the flag is cleared, the subsequent call to glMakeCurrent will 
not be triggered.

Original issue reported on code.google.com by shannonw...@chromium.org on 1 Oct 2013 at 8:49

GoogleCodeExporter commented 9 years ago
Issue 532 has been merged into this issue.

Original comment by jmad...@chromium.org on 2 Dec 2013 at 3:38

GoogleCodeExporter commented 9 years ago
We merged this in to the new repo 
(https://chromium.googlesource.com/angle/angle) in revision 
87be33c0c4853d5c1b0955e06a905c73606befb4. Feel free to re-open if there's a 
problem with the change.

Original comment by jmad...@chromium.org on 3 Dec 2013 at 10:08