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

Reverts "[Impeller] moved to bgra10_xr (#52019)" #52140

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

auto-submit[bot]
Copy link
Contributor

@auto-submit auto-submit bot commented Apr 15, 2024

Reverts: #52019

Initiated by: jonahwilliams

Reason for reverting: I believe the tree failures are due to changes in the build configuration this file introduced.

Original PR Author: gaaclarke

Reviewed By: {jonahwilliams}

This change reverts the following previous change:
fixes flutter/flutter#145933

This required that we moved the golden image tests to arm64 since the wide gamut tests would now require BGRA10_XR and that's only available to arm64.

tests: in framework repo https://github.com/flutter/flutter/tree/master/dev/integration_tests/wide_gamut_test. There was a test added to that suite specifically for this case when we turned off BGRA10_XR the first time.

This has a dependency on #51998 which includes the necessary skia change.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@auto-submit auto-submit bot added the revert of Bot Only: Tracking label for bot. Tracks new revert of pull requests. label Apr 15, 2024
@auto-submit auto-submit bot merged commit 503e7e8 into main Apr 15, 2024
6 checks passed
@auto-submit auto-submit bot deleted the revert_092710a5dd0d70ae3c6444034df22a010cb642ec branch April 15, 2024 22:50
gaaclarke added a commit to gaaclarke/engine that referenced this pull request Apr 15, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 15, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Apr 16, 2024
…146790)

flutter/engine@07ae93c...503e7e8

2024-04-15 98614782+auto-submit[bot]@users.noreply.github.com Reverts "[Impeller] moved to bgra10_xr (#52019)" (flutter/engine#52140)
2024-04-15 skia-flutter-autoroll@skia.org Roll Skia from d27e288efd54 to 0b5df0201734 (1 revision) (flutter/engine#52132)
2024-04-15 skia-flutter-autoroll@skia.org Roll Skia from 0fe107da5a4e to d27e288efd54 (6 revisions) (flutter/engine#52130)
2024-04-15 30870216+gaaclarke@users.noreply.github.com [Impeller] moved to bgra10_xr (flutter/engine#52019)
2024-04-15 skia-flutter-autoroll@skia.org Roll Skia from 9e20a146c024 to 0fe107da5a4e (33 revisions) (flutter/engine#52129)
2024-04-15 jonahwilliams@google.com [Impeller] Use Wang's formula for quad/cubic subdivision. (flutter/engine#52079)
2024-04-15 jonahwilliams@google.com [Impeller] organize shaders a bit, make filter shaders use same vertex source. (flutter/engine#52113)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
gilnobrega pushed a commit to gilnobrega/flutter that referenced this pull request Apr 22, 2024
…lutter#146790)

flutter/engine@07ae93c...503e7e8

2024-04-15 98614782+auto-submit[bot]@users.noreply.github.com Reverts "[Impeller] moved to bgra10_xr (flutter#52019)" (flutter/engine#52140)
2024-04-15 skia-flutter-autoroll@skia.org Roll Skia from d27e288efd54 to 0b5df0201734 (1 revision) (flutter/engine#52132)
2024-04-15 skia-flutter-autoroll@skia.org Roll Skia from 0fe107da5a4e to d27e288efd54 (6 revisions) (flutter/engine#52130)
2024-04-15 30870216+gaaclarke@users.noreply.github.com [Impeller] moved to bgra10_xr (flutter/engine#52019)
2024-04-15 skia-flutter-autoroll@skia.org Roll Skia from 9e20a146c024 to 0fe107da5a4e (33 revisions) (flutter/engine#52129)
2024-04-15 jonahwilliams@google.com [Impeller] Use Wang's formula for quad/cubic subdivision. (flutter/engine#52079)
2024-04-15 jonahwilliams@google.com [Impeller] organize shaders a bit, make filter shaders use same vertex source. (flutter/engine#52113)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e: impeller platform-ios revert of Bot Only: Tracking label for bot. Tracks new revert of pull requests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Impeller] Convert to BGRAXR_10 for iOS wide gamut surface/offscreen buffers
2 participants