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
[macOS] Eliminate Vulkan hack for macOS < 10.14 #37498
Merged
Merged
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
dnfield
approved these changes
Nov 10, 2022
auto label is removed for flutter/engine, pr: 37498, due to - The status or check suite Mac Host Engine has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Seeing a segfault in the impeller tests Metal shader compile, it looks like:
The failure appears to not occur during the
|
@cbracken Can you rebase and try again please? I am actively looking into flutter/flutter#114872 ATM. The failure you are running into is not related to your patch. |
Eliminates an undef of VK_USE_PLATFORM_METAL_EXT that works around some unguarded `@available` checks for macOS 10.13. Our minimum macOS SDK is now macOS 10.14 so we can safely assume Metal support since it's a requirement for macOS 10.14. Issue: flutter/flutter#114445
dc58376
to
b765621
Compare
Rebased and re-pushed. |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Nov 18, 2022
auto-submit bot
pushed a commit
to flutter/flutter
that referenced
this pull request
Nov 18, 2022
…115608) * fe6f22ce6 Revert "[Impeller] reuse texture if size and type matches (#37527)" (flutter/engine#37727) * 80b25a302 [macOS] Eliminate Vulkan hack for macOS < 10.14 (flutter/engine#37498)
shogohida
pushed a commit
to shogohida/flutter
that referenced
this pull request
Dec 7, 2022
…lutter#115608) * fe6f22ce6 Revert "[Impeller] reuse texture if size and type matches (flutter#37527)" (flutter/engine#37727) * 80b25a302 [macOS] Eliminate Vulkan hack for macOS < 10.14 (flutter/engine#37498)
gspencergoog
pushed a commit
to gspencergoog/flutter
that referenced
this pull request
Jan 19, 2023
…lutter#115608) * fe6f22ce6 Revert "[Impeller] reuse texture if size and type matches (flutter#37527)" (flutter/engine#37727) * 80b25a302 [macOS] Eliminate Vulkan hack for macOS < 10.14 (flutter/engine#37498)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Eliminates an undef of VK_USE_PLATFORM_METAL_EXT that works around some unguarded
@available
checks for macOS 10.13. Our minimum macOS SDK is now macOS 10.14 so we can safely assume Metal support since it's a requirement for macOS 10.14.No test changes since this should only affect the graphics backend used in tests; the tests themselves should be the same regardless of which backend is in use.
Issue: flutter/flutter#114445
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.