summaryrefslogtreecommitdiffstats
path: root/wgpu/src/texture (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-28Stop creating image pipeline when unnecessaryLibravatar Héctor Ramón Jiménez5-507/+0
2020-02-26Move `Atlas::deallocate` after `allocate`Libravatar Héctor Ramón Jiménez1-21/+21
2020-02-26Deallocate atlas entries and remove paddingLibravatar Héctor Ramón Jiménez2-38/+57
2020-02-26Fix multiple issues from the refactoringLibravatar Héctor Ramón Jiménez2-35/+78
- Update texture view on grow - Fix atlas texture coordinates - Fix fragmented uploads
2020-02-26Avoid creating a vertex buffer every frameLibravatar Héctor Ramón Jiménez1-7/+5
2020-02-26Refactor texture atlasLibravatar Héctor Ramón Jiménez5-0/+447
- Split into multiple modules - Rename some concepts - Change API details