Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] use constexpr string concatenation for uniform/attribute names | Konstantin Käfer | 2019-03-20 | 1 | -3/+7 |
* | [core] remove a_/u_ prefix from attribute/uniform types | Konstantin Käfer | 2019-03-20 | 1 | -3/+3 |
* | Merge pull request #14126 from mapbox/gfx-refactor-4 | Konstantin Käfer | 2019-03-15 | 1 | -8/+7 |
* | [core] add texture bindings to draw call instead of Context member fn | Konstantin Käfer | 2019-03-12 | 1 | -0/+52 |
* | [core] move Texture to the gfx namespace | Konstantin Käfer | 2019-03-12 | 1 | -33/+0 |
* | [core] move Texture related enums to gfx namespace | Konstantin Käfer | 2019-03-12 | 1 | -8/+9 |
* | [core] GCC 4.9 is unable to deduce ctors when using bracket init | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -4/+16 |
* | [core] convert LineAtlas to use managed texture handling | Konstantin Käfer | 2016-11-01 | 1 | -0/+2 |
* | [core] change std::array<uint16_t, 2> to mbgl::Size | Konstantin Käfer | 2016-10-27 | 1 | -3/+2 |
* | [core] remove Raster object in favor of a more low-level Texture object | Konstantin Käfer | 2016-10-04 | 1 | -0/+19 |