summaryrefslogtreecommitdiffstats
path: root/wgpu/src/texture/atlas (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-28Stop creating image pipeline when unnecessaryLibravatar Héctor Ramón Jiménez4-146/+0
2020-02-26Deallocate atlas entries and remove paddingLibravatar Héctor Ramón Jiménez1-37/+20
2020-02-26Fix multiple issues from the refactoringLibravatar Héctor Ramón Jiménez1-16/+45
- Update texture view on grow - Fix atlas texture coordinates - Fix fragmented uploads
2020-02-26Refactor texture atlasLibravatar Héctor Ramón Jiménez4-0/+134
- Split into multiple modules - Rename some concepts - Change API details