summaryrefslogtreecommitdiff
path: root/src/renderer/fill_bucket.cpp
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-246/+0
* fix variable shadowingKonstantin Käfer2014-10-221-14/+14
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-1/+1
* fix binding to vaosKonstantin Käfer2014-08-141-3/+3
* VICTORYLauren Budorick2014-08-111-2/+2
* 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-24/+20
* release mode: silent debug output + ifdef any potentially expensive callsDane Springmeyer2014-05-291-0/+6
* always use std:: namespace for math functionsKonstantin Käfer2014-05-141-1/+1
* only paint layer if it has dataKonstantin Käfer2014-05-121-2/+2
* do not use shared pointers for buffersKonstantin Käfer2014-03-251-25/+25
* use templated function to reduce codeKonstantin Käfer2014-03-141-0/+2
* resolve integer precision errorsKonstantin Käfer2014-03-041-2/+2
* fix line drawing bug with new vertices from tessellationKonstantin Käfer2014-03-031-1/+5
* Merge branch 'master' into tessellationKonstantin Käfer2014-02-281-1/+0
|\
| * make implicit type conversions explicitKonstantin Käfer2014-02-211-1/+1
* | use clipper and add missing vertices to avoid missing trianglesKonstantin Käfer2014-02-271-130/+74
* | allow switching the vao if we switch the style from plain color to pattern fillKonstantin Käfer2014-02-181-0/+11
* | do not encode bogus indicesKonstantin Käfer2014-02-181-4/+15
* | add linesKonstantin Käfer2014-02-181-64/+77
* | better allocator defaultsKonstantin Käfer2014-02-171-46/+36
* | add tessellation libraryKonstantin Käfer2014-02-171-2/+132
|/
* make sure we don't encode the first vertex twiceKonstantin Käfer2014-02-131-2/+13
* remove all mentions of degenerate thingsKonstantin Käfer2014-02-131-2/+0
* change line_strip drawing for outlines to indexed linesKonstantin Käfer2014-02-131-43/+52
* optimizations + reorder vertex indexKonstantin Käfer2014-02-131-3/+3
* move group struct to shared fileKonstantin Käfer2014-02-111-2/+2
* drawing lines with trianglesKonstantin Käfer2014-02-111-7/+5
* common buffer implementationKonstantin Käfer2014-02-101-13/+17
* c++artemp2014-02-061-11/+7
* c++artemp2014-02-061-3/+1
* textured fills & enforce vao program with templatesKonstantin Käfer2014-02-051-0/+21
* move to vertex array objectsKonstantin Käfer2014-02-051-22/+0
* 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-9/+16
* create line geometryKonstantin Käfer2014-01-281-53/+52
* draw fills according to the styleKonstantin Käfer2014-01-271-4/+7
* pass through name when renderingKonstantin Käfer2014-01-231-7/+2
* make fillbucket members privateKonstantin Käfer2014-01-231-0/+23
* add style objectKonstantin Käfer2014-01-231-4/+4
* do not use shared pointers for bucketsKonstantin Käfer2014-01-231-14/+10
* move to layer systemKonstantin Käfer2014-01-231-0/+103