Merge: gamnit: new services and a lot of bug fixes and performance improvements
[nit.git] / lib / gamnit / textures.nit
2017-11-29 Jean PrivatMerge: gamnit: new services and a lot of bug fixes...
2017-11-21 Alexis Laferrièregamnit: allow modification of CustomTextures after...
2017-11-21 Alexis Laferrièregamnit: keep source data for CustomTexture to support...
2017-11-21 Alexis Laferrièregamnit: fix subtexture references to the parent's GL...
2017-11-21 Alexis Laferrièregamnit: split use of App::on_create between create_gamn...
2017-09-25 Alexis Laferrièregamnit: more precise error when a texture is too large
2017-09-25 Alexis Laferrièregamnit: `CustomTexture::fill` returns self for easier...
2017-06-28 Alexis Laferrièregamnit: use premultiplied alpha
2017-06-28 Alexis Laferrièregamnit: by default, use the generated mipmap for minifi...
2017-06-20 Alexis Laferrièregamnit: add a subtexture with relative border coordinates
2017-06-14 Alexis Laferrièregamnit: intro `CustomTexture::fill`
2017-06-14 Alexis Laferrièregamnit: move `pixelated=` up to `Texture`
2017-06-14 Alexis Laferrièregamnit: intro custom textures, built programmatically...
2017-06-12 Alexis Laferrièregamnit: if a texture fails to load, use the checker...
2017-06-12 Alexis Laferrièregamnit: CheckerTexture with custom size and move up...
2017-05-16 Alexis Laferrièregamnit and related: improve doc
2017-05-07 Alexis Laferrièregamnit: remove `Gamnit` from `GamnitRootTexture` and...
2017-05-01 Alexis Laferrièregamnit: fix pixelated changing only magnification behavior
2016-06-26 Alexis Laferrièregamnit: update users of glGet* functions
2016-05-20 Alexis Laferrièrelib/gamnit: rename GamnitAssetTexture to TextureAsset
2016-05-20 Alexis Laferrièrelib/gamnit: improve doc of subtexture with a vital...
2016-01-25 Alexis Laferrièrelib/gamnit: intro `GamnitRootTexture::pixelated=`
2016-01-25 Alexis Laferrièrelib/gamnit: fix `Subtexture::gl_texture` not being set
2016-01-16 Alexis Laferrièrelib/gamnit: move `Texture::checker` to its own class...
2016-01-16 Alexis Laferrièrelib/gamnit: document `offset` methods
2015-12-14 Alexis Laferrièrelib/gamnit: make `all_root_textures` public
2015-12-14 Alexis Laferrièrelib/gamnit: fix offsets in textures to be lazy
2015-12-10 Alexis Laferrièrelib/gamnit: intro texture support