summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] add ability to render to offscreen texturesKonstantin Käfer2016-09-272-0/+89
* [core] Make sure textures have a scaling filter set after uploadKonstantin Käfer2016-09-272-13/+20
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-273-4/+4
* [core] Allow retrieving texture ID and sizeKonstantin Käfer2016-09-272-3/+17
* [core] store viewport and FBO bindingKonstantin Käfer2016-09-275-4/+63
* [core, qt] Generalized source change notificationMinh Nguyễn2016-09-262-2/+2
* [core] Removed map attribution APIMinh Nguyễn2016-09-267-32/+13
* [core] Extract some GlyphRange-related constantsJohn Firebaugh2016-09-261-0/+3
* [core] Source-driven attributionMinh Nguyễn2016-09-267-3/+54
* [core] Fix initialization race on util::mapbox::isMapboxURL (#6455)Thiago Marcos P. Santos2016-09-261-4/+8
* [core] Trigger Update::RecalculateStyle when toggling layer visibilityBruno de Oliveira Abinader2016-09-261-1/+1
* [core] Reuse Map::update()Bruno de Oliveira Abinader2016-09-261-4/+2
* [core] track VAOs and BuffersKonstantin Käfer2016-09-2625-123/+182
* [core] make GL value defaults constexprKonstantin Käfer2016-09-262-32/+32
* [core] ensure network::Reachable is called only onceIvo van Dongen2016-09-231-3/+3
* [core] Don't use depth test unless text is pitch-aligned to map (#6404)Young Hahn2016-09-221-8/+4
* [core] Add interface to add sprites to the styleThiago Marcos P. Santos2016-09-221-0/+24
* Better handling for undefined icon|text-rotation-alignment (#6253)Young Hahn2016-09-214-14/+24
* [core] check GL errors in loopMike Morris2016-09-211-15/+51
* [core] add GL_CONTEXT_LOST case to checkErrorMike Morris2016-09-211-4/+7
* [core] - mutable geojson sources. make tiles protected for geojson_source_imp...Tobrun2016-09-205-19/+31
* [core] Fix ThreadPool race condition (#6388)John Firebaugh2016-09-202-7/+13
* [core] Allow queryRenderedFeatures prior to symbol placement (#6376)John Firebaugh2016-09-201-2/+5
* [core] do not render layers that are outside their zoom rangeKonstantin Käfer2016-09-201-4/+19
* [core] MapChangeDidFinishLoadingStyle - Ensure style is loaded (#6392)Ivo van Dongen2016-09-201-3/+2
* [core] add MapChangeDidFinishLoadingStyle signal (#6371)Ivo van Dongen2016-09-204-0/+9
* [android] - do not update marker while creating (#6314)Tobrun2016-09-191-4/+24
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-1913-21/+31
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-1918-205/+153
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-1916-291/+232
* Keep query strings in source URLs (#6182)Jake Pruitt2016-09-161-6/+24
* [core] Document the ActorRef<O> argument passed to O's constructorJohn Firebaugh2016-09-161-6/+7
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-1633-784/+954
* [core] Correct evaluation of interval functionsclydebarrow2016-09-161-2/+2
* [core] Use consistent terms: "text" and "icon"John Firebaugh2016-09-163-15/+15
* [core] Use optional to represent possible absence, not empty stringsJohn Firebaugh2016-09-163-18/+16
* [core] Move SymbolInstance and SymbolFeature into their own filesJohn Firebaugh2016-09-167-59/+94
* [core] Move {clip,merge}_lines to layout directoryJohn Firebaugh2016-09-165-4/+4
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-152-19/+17
* [core] upgrade RapidJSON to 1.1.0Konstantin Käfer2016-09-153-12/+12
* [core] add explicit std::hash<mbgl::style::ClassID> implementation to appease...Konstantin Käfer2016-09-151-0/+17
* [core] #3980 - Putting friend class SymbolLayout backBrad Leege2016-09-141-0/+1
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-149-23/+56
* [core] Avoid gratuitous SymbolBucket creationJohn Firebaugh2016-09-142-4/+5
* [core] Extract SymbolLayout from SymbolBucketJohn Firebaugh2016-09-1416-871/+903
* [core] Another band-aid (#6322) (#6333)John Firebaugh2016-09-141-1/+1
* [core] Band-aid to prevent GeometryTile::redoLayout race condition from causi...John Firebaugh2016-09-131-0/+6
* [core] OnlineFileSource - rate limitIvo van Dongen2016-09-136-2/+86
* [core] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-133-19/+40
* [core] Check if style exists prior to accessing via Map functionsBruno de Oliveira Abinader2016-09-131-20/+58