Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSample not displaying correctly on Hi DPI display #725
Comments
|
I see this as well. I think this might be fixed by calling glViewport with actual size in pixels of the window. |
|
@waywardmonkeys Hmm, I thought that would fix it too. Unfortunately I don't have a retina MBP here to test with or debug. |
waywardmonkeys
added a commit
to waywardmonkeys/webrender
that referenced
this issue
Apr 7, 2017
bors-servo
added a commit
that referenced
this issue
Apr 7, 2017
Sample now uses full window on Retina display on macOS. Using the number of pixels gives us the correct device size. Fixes issue #725. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/1081) <!-- Reviewable:end -->
|
This is resolved by #1081. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run wr-sample on my MacBook Pro this is how it looks:
Everything but the background seems to be limited to a quarter of the screen, and the hidpi factor for my display is 2, so it looks like webrender isn't taking the hidpi scaling factor into account.
System Info