summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SDF icon support (fixes #404)John Firebaugh2014-09-086-167/+232
* Don't overrotate line labels (fixes #462)John Firebaugh2014-09-081-4/+0
* FrameHistory::getFadePropertiesJohn Firebaugh2014-09-052-37/+43
* Match js attribute layoutJohn Firebaugh2014-09-052-17/+18
* Match js shadersJohn Firebaugh2014-09-0512-41/+60
* Implement text-rotation-alignmentJohn Firebaugh2014-09-041-0/+10
* TextShader ⇢ SDFShaderJohn Firebaugh2014-09-046-32/+32
* Less shader boilerplateJohn Firebaugh2014-09-0423-761/+176
* Fix text/icon-translate-anchorJohn Firebaugh2014-09-041-2/+2
* Add SpriteAtlas::getPosition()John Firebaugh2014-09-033-41/+23
* Make renderLine more similar to JSJohn Firebaugh2014-09-034-42/+46
* linepattern in progressLauren Budorick2014-09-036-12/+269
* Revert "coalesce texture uploads at the beginning of a frame"John Firebaugh2014-09-033-51/+14
* Fix text-justify (fixes #444)John Firebaugh2014-08-291-1/+1
* Implement {text,icon}-translate[-anchor]John Firebaugh2014-08-281-4/+7
* SimplifyJohn Firebaugh2014-08-281-9/+5
* Remove vtxMatrix stateJohn Firebaugh2014-08-283-3/+4
* Record frame history in the correct placeJohn Firebaugh2014-08-282-1/+2
* background-opacity supportJohn Firebaugh2014-08-285-10/+20
* Render background with plain shaderJohn Firebaugh2014-08-273-14/+23
* raster-fade -> raster-fade-durationJohn Firebaugh2014-08-271-2/+2
* add missing headerKonstantin Käfer2014-08-271-0/+1
* never allow negative segment indicesKonstantin Käfer2014-08-271-1/+1
* fix basepath for headless stylesheetsKonstantin Käfer2014-08-272-35/+49
* Merge pull request #445 from mapbox/nsstringKonstantin Käfer2014-08-261-3/+2
|\
| * use platform-specific NSString for case changes on OS X/iOSKonstantin Käfer2014-08-221-3/+2
* | Merge pull request #439 from mapbox/clippingKonstantin Käfer2014-08-266-177/+105
|\ \
| * | don't duplicate functionKonstantin Käfer2014-08-211-18/+1
| * | add missing fileKonstantin Käfer2014-08-211-0/+25
| * | compute unique clip ids per tile, taking covering children into accountKonstantin Käfer2014-08-215-175/+95
| |/
* | Merge pull request #440 from mapbox/infinite-placementKonstantin Käfer2014-08-261-2/+2
|\ \
| * | never place infinitely deep symbolsKonstantin Käfer2014-08-211-2/+2
| |/
* | Merge pull request #437 from mapbox/fix-gccKonstantin Käfer2014-08-263-57/+3
|\ \
| * | remove unused threadpool classKonstantin Käfer2014-08-211-54/+0
| * | add a few fixes for gccKonstantin Käfer2014-08-212-3/+3
| |/
* | Support for Mapbox fontstack APIJohn Firebaugh2014-08-225-21/+79
* | Use float for pixelRatioLeo Lou2014-08-221-2/+2
* | Load TileJSON; support inline TileJSON sourcesLauren Budorick2014-08-215-41/+151
|/
* Consolidate duplicate interpolation definitionsJohn Firebaugh2014-08-205-146/+73
* Rename existing interpolate -> resampleJohn Firebaugh2014-08-202-7/+7
* Merge pull request #429 from mapbox/texture-updatesKonstantin Käfer2014-08-192-3/+30
|\
| * use texsubimage2d to avoid texture memory reallocationKonstantin Käfer2014-08-182-3/+30
* | update mapbox/variantKonstantin Käfer2014-08-191-3/+3
* | fix warningsKonstantin Käfer2014-08-184-7/+3
|/
* remove support for composite layersAnsis Brammanis2014-08-1511-272/+1
* Merge pull request #419 from mapbox/crosstileKonstantin Käfer2014-08-155-83/+97
|\
| * use pimpl for collision in tile_parserKonstantin Käfer2014-08-153-19/+19
| * allow crosstile labels and add `symbol-avoid-edges`Ansis Brammanis2014-08-154-66/+80
* | coalesce texture uploads at the beginning of a frameKonstantin Käfer2014-08-153-14/+25
|/
* base static vertexbuffer on buffer objectKonstantin Käfer2014-08-153-34/+16