Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CP][Impeller] disable all Adrenos older than 640 (#57069) #57100

Merged

Conversation

jonahwilliams
Copy link
Member

@jonahwilliams jonahwilliams commented Dec 10, 2024

Cherry pick for flutter/flutter#160041

@jonahwilliams
Copy link
Member Author

This should be working now.

EXPECT_TRUE(IsBadVersionTest("Adreno (TM) 505"));
EXPECT_TRUE(IsBadVersionTest("Adreno (TM) 504"));

EXPECT_FALSE(IsBadVersionTest("Adreno (TM) 640"));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like 640 needs to go in the EXPECT_TRUE list.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, good catch

@itsjustkevin itsjustkevin added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 13, 2024
@auto-submit auto-submit bot merged commit cb4b5ff into flutter:flutter-3.27-candidate.0 Dec 13, 2024
27 checks passed
@jonahwilliams jonahwilliams changed the title [CP][Impeller] disable all Adrenos older than 630 (#57069) [CP][Impeller] disable all Adrenos older than 640 (#57069) Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App e: impeller
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants