summaryrefslogtreecommitdiff
path: root/src/renderer
Commit message (Expand)AuthorAgeFilesLines
* merge with mbgl-configDane Springmeyer2014-10-297-88/+234
|\
| * store glyphAtlas by value in Map object, pass by refartemp2014-10-292-2/+2
| * c++ - use const qualifierartemp2014-10-291-1/+1
| * Fix variable shadowingJohn Firebaugh2014-10-292-5/+5
| * Render map with a copy of TransformStateJohn Firebaugh2014-10-296-64/+210
| * Hold internal reference to Sprite in SpriteAtlasJohn Firebaugh2014-10-293-3/+4
| * fix text/icon rendering order (#470)artemp2014-10-281-15/+14
| * fix 'flip' logic to take into account rotation_alignment and keep_upright (#470)artemp2014-10-281-7/+7
* | gyp fixesKonstantin Käfer2014-10-281-2/+2
|/
* make addGlyphsToAtlas static method of SymbolBucket + add addGlyphs method to...artemp2014-10-271-13/+4
* gcc fixesKonstantin Käfer2014-10-231-4/+4
* fix variable shadowingKonstantin Käfer2014-10-227-44/+44
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeKonstantin Käfer2014-10-221-11/+56
|\
| * background-image supportJohn Firebaugh2014-10-171-11/+56
* | Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-1011-16/+16
|\ \ | |/
| * use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-2411-16/+16
* | update Painter::deleteShadersMike Morris2014-09-101-2/+3
* | Adds the function Map::terminate() to allow all GL resources heldLeith Bade2014-09-101-0/+19
|/
* SDF icon support (fixes #404)John Firebaugh2014-09-083-148/+182
* Don't overrotate line labels (fixes #462)John Firebaugh2014-09-081-4/+0
* FrameHistory::getFadePropertiesJohn Firebaugh2014-09-052-37/+43
* Implement text-rotation-alignmentJohn Firebaugh2014-09-041-0/+10
* TextShader ⇢ SDFShaderJohn Firebaugh2014-09-043-25/+25
* Less shader boilerplateJohn Firebaugh2014-09-0410-114/+131
* Add SpriteAtlas::getPosition()John Firebaugh2014-09-032-41/+11
* Make renderLine more similar to JSJohn Firebaugh2014-09-031-18/+14
* linepattern in progressLauren Budorick2014-09-033-12/+61
* 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-281-1/+0
* background-opacity supportJohn Firebaugh2014-08-281-9/+17
* Render background with plain shaderJohn Firebaugh2014-08-271-2/+14
* fix basepath for headless stylesheetsKonstantin Käfer2014-08-271-35/+28
* 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-262-7/+7
|\ \
| * | compute unique clip ids per tile, taking covering children into accountKonstantin Käfer2014-08-212-7/+7
| |/
* | never place infinitely deep symbolsKonstantin Käfer2014-08-211-2/+2
|/
* Rename existing interpolate -> resampleJohn Firebaugh2014-08-201-3/+3
* remove support for composite layersAnsis Brammanis2014-08-153-158/+0
* use pimpl for collision in tile_parserKonstantin Käfer2014-08-151-1/+1
* allow crosstile labels and add `symbol-avoid-edges`Ansis Brammanis2014-08-152-4/+11
* base static vertexbuffer on buffer objectKonstantin Käfer2014-08-151-2/+2
* don't replace shaders on duplicate setup() callKonstantin Käfer2014-08-151-11/+11
* fix binding to vaosKonstantin Käfer2014-08-143-10/+10
* fix image pattern renderingKonstantin Käfer2014-08-141-54/+45
* only set changed glDepthRange valuesKonstantin Käfer2014-08-147-11/+19
* Merge pull request #418 from mapbox/raster-stylingLauren Budorick2014-08-132-0/+20
|\
| * fix std::sqrtLauren Budorick2014-08-131-2/+2