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

mac/vulkan: add retrieval of color depth and return auto (0) #15125

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    836f864 View commit details
    Browse the repository at this point in the history
  2. mac/vulkan: add retrieval of color depth and return auto (0)

    this effectively disables the workaround that picks the color/dither
    depth based on the source and instead picks it based on the output
    surface/pixel format.
    
    macOS apparently always operates at 10bit internally regardless of the
    display's bit depth. this changed at some point in the more recent macOS
    versions, where previously macOS operated at a frame buffer depth
    corresponding to the display. either 30-Bit Color (ARGB2101010) for
    10bit or 24-Bit Color (ARGB8888) for 8bit.
    
    Fixes 13767
    Akemi committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    eba6bb7 View commit details
    Browse the repository at this point in the history