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

Use VK_EXT_robustness2 only when not using an outdated intel iGPU driver #4602

Merged
merged 11 commits into from
Dec 7, 2023

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    2769528 View commit details
    Browse the repository at this point in the history
  2. Add to changelog

    TheoDulka committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    7dbd10b View commit details
    Browse the repository at this point in the history
  3. fmt

    TheoDulka committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    08dbdb0 View commit details
    Browse the repository at this point in the history
  4. Added logging for notifying when the intel igpu is outdated, added is…

    …sue for context in comment
    TheoDulka committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    800be89 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Moved to a function

    TheoDulka committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    c0b01b3 View commit details
    Browse the repository at this point in the history
  2. Now disabling the feature PhysicalDeviceRobustness2FeaturesEXT rather…

    … than removing the extension. Also added another check for intel driver and not mesa
    TheoDulka committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    23d2d21 View commit details
    Browse the repository at this point in the history
  3. Changelog update

    TheoDulka committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    c6b4e52 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    7dd30c0 View commit details
    Browse the repository at this point in the history
  2. Moved the check into the intitialization of capabilities

    Removing the ExtRobustness2 from the supported_extensions
    TheoDulka committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    cb74274 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Apply teo's requests

    TheoDulka committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5fde874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    105834c View commit details
    Browse the repository at this point in the history