Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make most headers private | Konstantin Käfer | 2014-12-04 | 1 | -101/+0 |
* | Reinstate 16px line width limit | Lauren Budorick | 2014-11-04 | 1 | -2/+2 |
* | Axe the 16-px line width limit | Lauren Budorick | 2014-11-04 | 1 | -4/+2 |
* | More concise | Lauren Budorick | 2014-11-04 | 1 | -2/+1 |
* | line-offset -> line-gap-width | Lauren Budorick | 2014-11-04 | 1 | -1/+2 |
* | Render map with a copy of TransformState | John Firebaugh | 2014-10-29 | 1 | -13/+12 |
* | use util::ptr as a wrapper around std::shared_ptr that asserts nonemptiness | Konstantin Käfer | 2014-09-24 | 1 | -2/+2 |
* | Less shader boilerplate | John Firebaugh | 2014-09-04 | 1 | -29/+27 |
* | Add SpriteAtlas::getPosition() | John Firebaugh | 2014-09-03 | 1 | -19/+7 |
* | Make renderLine more similar to JS | John Firebaugh | 2014-09-03 | 1 | -18/+14 |
* | linepattern in progress | Lauren Budorick | 2014-09-03 | 1 | -12/+45 |
* | Remove vtxMatrix state | John Firebaugh | 2014-08-28 | 1 | -1/+1 |
* | only set changed glDepthRange values | Konstantin Käfer | 2014-08-14 | 1 | -1/+1 |
* | use unified RenderPass type | Konstantin Käfer | 2014-08-12 | 1 | -1/+1 |
* | VICTORY | Lauren Budorick | 2014-08-11 | 1 | -2/+2 |
* | implement `line-blur` and fix retina antialiasing | Ansis Brammanis | 2014-08-05 | 1 | -2/+5 |
* | rename llmr => mbgl | Konstantin Käfer | 2014-07-16 | 1 | -5/+5 |
* | remove *-enabled | Konstantin Käfer | 2014-07-10 | 1 | -1/+0 |
* | even more refactoring | Konstantin Käfer | 2014-06-27 | 1 | -0/+1 |
* | saving current state | Konstantin Käfer | 2014-06-23 | 1 | -7/+2 |
* | make sure we retain shared state when destructing the map object | Konstantin Käfer | 2014-05-30 | 1 | -1/+1 |
* | fallback to default properties instead of not rendering when we don't have a ... | Konstantin Käfer | 2014-05-30 | 1 | -2/+3 |
* | use unordered map, don't make copies (auto usage!) and swap maps | Konstantin Käfer | 2014-05-26 | 1 | -2/+2 |
* | return refs to avoid matrix allocation/deallocation for untranslated layers | Konstantin Käfer | 2014-05-14 | 1 | -1/+1 |
* | add translate-anchor: viewport to lines + points | Konstantin Käfer | 2014-05-14 | 1 | -5/+3 |
* | always use std:: namespace for math functions | Konstantin Käfer | 2014-05-14 | 1 | -3/+3 |
* | make translate property zoom independent | Konstantin Käfer | 2014-05-14 | 1 | -3/+3 |
* | split up painter into multiple files | Konstantin Käfer | 2014-05-13 | 1 | -0/+92 |