summaryrefslogtreecommitdiff
path: root/include/llmr/renderer/line_bucket.hpp
Commit message (Expand)AuthorAgeFilesLines
* rename llmr => mbglKonstantin Käfer2014-07-161-61/+0
* cleanupKonstantin Käfer2014-06-261-1/+2
* saving current stateKonstantin Käfer2014-06-231-3/+3
* separate bucket render properties and change namingKonstantin Käfer2014-06-161-2/+2
* only paint layer if it has dataKonstantin Käfer2014-05-121-1/+1
* do not use shared pointers for buffersKonstantin Käfer2014-03-251-6/+7
* merge vec2 and CoordinateKonstantin Käfer2014-03-181-1/+0
* Merge branch 'master' into tessellationKonstantin Käfer2014-02-281-3/+3
|\
| * make implicit type conversions explicitKonstantin Käfer2014-02-211-3/+3
* | allow switching the vao if we switch the style from plain color to pattern fillKonstantin Käfer2014-02-181-2/+2
|/
* change line_strip drawing for outlines to indexed linesKonstantin Käfer2014-02-131-2/+2
* split line vertices into multiple buffer groups if elements overflowKonstantin Käfer2014-02-111-10/+9
* drawing lines with trianglesKonstantin Käfer2014-02-111-10/+26
* textured fills & enforce vao program with templatesKonstantin Käfer2014-02-051-1/+1
* move to vertex array objectsKonstantin Käfer2014-02-051-3/+8
* compile fixes on ubuntu precise/g++-4.8 - refs #27Dane Springmeyer2014-02-031-1/+1
* textured fillsKonstantin Käfer2014-02-031-1/+1
* make line drawing workKonstantin Käfer2014-01-291-4/+10
* buggy line supportKonstantin Käfer2014-01-281-2/+3
* create line geometryKonstantin Käfer2014-01-281-2/+6
* rename stroke=>line, add line painter classesKonstantin Käfer2014-01-281-0/+29