| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Abstract the OpenGL implementation | Thiago Marcos P. Santos | 2019-02-12 | 2 | -0/+192 |
* | [core] Reduce presence of the 'useIntegerZoom' option | Mikhail Pozdnyakov | 2019-02-04 | 5 | -36/+23 |
* | [core] Remove paintProperties() method from some render layers | Mikhail Pozdnyakov | 2019-01-31 | 8 | -54/+5 |
* | [core] change loop variable type to auto | Konstantin Käfer | 2019-01-30 | 1 | -1/+1 |
* | [core] Remove tile sorting from the clip and mask algorithms | Mikhail Pozdnyakov | 2019-01-18 | 3 | -7/+9 |
* | [core] TilePyramid has sorted render tiles | Mikhail Pozdnyakov | 2019-01-16 | 8 | -20/+29 |
* | [core] SymbolBucket: use single map for paint properties data | Mikhail Pozdnyakov | 2019-01-14 | 4 | -27/+30 |
* | [core] return constexpr strings from functions to avoid ODR compile failures | Konstantin Käfer | 2019-01-11 | 4 | -43/+43 |
* | [core] Split layer type specific code in mbgl::Programs | Mikhail Pozdnyakov | 2019-01-11 | 22 | -91/+256 |
* | [core] shader program must always match bucket in render symbol layer | Mikhail Pozdnyakov | 2019-01-11 | 8 | -53/+73 |
* | [core] Updated script detection for Unicode 11 | Minh Nguyễn | 2019-01-07 | 1 | -0/+11 |
* | [core] fix deduping rings in querying, #11357 | Ansis Brammanis | 2019-01-04 | 1 | -1/+2 |
* | [core] Drop LayerType | Mikhail Pozdnyakov | 2019-01-04 | 21 | -101/+100 |
* | [core] Support for excluding ideographic glyphs from offline downloads. | Chris Loer | 2018-12-21 | 1 | -0/+2 |
* | [core] Remove fnv_hash.hpp | Mikhail Pozdnyakov | 2018-12-20 | 1 | -11/+0 |
* | [core] Use eternal::hash_map in style::Layers | Mikhail Pozdnyakov | 2018-12-19 | 10 | -1214/+311 |
* | [core] Introduce Renderer::queryFeatureExtension API | Alexander Shalamov | 2018-12-12 | 6 | -0/+127 |
* | [core] Share GeoJSONData pointer as weak_ptr instead of raw ptr | Alexander Shalamov | 2018-12-12 | 4 | -15/+15 |
* | [core] Expose getChildren, getLeaves, getClusterExpansionZoom on Supercluster... | Alexander Shalamov | 2018-12-12 | 2 | -0/+35 |
* | [core] Avoid divide-by-zero when transition duration is 0.. | Chris Loer | 2018-12-11 | 1 | -2/+5 |
* | [docs] EnterIdle -> BecomeIdle | Chris Loer | 2018-12-11 | 1 | -1/+1 |
* | [core, darwin, android] Add onDidEnterIdle to MapObserver. | Chris Loer | 2018-12-11 | 1 | -0/+2 |
* | [core]Disable RenderAnnotationSource when annotations are disabled | Mikhail Pozdnyakov | 2018-12-11 | 2 | -1/+11 |
* | [core, android, darwin] Move layer factories to separate files | Mikhail Pozdnyakov | 2018-12-10 | 21 | -257/+287 |
* | [android] expose Formatted text-field setter | Łukasz Paczos | 2018-12-04 | 1 | -3/+57 |
* | [core] convert CompoundExpressionRegistry to constexpr hash map | Konstantin Käfer | 2018-12-04 | 3 | -110/+420 |
* | [core] use constexpr map using eternal for expression lookups | Konstantin Käfer | 2018-12-04 | 2 | -39/+44 |
* | Add basic shader minification (#13500) | Vladimir Agafonkin | 2018-12-04 | 27 | -1612/+944 |
* | [core] layermanager folder | Mikhail Pozdnyakov | 2018-11-30 | 9 | -59/+86 |
* | [core] Do not consider X axis when constraining scale | Bruno de Oliveira Abinader | 2018-11-29 | 2 | -9/+5 |
* | [core] Support fill-extrusion-vertical-gradient | Bruno de Oliveira Abinader | 2018-11-29 | 16 | -1572/+1660 |
* | [core] LayerManager can disable annotations | Mikhail Pozdnyakov | 2018-11-28 | 5 | -18/+65 |
* | [core] Cleanup Transform, use {jump,ease}To() instead | Bruno de Oliveira Abinader | 2018-11-27 | 4 | -203/+42 |
* | [core] Remove error-prone setlatLng overload | Bruno de Oliveira Abinader | 2018-11-27 | 3 | -17/+3 |
* | [core][Android][Darwin] LayerManager creates RenderLayer instances | Mikhail Pozdnyakov | 2018-11-27 | 50 | -272/+298 |
* | [core] Camera center and anchor points are mutually exclusive | Bruno de Oliveira Abinader | 2018-11-26 | 1 | -1/+3 |
* | [core] Fix VectorTileFeature::getValue() semantics after geometry@v1.0.0 | Bruno de Oliveira Abinader | 2018-11-26 | 1 | -1/+2 |
* | [core] Fixed {prefix} evaluation | Minh Nguyễn | 2018-11-21 | 1 | -4/+4 |
* | [core] Let placement transitions use the transition duration, if set, and all... | Bruno de Oliveira Abinader | 2018-11-21 | 3 | -11/+19 |
* | [core] Let property evaluation transitions use the transition duration, if set | Bruno de Oliveira Abinader | 2018-11-21 | 1 | -2/+6 |
* | Refactor util::fontStacks() | Mikhail Pozdnyakov | 2018-11-19 | 7 | -33/+38 |
* | [core] Construct RenderItem objects in-place and remove unused headers | Alexander Shalamov | 2018-11-19 | 1 | -9/+5 |
* | [core] Remove RenderLayer's is<> as<> methods | Alexander Shalamov | 2018-11-19 | 11 | -65/+0 |
* | [core] Replace RenderSymbolLayer downcast with symbol interface | Alexander Shalamov | 2018-11-19 | 11 | -56/+108 |
* | [core] Remove casts in buckets | Alexander Shalamov | 2018-11-19 | 7 | -24/+18 |
* | [core] Add use LayerTypeInfo::Layout for the layers that require Layout | Alexander Shalamov | 2018-11-19 | 6 | -6/+10 |
* | [core] Remove casts where expected type is part of the contract | Alexander Shalamov | 2018-11-19 | 7 | -9/+21 |
* | [core] Remove casts for Custom and Background render layers | Alexander Shalamov | 2018-11-19 | 5 | -15/+26 |
* | [core] Move layer specific color ramp updates behind common update() method | Alexander Shalamov | 2018-11-19 | 7 | -12/+26 |
* | [core] Move RenderTile filtering / sorting logic to render layers | Alexander Shalamov | 2018-11-19 | 5 | -51/+71 |