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

Fix GLES/Emscripten rendering issues #752

Closed
kblaschke opened this issue Dec 28, 2023 · 1 comment · Fixed by #758
Closed

Fix GLES/Emscripten rendering issues #752

kblaschke opened this issue Dec 28, 2023 · 1 comment · Fixed by #758
Assignees
Labels
Milestone

Comments

@kblaschke
Copy link
Member

In GLES builds, the current master code produces some OpenGL errors after loading additional presets or doing a transition, e.g. making the screen turn green or start flickering.

It needs to be investigated if there's an issue with setting up the framebuffers and attachments, or if there are any resources not allocated or freed properly.

@kblaschke kblaschke added the bug label Dec 28, 2023
@kblaschke kblaschke added this to the 4.1 milestone Dec 28, 2023
@kblaschke kblaschke self-assigned this Dec 28, 2023
@kblaschke kblaschke linked a pull request Jan 22, 2024 that will close this issue
@kblaschke kblaschke reopened this Jan 27, 2024
@kblaschke
Copy link
Member Author

kblaschke commented Jan 27, 2024

Fixes are now properly merged. If anyone checked out/pulled master in the past eleven hours, or has a fork with auto sync enabled, please make sure to reset your master branch to the state of this repository via git reset - do not use pull again in this case, as your local/forked master branch history will then be broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

1 participant