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

Implement X11 HW-synced swapping using glXJoinSwapGroupNV, glXBindSwa… #1336

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Binary-Eater
Copy link

…pBarrierNV, and the existing traits

This change is meant to be analogous to commit 634344a ("From Marius Heise, "here is a patch that implements Win32 HW-synced swapping using wglJoinSwapGroupNV, wglBindSwapBarrierNV and the existing traits. It was tested with multiple ATI FirePro S400 cards.") for the X11 backend. Tested using multiple NVIDIA A5000 cards. The NVIDIA driver stack requires that the swap group join and bind calls occur on the same thread context that is doing the swap buffer operation.

…pBarrierNV, and the existing traits

This change is meant to be analogous to commit 634344a ("From Marius
Heise, "here is a patch that implements Win32 HW-synced swapping using
wglJoinSwapGroupNV, wglBindSwapBarrierNV and the existing traits. It was
tested with multiple ATI FirePro S400 cards.") for the X11 backend. Tested
using multiple NVIDIA A5000 cards. The NVIDIA driver stack requires that
the swap group join and bind calls occur on the same thread context that is
doing the swap buffer operation.

Signed-off-by: Rahul Rameshbabu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant