summaryrefslogtreecommitdiff
path: root/src/renderer/painter_line.cpp
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-101/+0
* Reinstate 16px line width limitLauren Budorick2014-11-041-2/+2
* Axe the 16-px line width limitLauren Budorick2014-11-041-4/+2
* More conciseLauren Budorick2014-11-041-2/+1
* line-offset -> line-gap-widthLauren Budorick2014-11-041-1/+2
* Render map with a copy of TransformStateJohn Firebaugh2014-10-291-13/+12
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-2/+2
* Less shader boilerplateJohn Firebaugh2014-09-041-29/+27
* Add SpriteAtlas::getPosition()John Firebaugh2014-09-031-19/+7
* Make renderLine more similar to JSJohn Firebaugh2014-09-031-18/+14
* linepattern in progressLauren Budorick2014-09-031-12/+45
* Remove vtxMatrix stateJohn Firebaugh2014-08-281-1/+1
* only set changed glDepthRange valuesKonstantin Käfer2014-08-141-1/+1
* use unified RenderPass typeKonstantin Käfer2014-08-121-1/+1
* VICTORYLauren Budorick2014-08-111-2/+2
* implement `line-blur` and fix retina antialiasingAnsis Brammanis2014-08-051-2/+5
* rename llmr => mbglKonstantin Käfer2014-07-161-5/+5
* remove *-enabledKonstantin Käfer2014-07-101-1/+0
* even more refactoringKonstantin Käfer2014-06-271-0/+1
* saving current stateKonstantin Käfer2014-06-231-7/+2
* make sure we retain shared state when destructing the map objectKonstantin Käfer2014-05-301-1/+1
* fallback to default properties instead of not rendering when we don't have a ...Konstantin Käfer2014-05-301-2/+3
* use unordered map, don't make copies (auto usage!) and swap mapsKonstantin Käfer2014-05-261-2/+2
* return refs to avoid matrix allocation/deallocation for untranslated layersKonstantin Käfer2014-05-141-1/+1
* add translate-anchor: viewport to lines + pointsKonstantin Käfer2014-05-141-5/+3
* always use std:: namespace for math functionsKonstantin Käfer2014-05-141-3/+3
* make translate property zoom independentKonstantin Käfer2014-05-141-3/+3
* split up painter into multiple filesKonstantin Käfer2014-05-131-0/+92