summaryrefslogtreecommitdiffstats
path: root/wgpu/src/image/raster.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implemented automatic deallocation of texture space for dropped allocationsLibravatar Malte Veerman2020-02-251-9/+1
|
* Updated shaders and removed debug_stub_derive dependencyLibravatar Malte Veerman2020-02-251-2/+11
|
* Batch image draw calls into one with multiple instancesLibravatar Malte Veerman2020-02-251-10/+2
|
* Implement allocating large images across multiple texture array layers.Libravatar Malte Veerman2020-02-251-24/+11
|
* Use array of atlases instead of one growing indefinitely.Libravatar Malte Veerman2020-02-251-109/+20
|
* Some small debug changesLibravatar Malte Veerman2020-02-251-1/+4
|
* Merged image and svg texture atlases into one owned by the image pipeline.Libravatar Malte Veerman2020-02-251-63/+16
|
* Implemented a texture atlas for images and svgs.Libravatar Malte Veerman2020-02-251-96/+187
|
* Rerasterize SVGs when resized and refactor a bitLibravatar Héctor Ramón Jiménez2019-12-151-0/+176