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

Make GeForce Now work on DXVK #1711

Merged
merged 9 commits into from Aug 7, 2020
Merged

Make GeForce Now work on DXVK #1711

merged 9 commits into from Aug 7, 2020

Conversation

Joshua-Ashton
Copy link
Collaborator

  • Fix a refcounting issue with additional swapchains.
  • Fix a race condition that would cause video conversion formats to be black when used with D3DLOCK_DISCARD
    • This is really just a band aid.
    • Maybe this could be fixed better, the problem is that the conversion uses it's own context and when the buffer was invalidated, the conversion's context has no way of knowing that, so it was reading from the old slice still.
    • The correct solution would be to maybe move the conversion onto the main CS thread, that's mildly annoying but probably not impossible.
  • Cleanup YUV helpers
  • Implement NV12
    • And a test with a cute lil froggy image!
      image

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.

None yet

1 participant