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

Fix alpha/stencil replace on Adreno when color masked #16379

Merged
merged 3 commits into from
Nov 13, 2022

Commits on Nov 13, 2022

  1. GPU: Convert alphamask to FF/00 for 5551.

    When masking via uniform, we don't care about the lower bits of alpha.
    Games often use 7F / 80 to control writes of FF/00.
    unknownbrackets committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    9875857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66668d4 View commit details
    Browse the repository at this point in the history
  3. Vulkan: Mark Adreno bug resolved on recent driver.

    Playing it safe for 5xx devices and assuming they are still affected.
    unknownbrackets committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    3f875af View commit details
    Browse the repository at this point in the history