Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Allow overriding the GLFW pixel ratio #11388

Merged

Conversation

stuartmorgan-g
Copy link
Contributor

Allows a client to set a specific pixel ratio rather than using one
computed based on the screen details.

Fixes flutter/flutter#37620

Allows a client to set a specific pixel ratio rather than using one
computed based on the screen details.

Fixes flutter/flutter#37620
@stuartmorgan-g stuartmorgan-g merged commit 4f6f390 into flutter:master Aug 22, 2019
@stuartmorgan-g stuartmorgan-g deleted the glfw-pixel-ratio-override branch August 22, 2019 23:49
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 23, 2019
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Aug 23, 2019
git@github.com:flutter/engine.git/compare/78ac65320bde...975a8aa

git log 78ac653..975a8aa --no-merges --oneline
2019-08-23 bkonyi@google.com Roll src/third_party/dart 022585cfe2..06d3769ac6 (12 commits)
2019-08-23 skia-flutter-autoroll@skia.org Roll src/third_party/skia 941d0a365045..f17d1c952987 (1 commits) (flutter/engine#11393)
2019-08-23 chinmaygarde@google.com Wire up software rendering in the test compositor. (flutter/engine#11392)
2019-08-23 bkonyi@google.com Roll src/third_party/dart 88c0c11612..022585cfe2 (14 commits)
2019-08-23 yjbanov@google.com preventDefault on touchend to show iOS keyboard (flutter/engine#11390)
2019-08-23 skia-flutter-autoroll@skia.org Roll src/third_party/skia 2a5954140b49..941d0a365045 (6 commits) (flutter/engine#11389)
2019-08-22 stuartmorgan@google.com Allow overriding the GLFW pixel ratio (flutter/engine#11388)
2019-08-22 stuartmorgan@google.com Allow non-resizable windows in GLFW embedding (flutter/engine#11386)
2019-08-22 yjbanov@google.com sync web engine; run web engine tests (flutter/engine#11031)
2019-08-22 garyq@google.com Reland "Track detailed LibTxt metrics with LineMetrics(#10127)" (flutter/engine#11064)
2019-08-22 egarciad@google.com Remove empty line in the pom file (flutter/engine#11382)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop
the roller if necessary.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide an API to set a custom pixel ratio in the desktop embedder.
3 participants