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

glretrace: Implement --borderless option for xlib #555

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

davidlunarg
Copy link

@davidlunarg davidlunarg commented Feb 13, 2018

Here is a pull request that implements the --borderless option. We have found it useful for replaying traces that were created from an app that runs in a full-screen borderless window.

Unfortunately, this is implemented for xlib only. I don't think it would be that difficult to extend this for other platforms.

Option --borderless is stubbed out on Windows
@jrfonseca
Copy link
Member

It looks like macOS build is still broken.

@jrfonseca
Copy link
Member

BTW, forgot to mention, I agree this is a nice idea. In fact I felt the need for something similar for windows.

@jrfonseca jrfonseca added the Further Work Needed For PRs which need more work. label Apr 14, 2019
@davidlunarg
Copy link
Author

Yep, when I submitted this pull request, I found that MacOS didn't compile. I didn't have a MacOS system to try out fixes on, so I put it aside. Presently, this is a lower priorty for me, I'll get to it sometime in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Further Work Needed For PRs which need more work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants