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

Conversation

@matanlurey
Copy link
Contributor

@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie or stuartmorgan on the #hackers channel in Chat (don't just cc them here, they won't see it! Use Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@chinmaygarde chinmaygarde changed the title Make some Open GL errors non-fatal, check in debug mode (not unopt). [Impeller] Make some Open GL errors non-fatal, check in debug mode (not unopt). Sep 30, 2023
Copy link
Contributor

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

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

LGTM

@matanlurey matanlurey merged commit 01fc3c6 into flutter:main Sep 30, 2023
@matanlurey matanlurey deleted the impeller-GLES-debugGlCheck branch September 30, 2023 16:44
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 30, 2023
@zanderso
Copy link
Member

@jonahwilliams
Copy link
Contributor

This is likely a misconfiguration in the texture to texture blit, the only places where glBlitFramebuffer is used. Thankfully we have a capabilities check for this and can disable it: https://github.com/flutter/engine/blob/main/impeller/renderer/capabilities.cc#L32C8-L32C37

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

[Impeller] OpenGLES: Enable GL_CHECKs on debug mode (not --unopt)

4 participants