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

Fixed text rendering artifacts on Radeon cards. #1568

Merged
merged 3 commits into from Oct 29, 2019
Merged

Commits on Mar 9, 2019

  1. Fixed text rendering artifacts on Radeon cards.

    Padding set to 1.0 was causing adjacent glyphs leaking on Radeon cards. The initial padding value for glyphs was too high anyway, the proper value should be 0.5 on each side.
    oomek committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    0529172 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    a120294 View commit details
    Browse the repository at this point in the history
  2. Fixed text rendering artifacts on Radeon cards, revised.

    Reverted the padding used for drawing to 1.0 and increased the padding during glyph generation instead.
    oomek committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    e69c250 View commit details
    Browse the repository at this point in the history