This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Flutter 1.26 rasterizer gpu disable #28633
Closed
d6638219
wants to merge
14
commits into
flutter:main
from
d6638219:flutter-1.26-rasterizer_gpu_disable
Closed
Flutter 1.26 rasterizer gpu disable #28633
d6638219
wants to merge
14
commits into
flutter:main
from
d6638219:flutter-1.26-rasterizer_gpu_disable
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…lutter#24142) * add ffi_allocation_patch.dart to libraries.yaml 2 (flutter#23954) * Use `runes` to get code units in CanvasKit. (flutter#24024) * [windows] Honor only valid resize requests (flutter#23990) * Load FlutterLoader when creating FlutterEngineGroup (flutter#23980) * [canvaskit] remove the DOM node of unrendered platform view (flutter#24001) * update dart to 2.12.0-259.8.beta * [web] Fix svg based stroke rendering. (flutter#23969) * [canvaskit] fix text background, foreground, color; add text style tests (flutter#23800) * [canvaskit] fix text background, foreground, familyFallback; add style tests * add leak test * update goldens_lock.yaml * remove solo * Warn when popping out of empty text style stack * [web] Fix alignment issue in rich paragraphs (flutter#23965) * [web] Implement CanvasParagraph.getLineBoundary (flutter#24037) * [web] Fix text alignment when transform + tight constraints + DOM rendering (flutter#24036) * update licenses_third_party golden Co-authored-by: Daco Harkes <[email protected]> Co-authored-by: Harry Terkelsen <[email protected]> Co-authored-by: Kaushik Iska <[email protected]> Co-authored-by: xster <[email protected]> Co-authored-by: Yegor <[email protected]> Co-authored-by: Ferhat <[email protected]> Co-authored-by: Mouad Debbar <[email protected]>
…sion 1.9.3 (flutter#24246) (flutter#24251) Co-authored-by: Jason Simmons <[email protected]>
…lutter#24306) * Update Dart SDK to 2.12.0-259.9.beta * Fixed plumbing of the spawning isolate for Shell::Spawn. (flutter#24112) * [canvaskit] update CSS size of the canvas when device-pixel ratio changes (flutter#24160) * [web] Fix text selection from right to left (flutter#24214) * [windows] Surface will not update when restoring (flutter#24236) Co-authored-by: gaaclarke <[email protected]> Co-authored-by: Yegor <[email protected]> Co-authored-by: Mouad Debbar <[email protected]> Co-authored-by: Kaushik Iska <[email protected]>
…lutter#24379) * Update 1.26 engine to use Dart Dart 2.12.0-259.12.beta * Ensures that hit testing only resturns focusable nodes. (flutter#23931) * update license file for Dart Dart 2.12.0-259.12.beta Co-authored-by: Alexander Brusher <[email protected]>
…lutter#24557) * Update Dart to 2.12.0-259.15.beta * Propagate image decode errors to the future returned by Codec.getNextFrame (flutter#24336) * fix infinite loop in findMinimumFontsForCodeunits (flutter#24441) * Roll CanvasKit to 0.24. (flutter#24498) * Update tests for new API * Update goldens and respond to comment * fix missing CJK and symbol glyphs, font precedence, fallback reset (flutter#24470) * fix missing CJK and symbol glyphs * Cache known covered code units Co-authored-by: Harry Terkelsen <[email protected]> * Update licenses_golden Co-authored-by: Jason Simmons <[email protected]> Co-authored-by: Yegor <[email protected]> Co-authored-by: Harry Terkelsen <[email protected]> Co-authored-by: Harry Terkelsen <[email protected]>
…4928) * Update Dart SDK to 2.12.1 * [canvaskit] fix Path.from (flutter#24382) * Fixed problem where AndroidShellHolder was trashing the ThreadHost in its deconstructor (flutter#24644) * update licenses golden Co-authored-by: Yegor <[email protected]> Co-authored-by: gaaclarke <[email protected]>
…5055) * fixes android deeplink query paremeter null crashes (flutter#24146) * Update Dart SDK to 2.12.2 * update licenses golden Co-authored-by: chunhtai <[email protected]>
…5341) * [web] Fix right click issue when dragging (flutter#24447) * [web] Fix placeholder-only paragraphs (flutter#24572) * [web] Reland: Fix painting of last placeholder in paragraph (flutter#24905) Co-authored-by: Mouad Debbar <[email protected]>
…5619) * Roll Dart SDK 2.12.3 * update licenses golden
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
b1a8771 to
2962099
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cla: no
embedder
Related to the embedder API
platform-android
platform-fuchsia
platform-ios
platform-web
Code specifically for the web engine
platform-windows
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merged code
##28383
Started providing the GPU sync switch to Rasterizer.DrawToSurface() #28383