Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-02-28 | Stop creating image pipeline when unnecessary | 1 | -361/+0 | ||
2020-02-26 | Move `Atlas::deallocate` after `allocate` | 1 | -21/+21 | ||
2020-02-26 | Deallocate atlas entries and remove padding | 1 | -1/+37 | ||
2020-02-26 | Fix multiple issues from the refactoring | 1 | -19/+33 | ||
- Update texture view on grow - Fix atlas texture coordinates - Fix fragmented uploads | |||||
2020-02-26 | Avoid creating a vertex buffer every frame | 1 | -7/+5 | ||
2020-02-26 | Refactor texture atlas | 1 | -0/+313 | ||
- Split into multiple modules - Rename some concepts - Change API details |