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

Intel GPU selection investigation #5734

Commits on Mar 16, 2024

  1. StandardStyle : Avoid enabling GL_BLEND for selection

    Enabling `GL_BLEND` on Intel graphics hardware leads to corrupted ids in the selection buffer.
    murraystevenson committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    8849cdf View commit details
    Browse the repository at this point in the history
  2. ViewportGadget : Avoid rendering selection ids with GL_BLEND enabled

    Otherwise this leads to corrupted ids when rendering overlays such as the CropWindowTool on Intel graphics hardware.
    murraystevenson committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e5e8958 View commit details
    Browse the repository at this point in the history