summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Review comments: Move lambdas to memeber methodsupstream/alexshalamov_text_section_exprAlexander Shalamov2019-03-042-47/+62
* Review comments: minor changes + formattedSection => formattedSectionIDAlexander Shalamov2019-03-045-12/+12
* [core] Populate symbol layer paint properties for text sectionsAlexander Shalamov2019-03-044-95/+102
* [core] Assign formatted section index to quadsAlexander Shalamov2019-03-047-21/+54
* [core] Add ["text-section"] expressionAlexander Shalamov2019-03-048-34/+171
* [core] move CullFaceMode to gfx namespaceKonstantin Käfer2019-03-0127-110/+126
* [core] move StencilMode to gfx namespaceKonstantin Käfer2019-03-0126-147/+192
* [core] move DepthMode to gfx namespaceKonstantin Käfer2019-03-0130-123/+140
* [core] move GL enum conversions to separate fileKonstantin Käfer2019-03-019-133/+173
* [core] move ColorMode to gfx namespaceKonstantin Käfer2019-03-0117-115/+135
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-0149-126/+141
* [core] include what you useKonstantin Käfer2019-03-018-9/+9
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-0150-457/+391
* [core] rename gl::AttributeType to gl::Attribute to free up the nameKonstantin Käfer2019-03-014-29/+29
* [core] disallow subtyping of gl::Attributes<> and use type aliases insteadKonstantin Käfer2019-03-0110-82/+79
* [core] extract uniform type lists from gl namespaceKonstantin Käfer2019-03-0128-150/+179
* [core] remove Tag from gl::UniformKonstantin Käfer2019-03-012-11/+11
* [core] Move Map::Impl to its own def/impl filesBruno de Oliveira Abinader2019-02-274-213/+248
* [core] Use unwrapped longitude for bounds checkBruno de Oliveira Abinader2019-02-263-44/+62
* [core] Ensure 'isPanning' is true when panning a full roundBruno de Oliveira Abinader2019-02-261-1/+1
* [core] remove DrawMode from VertexVector/BufferKonstantin Käfer2019-02-254-20/+11
* [core] Layer manager is responsible for buckets and layouts creationMikhail Pozdnyakov2019-02-2532-139/+94
* [build] Use the correct define on WindowsThiago Marcos P. Santos2019-02-192-2/+2
* [core] Switch to the new OpenGL abstractionThiago Marcos P. Santos2019-02-1219-125/+34
* [core] Abstract the OpenGL implementationThiago Marcos P. Santos2019-02-122-0/+192
* [core] Reduce presence of the 'useIntegerZoom' optionMikhail Pozdnyakov2019-02-045-36/+23
* [core] Remove paintProperties() method from some render layersMikhail Pozdnyakov2019-01-318-54/+5
* [core] change loop variable type to autoKonstantin Käfer2019-01-301-1/+1
* [core] Remove tile sorting from the clip and mask algorithmsMikhail Pozdnyakov2019-01-183-7/+9
* [core] TilePyramid has sorted render tilesMikhail Pozdnyakov2019-01-168-20/+29
* [core] SymbolBucket: use single map for paint properties dataMikhail Pozdnyakov2019-01-144-27/+30
* [core] return constexpr strings from functions to avoid ODR compile failuresKonstantin Käfer2019-01-114-43/+43
* [core] Split layer type specific code in mbgl::ProgramsMikhail Pozdnyakov2019-01-1123-91/+257
* [core] shader program must always match bucket in render symbol layerMikhail Pozdnyakov2019-01-118-53/+73
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-091-0/+756
* [core] Updated script detection for Unicode 11Minh Nguyễn2019-01-071-0/+11
* [core] fix deduping rings in querying, #11357Ansis Brammanis2019-01-041-1/+2
* [core] Drop LayerTypeMikhail Pozdnyakov2019-01-0421-101/+100
* [core] Support for excluding ideographic glyphs from offline downloads.Chris Loer2018-12-211-0/+2
* [core] Remove fnv_hash.hppMikhail Pozdnyakov2018-12-201-11/+0
* [core] Use eternal::hash_map in style::LayersMikhail Pozdnyakov2018-12-1910-1214/+311
* [core] Introduce Renderer::queryFeatureExtension APIAlexander Shalamov2018-12-126-0/+127
* [core] Share GeoJSONData pointer as weak_ptr instead of raw ptrAlexander Shalamov2018-12-124-15/+15
* [core] Expose getChildren, getLeaves, getClusterExpansionZoom on Supercluster...Alexander Shalamov2018-12-122-0/+35
* [core] Avoid divide-by-zero when transition duration is 0..Chris Loer2018-12-111-2/+5
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-1/+1
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+2
* [core]Disable RenderAnnotationSource when annotations are disabledMikhail Pozdnyakov2018-12-112-1/+11
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-1021-257/+287
* [android] expose Formatted text-field setterŁukasz Paczos2018-12-041-3/+57