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

Flutter 1.26 rasterizer gpu disable#28633

Closed
d6638219 wants to merge 14 commits into
flutter-team-archive:mainfrom
d6638219:flutter-1.26-rasterizer_gpu_disable
Closed

Flutter 1.26 rasterizer gpu disable#28633
d6638219 wants to merge 14 commits into
flutter-team-archive:mainfrom
d6638219:flutter-1.26-rasterizer_gpu_disable

Conversation

@d6638219

Copy link
Copy Markdown

Merged code
##28383
Started providing the GPU sync switch to Rasterizer.DrawToSurface() #28383

christopherfujino and others added 14 commits February 3, 2021 12:03
…lutter-team-archive#24142)

* add ffi_allocation_patch.dart to libraries.yaml 2 (flutter-team-archive#23954)

* Use `runes` to get code units in CanvasKit. (flutter-team-archive#24024)

* [windows] Honor only valid resize requests (flutter-team-archive#23990)

* Load FlutterLoader when creating FlutterEngineGroup (flutter-team-archive#23980)

* [canvaskit] remove the DOM node of unrendered platform view (flutter-team-archive#24001)

* update dart to 2.12.0-259.8.beta

* [web] Fix svg based stroke rendering. (flutter-team-archive#23969)

* [canvaskit] fix text background, foreground, color; add text style tests (flutter-team-archive#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-team-archive#23965)

* [web] Implement CanvasParagraph.getLineBoundary (flutter-team-archive#24037)

* [web] Fix text alignment when transform + tight constraints + DOM rendering (flutter-team-archive#24036)

* update licenses_third_party golden

Co-authored-by: Daco Harkes <dacoharkes@google.com>
Co-authored-by: Harry Terkelsen <hterkelsen@users.noreply.github.com>
Co-authored-by: Kaushik Iska <iska.kaushik@gmail.com>
Co-authored-by: xster <xster@google.com>
Co-authored-by: Yegor <yjbanov@google.com>
Co-authored-by: Ferhat <ferhat@gmail.com>
Co-authored-by: Mouad Debbar <mouad.debbar@gmail.com>
…sion 1.9.3 (flutter-team-archive#24246) (flutter-team-archive#24251)

Co-authored-by: Jason Simmons <jason-simmons@users.noreply.github.com>
…lutter-team-archive#24306)

* Update Dart SDK to 2.12.0-259.9.beta
* Fixed plumbing of the spawning isolate for Shell::Spawn. (flutter-team-archive#24112)
* [canvaskit] update CSS size of the canvas when device-pixel ratio changes (flutter-team-archive#24160)
* [web] Fix text selection from right to left (flutter-team-archive#24214)
* [windows] Surface will not update when restoring (flutter-team-archive#24236)

Co-authored-by: gaaclarke <30870216+gaaclarke@users.noreply.github.com>
Co-authored-by: Yegor <yjbanov@google.com>
Co-authored-by: Mouad Debbar <mouad.debbar@gmail.com>
Co-authored-by: Kaushik Iska <iska.kaushik@gmail.com>
…lutter-team-archive#24379)

* Update 1.26 engine to use Dart Dart 2.12.0-259.12.beta

* Ensures that hit testing only resturns focusable nodes. (flutter-team-archive#23931)

* update license file for Dart Dart 2.12.0-259.12.beta

Co-authored-by: Alexander Brusher <abrush21@users.noreply.github.com>
…lutter-team-archive#24557)

* Update Dart to 2.12.0-259.15.beta

* Propagate image decode errors to the future returned by Codec.getNextFrame (flutter-team-archive#24336)

* fix infinite loop in findMinimumFontsForCodeunits (flutter-team-archive#24441)

* Roll CanvasKit to 0.24. (flutter-team-archive#24498)

* Update tests for new API

* Update goldens and respond to comment

* fix missing CJK and symbol glyphs, font precedence, fallback reset (flutter-team-archive#24470)

* fix missing CJK and symbol glyphs
* Cache known covered code units

Co-authored-by: Harry Terkelsen <het@google.com>

* Update licenses_golden

Co-authored-by: Jason Simmons <jason-simmons@users.noreply.github.com>
Co-authored-by: Yegor <yjbanov@google.com>
Co-authored-by: Harry Terkelsen <hterkelsen@users.noreply.github.com>
Co-authored-by: Harry Terkelsen <het@google.com>
…eam-archive#24928)

* Update Dart SDK to 2.12.1
* [canvaskit] fix Path.from (flutter-team-archive#24382)
* Fixed problem where AndroidShellHolder was trashing the ThreadHost in its deconstructor (flutter-team-archive#24644)
* update licenses golden

Co-authored-by: Yegor <yjbanov@google.com>
Co-authored-by: gaaclarke <30870216+gaaclarke@users.noreply.github.com>
…eam-archive#25055)

* fixes android deeplink query paremeter null crashes (flutter-team-archive#24146)
* Update Dart SDK to 2.12.2
* update licenses golden

Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com>
…eam-archive#25341)

* [web] Fix right click issue when dragging (flutter-team-archive#24447)
* [web] Fix placeholder-only paragraphs (flutter-team-archive#24572)
* [web] Reland: Fix painting of last placeholder in paragraph (flutter-team-archive#24905)

Co-authored-by: Mouad Debbar <mouad.debbar@gmail.com>
@google-cla

google-cla Bot commented Sep 15, 2021

Copy link
Copy Markdown

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 @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@google-cla google-cla Bot added the cla: no label Sep 15, 2021
@CaseyHillers CaseyHillers changed the base branch from master to main November 15, 2021 18:16
@godofredoc godofredoc changed the base branch from master to main November 24, 2021 07:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Development

Successfully merging this pull request may close these issues.

3 participants