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

Angle vulkan #143

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

Commits on Nov 26, 2024

  1. anv: use os_get_option instead of getenv

    so that the queue count override logic can catch Android system
    properties.
    
    Signed-off-by: Yiwei Zhang <[email protected]>
    Reviewed-by: Paulo Zanoni <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29492>
    zhangyiwei authored and JeevakaPrabu committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    dce356d View commit details
    Browse the repository at this point in the history
  2. android: look for debug/vendor prefixed options

    Properties from the vendor partition must use a "vendor." prefix from
    Android T+. Meanwhile the "debug." prefix can be used for local
    overrides.
    
    The order of precedence thus becomes:
    1. getenv
    2. debug.mesa.*
    3. vendor.mesa.*
    4. mesa.* (as a fallback for older versions)
    
    Tracked-On: OAM-126014
    Signed-off-by: Juston Li <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31584>
    juston-li authored and JeevakaPrabu committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e4b15e3 View commit details
    Browse the repository at this point in the history