summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* switch build system to gypDane Springmeyer2014-02-031-76/+0
* Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-034-2/+4
|\
| * compile fixes on ubuntu precise/g++-4.8 - refs #27Dane Springmeyer2014-02-034-2/+4
* | remove c99 featuresKonstantin Käfer2014-02-032-112/+117
|/
* textured fillsKonstantin Käfer2014-02-0311-63/+142
* allow binding the sprite objectKonstantin Käfer2014-02-031-0/+25
* add sprite object and parse imageKonstantin Käfer2014-02-033-48/+180
* first part of loading JSON stylesheetsKonstantin Käfer2014-02-031-0/+280
* alternative http_request functionKonstantin Käfer2014-02-031-7/+4
* add rapidjson for parsing sprite json filesKonstantin Käfer2014-02-035-2/+110
* create async() functionKonstantin Käfer2014-01-313-29/+30
* don't pass the entire tile object to changeMatrixKonstantin Käfer2014-01-302-4/+3
* fix errors from rename of style.hpp to resources.hppKonstantin Käfer2014-01-303-4/+2
* Merge branch 'master' of github.com:mapbox/llmr-native into unique-cpp-namesDane Springmeyer2014-01-2917-195/+318
|\
| * move static global buffers to RAIIKonstantin Käfer2014-01-293-64/+42
| * float[16] => std::array<float, 16>Konstantin Käfer2014-01-293-35/+35
| * linear fadesKonstantin Käfer2014-01-294-36/+71
| * don't use aliasKonstantin Käfer2014-01-291-5/+2
| * add matteKonstantin Käfer2014-01-292-1/+43
| * let roads show up till z30Konstantin Käfer2014-01-291-8/+9
| * parse line width function and call tile destructor from main threadKonstantin Käfer2014-01-297-24/+66
| * make line drawing workKonstantin Käfer2014-01-298-70/+98
* | avoid two cpp files named style.cppDane Springmeyer2014-01-292-1/+1
|/
* buggy line supportKonstantin Käfer2014-01-2811-19/+223
* rename shader line -> plainKonstantin Käfer2014-01-286-44/+30
* change coordinate to use null structKonstantin Käfer2014-01-283-10/+6
* create line geometryKonstantin Käfer2014-01-286-73/+303
* rename stroke=>line, add line painter classesKonstantin Käfer2014-01-285-28/+62
* move vector tile parsing to separate class + iteratorsKonstantin Käfer2014-01-283-121/+191
* add LineBuffer and change DebugFontBuffer namingKonstantin Käfer2014-01-286-60/+61
* cascade stylesKonstantin Käfer2014-01-277-49/+198
* draw fills according to the styleKonstantin Käfer2014-01-2710-43/+418
* pass style into painterKonstantin Käfer2014-01-232-7/+4
* pass through name when renderingKonstantin Käfer2014-01-232-9/+10
* make fillbucket members privateKonstantin Käfer2014-01-232-15/+27
* add style objectKonstantin Käfer2014-01-235-11/+33
* do not use shared pointers for bucketsKonstantin Käfer2014-01-233-34/+27
* move to layer systemKonstantin Käfer2014-01-236-290/+282
* fix drawFill functionKonstantin Käfer2014-01-231-47/+69
* enable antialiasingKonstantin Käfer2014-01-231-30/+30
* render shapes, but only the first one is drawn?Konstantin Käfer2014-01-224-19/+150
* fill drawingKonstantin Käfer2014-01-224-13/+232
* move debug font to separate fileKonstantin Käfer2014-01-212-204/+204
* move pbf parsing to use exceptionsKonstantin Käfer2014-01-211-14/+12
* make it work on retina screensKonstantin Käfer2014-01-212-2/+4
* define as externKonstantin Käfer2014-01-211-1/+1
* tile => TileKonstantin Käfer2014-01-203-45/+45
* transform => TransformKonstantin Käfer2014-01-203-50/+47
* painter => PainterKonstantin Käfer2014-01-202-14/+14
* rename map => MapKonstantin Käfer2014-01-201-20/+20