summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Move shader and uniform to gl directoryJohn Firebaugh2016-10-0527-244/+249
* [core] Refactor BufferJohn Firebaugh2016-10-0584-933/+854
* [core] Don't refer to geometry coordinates as "vertices"John Firebaugh2016-10-051-57/+57
* [core] Tiles that error on load are not renderableJohn Firebaugh2016-10-056-11/+22
* [core] Pre-filter sources based on the layers they containThiago Marcos P. Santos2016-10-051-0/+14
* [core] remove Raster object in favor of a more low-level Texture objectKonstantin Käfer2016-10-0411-186/+113
* [core] Preserve non-access_token query parameters in canonicalizeTileURLSam Matthews2016-10-031-0/+11
* [build] add back -WerrorKonstantin Käfer2016-09-3010-23/+23
* [core] LocalFileSource implementation and testsIvo van Dongen2016-09-301-0/+25
* [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