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

Share texture atlas cache code between webgl and canvas renderers #4170

Merged
merged 26 commits into from
Oct 5, 2022

Commits on Oct 2, 2022

  1. Configuration menu
    Copy the full SHA
    6fcc496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5f9eac View commit details
    Browse the repository at this point in the history
  3. Fix remaining references

    Tyriar committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    d669c6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af6f036 View commit details
    Browse the repository at this point in the history
  5. Lint client.ts

    Tyriar committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    53d0297 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8752c4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dece3cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bc7115 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    333b0e2 View commit details
    Browse the repository at this point in the history
  10. Shuffle some utils

    Tyriar committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    26c974f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f38a49b View commit details
    Browse the repository at this point in the history
  12. Fix imports

    Tyriar committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    0bc5ca8 View commit details
    Browse the repository at this point in the history
  13. Initial working shared atlas

    Tyriar committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    c2bf87e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    590a821 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dbef850 View commit details
    Browse the repository at this point in the history
  16. Add sgr attr test

    Tyriar committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    f2ff3a6 View commit details
    Browse the repository at this point in the history
  17. Add ps to output string

    Tyriar committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    c741c13 View commit details
    Browse the repository at this point in the history
  18. Fix combined chars in canvas

    Tyriar committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    9259ec2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Comment out debug log

    Tyriar committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    6316eee View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    c5d015c View commit details
    Browse the repository at this point in the history
  2. Fix fg/bg overrides in canvas

    Tyriar committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    03e3105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83c09c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d7e18d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    622acaa View commit details
    Browse the repository at this point in the history
  6. Fix resolved todo

    Tyriar committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    3b260a2 View commit details
    Browse the repository at this point in the history
  7. Bring back ImageBitmap optimization in canvas renderer

    It's more simple than it used to be, it will clear and debounce all
    glyphs when any change is made.
    Tyriar committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e0324e3 View commit details
    Browse the repository at this point in the history