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

[Feature Request] Add support for X11 WSI #3751

Open
bkaradzic opened this issue Dec 17, 2023 · 3 comments
Open

[Feature Request] Add support for X11 WSI #3751

bkaradzic opened this issue Dec 17, 2023 · 3 comments

Comments

@bkaradzic
Copy link

This is not issue, rather feature request... Sorry! 😃

It would be great if DXVK can be used directly with X11 without SDL.

I already did some work, it's not complete, but it works enough for my use case (using D3D11 for testing on Linux directly without SDL):
bkaradzic@38b5f66

@flibitijibibo
Copy link
Contributor

It might make things easier to rebase on #3738, which allows all the backends to live in one binary.

@doitsujin
Copy link
Owner

#3738 is definitely going to happen first, but I'm not opposed to having an X11 backend added afterwards.

Is the xlib path relevant? Given that the headers are such a huge pain in the arse to work with and have #defines for literally every English word in existence, I'd strongly prefer to not have to deal with it and just have an xcb path.

@flibitijibibo
Copy link
Contributor

The WSI changes got merged, so it should now be possible to add xcb/xlib support in the same binary as SDL/GLFW.

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

No branches or pull requests

3 participants