-
Notifications
You must be signed in to change notification settings - Fork 101
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
Remove PBuffer support #602
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does it happen now if I pass -8 though the environmental variable to choose the drawable type?
All the config files that you have removed should be modified to use FBOs instead? Or you don't really want to keep them?
| EQTOKEN_PBUFFER | ||
{ | ||
$$ = eq::fabric::FBO; | ||
LBERROR << "Using FBO for obsolete pbuffer token" << std::endl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"PBuffers support removed, using FBO"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Largely undefined behaviour, but from a first glance of the implementation you'll at least get some type of warning from the systemwindow. |
The removed once where PBuffer-specific. There are others which moved from PBuffer to FBO. |
No description provided.