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

Support multiple texture atlas pages #4244

Merged
merged 29 commits into from Oct 31, 2022
Merged

Commits on Oct 29, 2022

  1. Create texture page attribute

    Tyriar committed Oct 29, 2022
    Copy the full SHA
    54335ef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4ebc75a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    84ab6a4 View commit details
    Browse the repository at this point in the history
  4. Create AtlasPage

    Tyriar committed Oct 29, 2022
    Copy the full SHA
    6b37187 View commit details
    Browse the repository at this point in the history
  5. Remove deprecated prop

    Tyriar committed Oct 29, 2022
    Copy the full SHA
    975d52f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    67ef455 View commit details
    Browse the repository at this point in the history
  7. Get pages working, add to demo

    Tyriar committed Oct 29, 2022
    Copy the full SHA
    efba2c9 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    713baeb View commit details
    Browse the repository at this point in the history
  9. Stop atlas flickering on demo

    Tyriar committed Oct 29, 2022
    Copy the full SHA
    c6e3cc0 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    0a49a5d View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    c257a72 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    86ccd70 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    04f79aa View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Clean up

    Tyriar committed Oct 30, 2022
    Copy the full SHA
    bfa9dd5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    57a65e0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5e95475 View commit details
    Browse the repository at this point in the history
  4. Make better use of atlas space

    Tyriar committed Oct 30, 2022
    Copy the full SHA
    2a3c2d9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3f2ed42 View commit details
    Browse the repository at this point in the history
  6. Add CJK test button

    Tyriar committed Oct 30, 2022
    Copy the full SHA
    0f70055 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    846573b View commit details
    Browse the repository at this point in the history
  8. Increase texture size as it nears the maximum texture unit

    xtermjs#4243 would be a better, but more complicated, solution to this
    Tyriar committed Oct 30, 2022
    Copy the full SHA
    c9ef4a8 View commit details
    Browse the repository at this point in the history
  9. Share page creation code

    Tyriar committed Oct 30, 2022
    Copy the full SHA
    fc03a16 View commit details
    Browse the repository at this point in the history
  10. Fill pages to capacity

    Tyriar committed Oct 30, 2022
    Copy the full SHA
    0592837 View commit details
    Browse the repository at this point in the history
  11. Simplify page reuse/creation

    Tyriar committed Oct 30, 2022
    Copy the full SHA
    e092ca7 View commit details
    Browse the repository at this point in the history
  12. Add border around atlas pages

    Tyriar committed Oct 30, 2022
    Copy the full SHA
    0aa9fc5 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    095ceda View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    04041d0 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    dda3f5f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Polish

    Tyriar committed Oct 31, 2022
    Copy the full SHA
    4d05905 View commit details
    Browse the repository at this point in the history