summaryrefslogtreecommitdiff
path: root/include/llmr/geometry
Commit message (Expand)AuthorAgeFilesLines
* rename llmr => mbglKonstantin Käfer2014-07-1615-766/+0
* saving current stateKonstantin Käfer2014-06-231-0/+4
* Merge pull request #275 from mapbox/correct-callocKonstantin Käfer2014-05-301-1/+1
|\
| * fix static analyzer warning: Result of 'calloc' is converted to a pointer of ...Dane Springmeyer2014-05-291-1/+1
* | Remove VectorTileGlyph, VectorTileFace, IndexedFaces, Faces and glyph related...Young Hahn2014-05-291-2/+0
|/
* Stash.Young Hahn2014-05-291-1/+2
* first shot at composited blendingKonstantin Käfer2014-05-211-4/+13
* fix texture bindingKonstantin Käfer2014-05-191-7/+13
* use sprite atlasKonstantin Käfer2014-05-191-0/+68
* include headerKonstantin Käfer2014-05-191-2/+4
* encode icon texture coordinate in buffer so we can render all pois with 1 dra...Konstantin Käfer2014-05-192-12/+31
* rename point => iconKonstantin Käfer2014-05-151-3/+3
* do not use shared pointers for buffersKonstantin Käfer2014-03-251-1/+2
* add text rendering codeKonstantin Käfer2014-03-211-2/+4
* port remainder of the the placement algorithmKonstantin Käfer2014-03-194-67/+9
* explicit namesKonstantin Käfer2014-03-181-2/+2
* add interpolate functionKonstantin Käfer2014-03-172-0/+79
* add glyph atlas to mapKonstantin Käfer2014-03-141-10/+7
* add text buffer codeKonstantin Käfer2014-03-141-2/+21
* fix binpack compileKonstantin Käfer2014-03-141-1/+1
* add empty classes for rendering glyphsKonstantin Käfer2014-03-141-0/+17
* add glyph atlas classKonstantin Käfer2014-03-141-0/+53
* only use vertex array objects if they are supportedKonstantin Käfer2014-03-051-0/+12
* Merge branch 'master' into tessellationKonstantin Käfer2014-02-282-1/+21
|\
| * add missing include for size_tKonstantin Käfer2014-02-211-0/+1
| * make implicit type conversions explicitKonstantin Käfer2014-02-211-1/+1
| * refs #60: first cut of POI renderingJustin R. Miller2014-02-141-0/+19
* | allow switching the vao if we switch the style from plain color to pattern fillKonstantin Käfer2014-02-182-14/+20
|/
* remove addDegenerate()Konstantin Käfer2014-02-131-1/+0
* change line_strip drawing for outlines to indexed linesKonstantin Käfer2014-02-131-0/+11
* split line vertices into multiple buffer groups if elements overflowKonstantin Käfer2014-02-112-2/+2
* move group struct to shared fileKonstantin Käfer2014-02-111-1/+17
* drawing lines with trianglesKonstantin Käfer2014-02-115-34/+74
* add more docsKonstantin Käfer2014-02-101-0/+3
* add missing buffer.hppKonstantin Käfer2014-02-101-0/+73
* common buffer implementationKonstantin Käfer2014-02-104-56/+25
* c++artemp2014-02-061-2/+2
* c++artemp2014-02-061-1/+1
* c++artemp2014-02-061-1/+1
* c++artemp2014-02-065-22/+21
* textured fills & enforce vao program with templatesKonstantin Käfer2014-02-051-15/+12
* always pass the parameters and verify that they're correctKonstantin Käfer2014-02-051-17/+29
* move to vertex array objectsKonstantin Käfer2014-02-051-0/+42
* fix emplace_backKonstantin Käfer2014-02-041-4/+4
* add binpack classKonstantin Käfer2014-02-041-0/+113
* compile fixes on ubuntu precise/g++-4.8 - refs #27Dane Springmeyer2014-02-034-2/+4
* move static global buffers to RAIIKonstantin Käfer2014-01-291-0/+33
* add LineBuffer and change DebugFontBuffer namingKonstantin Käfer2014-01-283-29/+68
* move to layer systemKonstantin Käfer2014-01-231-3/+3
* fill drawingKonstantin Käfer2014-01-223-11/+46