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

Texture atlas #154

Merged
merged 23 commits into from
Feb 28, 2020
Merged

Texture atlas #154

merged 23 commits into from
Feb 28, 2020

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    1bcfc9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743637e View commit details
    Browse the repository at this point in the history
  3. Some small debug changes

    Maldela authored and hecrj committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    82e0675 View commit details
    Browse the repository at this point in the history
  4. Fixed texture bleeding

    Maldela authored and hecrj committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    8562a4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f77a6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f38835 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c099692 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f695ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f9f44b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4617da2 View commit details
    Browse the repository at this point in the history
  11. Recompile image shaders

    hecrj committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    82f0a49 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Refactor texture atlas

    - Split into multiple modules
    - Rename some concepts
    - Change API details
    hecrj committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    59d45a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58d94f View commit details
    Browse the repository at this point in the history
  3. Fix multiple issues from the refactoring

    - Update texture view on grow
    - Fix atlas texture coordinates
    - Fix fragmented uploads
    hecrj committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    48d7028 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d06d06e View commit details
    Browse the repository at this point in the history
  5. Add env_logger to svg example

    hecrj committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    883a9f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cb7fb6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    deedf6e View commit details
    Browse the repository at this point in the history
  8. Derive Debug for raster::Memory

    hecrj committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    271725f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb397cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fc55e3a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    4e7159c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88d4cd0 View commit details
    Browse the repository at this point in the history