summaryrefslogtreecommitdiff
path: root/src/geometry
Commit message (Expand)AuthorAgeFilesLines
* mark all sprites as uninitialized on pixelRatio changesKonstantin Käfer2014-05-301-0/+5
* fix nearest neighbor image scalingKonstantin Käfer2014-05-301-6/+13
* Merge pull request #275 from mapbox/correct-callocKonstantin Käfer2014-05-301-2/+2
|\
| * fix static analyzer warning: Result of 'calloc' is converted to a pointer of ...Dane Springmeyer2014-05-291-2/+2
* | release mode: silent debug output + ifdef any potentially expensive callsDane Springmeyer2014-05-292-1/+4
|/
* Stash.Young Hahn2014-05-291-1/+1
* better sprite warningsKonstantin Käfer2014-05-221-3/+13
* fix alpha blending + add depth/stencil buffersKonstantin Käfer2014-05-211-2/+14
* incorporate the color and draw circle dots if we don't have an iconKonstantin Käfer2014-05-191-2/+6
* disable debug imageKonstantin Käfer2014-05-191-1/+1
* init glfw for debug images + actually copy images overKonstantin Käfer2014-05-191-1/+1
* fix texture bindingKonstantin Käfer2014-05-191-87/+111
* fix for retina screensKonstantin Käfer2014-05-191-2/+2
* use sprite atlasKonstantin Käfer2014-05-191-0/+235
* encode icon texture coordinate in buffer so we can render all pois with 1 dra...Konstantin Käfer2014-05-191-2/+8
* rename point => iconKonstantin Käfer2014-05-151-2/+2
* always use std:: namespace for math functionsKonstantin Käfer2014-05-143-10/+10
* debug changesKonstantin Käfer2014-03-251-1/+1
* reorder verticesKonstantin Käfer2014-03-251-3/+3
* add shader optimizer and reorder componentsKonstantin Käfer2014-03-251-0/+3
* fix glyphs that have no pixels but an advance (e.g. spaces)Konstantin Käfer2014-03-241-1/+1
* port remainder of the the placement algorithmKonstantin Käfer2014-03-193-19/+60
* add debug window showing the glyph atlasKonstantin Käfer2014-03-141-0/+3
* add glyph atlas to mapKonstantin Käfer2014-03-141-2/+11
* add text buffer codeKonstantin Käfer2014-03-141-0/+33
* add glyph atlas classKonstantin Käfer2014-03-141-0/+130
* make implicit type conversions explicitKonstantin Käfer2014-02-212-3/+3
* refs #60: first cut of POI renderingJustin R. Miller2014-02-141-0/+12
* remove addDegenerate()Konstantin Käfer2014-02-131-6/+0
* change line_strip drawing for outlines to indexed linesKonstantin Käfer2014-02-131-0/+6
* optimizations + reorder vertex indexKonstantin Käfer2014-02-131-3/+4
* drawing lines with trianglesKonstantin Käfer2014-02-113-11/+18
* common buffer implementationKonstantin Käfer2014-02-104-133/+33
* revert back to 32767Konstantin Käfer2014-02-061-1/+1
* Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-065-11/+13
|\
| * c++artemp2014-02-061-1/+1
| * c++artemp2014-02-061-2/+2
| * c++artemp2014-02-063-8/+10
* | skip unknown glyphsKonstantin Käfer2014-02-061-1/+7
* | make debug font constKonstantin Käfer2014-02-061-97/+97
|/
* move to vertex array objectsKonstantin Käfer2014-02-051-2/+0
* Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-031-0/+1
|\
| * compile fixes on ubuntu precise/g++-4.8 - refs #27Dane Springmeyer2014-02-031-0/+1
* | remove c99 featuresKonstantin Käfer2014-02-031-97/+102
|/
* move static global buffers to RAIIKonstantin Käfer2014-01-291-0/+30
* don't use aliasKonstantin Käfer2014-01-291-5/+2
* parse line width function and call tile destructor from main threadKonstantin Käfer2014-01-293-9/+4
* make line drawing workKonstantin Käfer2014-01-291-4/+9
* add LineBuffer and change DebugFontBuffer namingKonstantin Käfer2014-01-283-52/+53
* move to layer systemKonstantin Käfer2014-01-231-8/+8