Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-02-28 | Stop creating image pipeline when unnecessary | 5 | -507/+0 | ||
2020-02-26 | Move `Atlas::deallocate` after `allocate` | 1 | -21/+21 | ||
2020-02-26 | Deallocate atlas entries and remove padding | 2 | -38/+57 | ||
2020-02-26 | Fix multiple issues from the refactoring | 2 | -35/+78 | ||
- 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 | 5 | -0/+447 | ||
- Split into multiple modules - Rename some concepts - Change API details |