summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [core] only load debug extensions in debug modeKonstantin Käfer2016-09-293-8/+17
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-299-54/+129
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-2968-664/+1038
* [core] introduces types for GL objectsKonstantin Käfer2016-09-2913-56/+96
* [core] rename VAO => VertexArray, FBO => FramebufferKonstantin Käfer2016-09-2910-44/+46
* [core] don't iterate over references to uint32_tKonstantin Käfer2016-09-281-9/+9
* [core] don't iterate too much over program objects scheduled for deletionKonstantin Käfer2016-09-281-4/+2
* [core] Use geojson as a header only libraryThiago Marcos P. Santos2016-09-281-0/+1
* [core] remove unused GL_TRACK functionsKonstantin Käfer2016-09-281-173/+0
* [core] Mark tracked state as dirty when the tracked object is destroyedJohn Firebaugh2016-09-282-0/+31
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-2773-545/+520
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-2739-330/+330
* [core] move GL value accessors to gl::value namespaceKonstantin Käfer2016-09-276-95/+515
* [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