summaryrefslogtreecommitdiff
path: root/src/renderer/line_bucket.cpp
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-403/+0
* fix variable shadowingKonstantin Käfer2014-10-221-12/+12
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-1/+1
* linepattern in progressLauren Budorick2014-09-031-0/+14
* fix binding to vaosKonstantin Käfer2014-08-141-2/+2
* VICTORYLauren Budorick2014-08-111-2/+2
* merge text and icon buckets/stylesKonstantin Käfer2014-07-291-1/+1
* line-join defaults to miter (fixes #384)John Firebaugh2014-07-251-1/+1
* rename llmr => mbglKonstantin Käfer2014-07-161-9/+9
* saving current stateKonstantin Käfer2014-06-231-3/+3
* separate bucket render properties and change namingKonstantin Käfer2014-06-161-11/+8
* only draw points when there actually are linejoinsKonstantin Käfer2014-06-031-1/+8
* first shot at composited blendingKonstantin Käfer2014-05-211-0/+6
* always use std:: namespace for math functionsKonstantin Käfer2014-05-141-3/+3
* only paint layer if it has dataKonstantin Käfer2014-05-121-2/+2
* remove more unused variablesKonstantin Käfer2014-04-161-1/+2
* do not use shared pointers for buffersKonstantin Käfer2014-03-251-31/+30
* move shader classes to separate folderKonstantin Käfer2014-03-121-2/+0
* make implicit type conversions explicitKonstantin Käfer2014-02-211-11/+11
* change line_strip drawing for outlines to indexed linesKonstantin Käfer2014-02-131-5/+5
* split line vertices into multiple buffer groups if elements overflowKonstantin Käfer2014-02-111-47/+92
* drawing lines with trianglesKonstantin Käfer2014-02-111-99/+152
* common buffer implementationKonstantin Käfer2014-02-101-2/+2
* c++artemp2014-02-061-1/+1
* c++artemp2014-02-061-1/+1
* c++artemp2014-02-061-1/+1
* always pass the parameters and verify that they're correctKonstantin Käfer2014-02-051-6/+2
* move to vertex array objectsKonstantin Käfer2014-02-051-5/+15
* remove VectorTile member variable of TileKonstantin Käfer2014-02-041-0/+1
* textured fillsKonstantin Käfer2014-02-031-2/+2
* make line drawing workKonstantin Käfer2014-01-291-32/+43
* buggy line supportKonstantin Käfer2014-01-281-0/+2
* change coordinate to use null structKonstantin Käfer2014-01-281-5/+5
* create line geometryKonstantin Käfer2014-01-281-2/+237
* rename stroke=>line, add line painter classesKonstantin Käfer2014-01-281-0/+28