Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated shaders and removed debug_stub_derive dependency | 2020-02-25 | 1 | -8/+16 | |
* | Batch image draw calls into one with multiple instances | 2020-02-25 | 1 | -11/+4 | |
* | Implement allocating large images across multiple texture array layers. | 2020-02-25 | 1 | -16/+11 | |
* | Use array of atlases instead of one growing indefinitely. | 2020-02-25 | 1 | -118/+31 | |
* | Some small debug changes | 2020-02-25 | 1 | -11/+8 | |
* | Merged image and svg texture atlases into one owned by the image pipeline. | 2020-02-25 | 1 | -63/+15 | |
* | Implemented a texture atlas for images and svgs. | 2020-02-25 | 1 | -49/+149 | |
* | Avoid rasterizing SVG when a dimension is 0 | 2019-12-21 | 1 | -0/+4 | |
* | Cache `Svg` load result properly | 2019-12-15 | 1 | -15/+20 | |
* | Add `svg` example | 2019-12-15 | 1 | -1/+1 | |
* | Rerasterize SVGs when resized and refactor a bit | 2019-12-15 | 1 | -0/+187 |