summaryrefslogtreecommitdiff
path: root/src/renderer
Commit message (Expand)AuthorAgeFilesLines
* Actually remove read fillLeith Bade2014-11-091-2/+2
* Merge branch 'master' of https://github.com/mapbox/mapbox-gl-native into andr...Leith Bade2014-11-091-0/+4
|\
| * load VAO extensionKonstantin Käfer2014-11-071-0/+4
* | Change clear to red to debug tile loadingLeith Bade2014-11-071-2/+2
* | Workaround for GL extension. Need to come back to this.Leith Bade2014-11-052-3/+3
|/
* Support compound text-anchor valuesJohn Firebaugh2014-11-041-0/+17
* Single text positioning propertyJohn Firebaugh2014-11-041-9/+17
* Reinstate 16px line width limitLauren Budorick2014-11-041-2/+2
* Axe the 16-px line width limitLauren Budorick2014-11-041-4/+2
* More conciseLauren Budorick2014-11-041-2/+1
* line-offset -> line-gap-widthLauren Budorick2014-11-041-1/+2
* make util::utf8_to_utf32::convert() staticartemp2014-11-031-3/+1
* 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
| |/