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

Enforce consistency of gl providers #44307

Merged

Commits on May 21, 2024

  1. glew: rework dependency on gl

    This simplifies the package and ensures a single gl implementation is
    pulled in. Before we were adding direct dependencies, and those are
    not unified through the virtual.
    alalazo committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5fec526 View commit details
    Browse the repository at this point in the history
  2. mesa-demos: rework dependency on gl

    This simplifies the package and ensures a single gl implementation is
    pulled in. Before we were adding direct dependencies, and those are
    not unified through the virtual.
    alalazo committed May 21, 2024
    Configuration menu
    Copy the full SHA
    bb56042 View commit details
    Browse the repository at this point in the history
  3. mesa-glu: rework dependency on gl

    This simplifies the package and ensures a single gl implementation is
    pulled in. Before we were adding direct dependencies, and those are
    not unified through the virtual.
    alalazo committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e9787b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9abc8d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    538741b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c631c8 View commit details
    Browse the repository at this point in the history
  7. paraview: remove the "osmesa" and "egl" variant

    Instead, enforce consistency using the "gl" virtual that allows
    only one provider.
    alalazo committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f874146 View commit details
    Browse the repository at this point in the history
  8. visit: remove osmesa variant

    alalazo committed May 21, 2024
    Configuration menu
    Copy the full SHA
    052db28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81c6b8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63ec81b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c656210 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b1ea11e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    40f6cd3 View commit details
    Browse the repository at this point in the history