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

Moved fbo allowed check into PGL. #76

Merged
merged 6 commits into from
Apr 27, 2020
Merged

Moved fbo allowed check into PGL. #76

merged 6 commits into from
Apr 27, 2020

Conversation

sampottinger
Copy link
Collaborator

Move checking for frame buffer object support from PSurfaceJOGL to PGL, closing a TODO in PGL and removing dependency on reflexive access. This is done by switching to resolving the check on demand after renderer has initialized. Note that this does require subclasses of PGL to use or override getIsFboAllowed instead of direct access to fboAllowed. This will require checking in with @benfry.

Resolves #50.

Move checking for frame buffer object support from PSurfaceJOGL to PGL, closing a TODO in PGL and removing dependency on reflexive access. Note that this does require subclasses of PGL to use or override getIsFboAllowed instead of direct access to fboAllowed. This will require checking in with @benfry.

Resolves #50.
@sampottinger
Copy link
Collaborator Author

Note that this is blocked on #74.

@sampottinger
Copy link
Collaborator Author

Hey there! There's a few PRs outstanding (with inter-dependencies) and the build on master has been broken on Mac for some time. So, I have an integration branch over at https://github.com/sampottinger/processing4 master. That branch includes this PR. This allows one to use Processing 4 again on a Mac along with all of the recent bug fixes. For your convenience, I have made builds available at https://www.datadrivenempathy.com/processing.

@benfry
Copy link
Owner

benfry commented Apr 27, 2020

Alternate solution based on this work now here: cc39c94 Thanks for your help!

@sampottinger sampottinger reopened this Apr 27, 2020
@sampottinger
Copy link
Collaborator Author

Just re-opening and merging but with no changes to master to make it easier for dependent PRs

@sampottinger sampottinger merged commit f816cbe into master Apr 27, 2020
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

“WARNING: Illegal reflective access by processing.opengl.PSurfaceJOGL” on getContextCapabilities()
2 participants