-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering is broken on iPad 3 (retina) w/ iOS 5.1 SDK #29
Comments
ah shit. I don't have one :/. Can you send me a screenshot? Thx! Sebastien Metrot On Mar 16, 2012, at 7:19 PM, WhiteNoise wrote:
|
Wow. Seriously broken indeed. I need to find some time to check it out. S. On Mar 16, 2012, at 7:22 PM, Sebastien Metrot wrote:
|
Yeah.. I'll take a look at it later tonight too. Apps compiled under the On Fri, Mar 16, 2012 at 2:28 PM, Sbastien Mtrot <
|
can you check if there is the same pbm with the simulator in "retina display for new iPad mode"? On Mar 16, 2012, at 7:22 PM, Sebastien Metrot wrote:
|
will do On Fri, Mar 16, 2012 at 2:44 PM, Sbastien Mtrot <
|
Unfortunately it does not happen in the simulator :/ What it looks like to me is that everything in the backing buffer (ie, Setting EnablePartialRedraw(false) fixes the glitch so that may atleast be -Dave On Fri, Mar 16, 2012 at 2:58 PM, David Wallin [email protected] wrote:
|
Hey David, I have just put my hands on the new iPad. got to nui3/src/Window/iOS/nglVideoMode_UIKit.mm line 102 & replace
With:
We can wish that apple will fix this in the next OS update (and hope they don't wait too long...). S. |
Hi Sébastien, that definitely sounds like the bug. Performance doesn't seem too bad, even with partial redraw off. I'm fine -Dave On Sun, Apr 15, 2012 at 5:37 PM, Sébastien Métrot <
|
Still not fixed as of iOS 5.1.1, thank you Apple. |
Display is corrupted on the new iPad - probably something is using the wrong screen size somewhere.
The text was updated successfully, but these errors were encountered: