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

fshack: Resolve fbo for glCopyTexSubImage2D #189

Closed
wants to merge 1 commit into from

Commits on May 3, 2023

  1. fshack: Resolve fbo for glCopyTexSubImage2D

    GL_INVALID_OPERATION is generated if: the effective value of GL_SAMPLE_BUFFERS
    for the read framebuffer is one.
    
    This API works by spec with a system multisampled renderbuffer BUT returns
    error with user-defined multisampled renderbuffers
    
    MESA project introduced a workaround for Penumbra game:
    https://gitlab.freedesktop.org/mesa/mesa/-/commit/8ced03437d62b38dc2d8c1bd43c005aedcaf7f72
    
    But it might break other games, so it need to be resolved in Proton layer
    
    Note: Pure WINE does not have this issue, it's only Proton wine fail
    ilqvya committed May 3, 2023
    Configuration menu
    Copy the full SHA
    9411b71 View commit details
    Browse the repository at this point in the history