| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Fix indentation of src/mbgl/style/conversion/function.cpp | Ander Conselvan de Oliveira | 2019-05-21 | 1 | -1/+1 |
* | [core] Remove re-linking programs approach (#14482) | Aleksandar Stojiljkovic | 2019-05-20 | 5 | -71/+35 |
* | [core] CrossTileSymbolIndex::pruneUnusedLayers() does not create intermadiate... | Mikhail Pozdnyakov | 2019-05-20 | 1 | -7/+5 |
* | [core] Check if pattern dependencies or pattern positions are missing | Alexander Shalamov | 2019-05-20 | 1 | -8/+18 |
* | [core] Avoid bucket downcasting in Placement | Mikhail Pozdnyakov | 2019-05-19 | 5 | -44/+65 |
* | [core] Remove Bucket::supportsLayer | Mikhail Pozdnyakov | 2019-05-19 | 17 | -46/+1 |
* | [core] Remove RenderLayerSymbolInterface | Mikhail Pozdnyakov | 2019-05-19 | 22 | -89/+53 |
* | [core] Placement accepts RenderLayer instances | Mikhail Pozdnyakov | 2019-05-19 | 5 | -37/+24 |
* | [core] Avoid unneeded proj matrix calculations in renderer | Mikhail Pozdnyakov | 2019-05-19 | 1 | -3/+2 |
* | [core] RenderLayerSymbolInterface is not used in CrossTileSymbolIndex | Mikhail Pozdnyakov | 2019-05-19 | 9 | -43/+71 |
* | [core] add gfx::UploadPass, split startRender into prepare and upload | Konstantin Käfer | 2019-05-15 | 87 | -529/+924 |
* | [core] don't upload empty buffers | Konstantin Käfer | 2019-05-15 | 2 | -9/+10 |
* | [core] use float for storing opacity attribute | Konstantin Käfer | 2019-05-15 | 2 | -2/+2 |
* | [core] add gfx::CommandEncoder::present() | Konstantin Käfer | 2019-05-15 | 4 | -0/+12 |
* | [core] use unique IDs for DrawScopes | Konstantin Käfer | 2019-05-15 | 13 | -24/+70 |
* | [core] GeometryTile and TileLoader keep strong reference to FileSource | Mikhail Pozdnyakov | 2019-05-14 | 7 | -11/+14 |
* | [core] Create glyph manager at renderer construction time | Mikhail Pozdnyakov | 2019-05-14 | 5 | -21/+20 |
* | [core] RenderTile shall never be created for a not renderable tile | Mikhail Pozdnyakov | 2019-05-14 | 5 | -19/+11 |
* | Refactor: coordinatePointMatrix skip recomputation (#14507) | Aleksandar Stojiljkovic | 2019-05-13 | 2 | -6/+6 |
* | [core] Make the BackgroundScheduler a singleton | Thiago Marcos P. Santos | 2019-05-10 | 20 | -42/+128 |
* | [core] Make ActorRef methods const | Mikhail Pozdnyakov | 2019-05-10 | 1 | -1/+1 |
* | [core] Schedule invocation of onStyleImageMissing completion callback on the ... | Alexander Shalamov | 2019-05-09 | 2 | -9/+26 |
* | [core] Failed sprite requests do not block tiles rendering | Mikhail Pozdnyakov | 2019-05-09 | 1 | -0/+3 |
* | [core] Remove clipping option from RenderTile and style::Layer | Mikhail Pozdnyakov | 2019-05-08 | 13 | -14/+0 |
* | [core] upgrade mapbox-gl-js pin to the most recent version | Konstantin Käfer | 2019-05-08 | 33 | -659/+689 |
* | [core] render extrusions directly in the main framebuffer | Konstantin Käfer | 2019-05-08 | 25 | -721/+604 |
* | [core] Placement order matches viewport-y sort | Mikhail Pozdnyakov | 2019-05-08 | 3 | -166/+172 |
* | [core] Guard access to CustomTileLoader's data members with mutex | Alexander Shalamov | 2019-05-03 | 2 | -4/+9 |
* | [core] Keep shared_ptr to thread pool in CustomGeometrySource | Alexander Shalamov | 2019-05-03 | 1 | -1/+2 |
* | [build] change style code generator to sort properties alphabetically | Konstantin Käfer | 2019-05-02 | 19 | -1746/+1746 |
* | [build] change special casing for LineFloorWidth in shader generation | Konstantin Käfer | 2019-05-02 | 2 | -17/+10 |
* | [core] Less strict rules for adding render layers to sources | Mikhail Pozdnyakov | 2019-04-29 | 3 | -10/+20 |
* | [core] change approach to stencil clipping to (almost) match JS | Konstantin Käfer | 2019-04-29 | 24 | -394/+139 |
* | [core] Store type of renderable segment when sorting symbols by key | Alexander Shalamov | 2019-04-26 | 1 | -15/+31 |
* | [core] RendererImpl::dumDebugLogs() -> dumpDebugLogs() | Mikhail Pozdnyakov | 2019-04-25 | 3 | -3/+3 |
* | [core] Create ImageManager at renderer construction | Mikhail Pozdnyakov | 2019-04-25 | 1 | -17/+12 |
* | [core] Pass ImageManager to ImageRequestor's constructor | Alexander Shalamov | 2019-04-25 | 4 | -7/+19 |
* | [core] Track missing style images that were provided by client | Alexander Shalamov | 2019-04-25 | 3 | -5/+36 |
* | [core] Updated script detection for Unicode 12.1 | Minh Nguyễn | 2019-04-17 | 1 | -2/+13 |
* | [core] Render layers use synchronized buckets and paint properties | Mikhail Pozdnyakov | 2019-04-17 | 7 | -49/+64 |
* | [core] Simplify RenderLayer interface. | Mikhail Pozdnyakov | 2019-04-17 | 7 | -30/+12 |
* | [core] Update `style::LayerProperties` instances in tiles | Mikhail Pozdnyakov | 2019-04-17 | 11 | -85/+94 |
* | [core] Add `FadingTiles` layer type property | Mikhail Pozdnyakov | 2019-04-17 | 11 | -11/+23 |
* | [core] Introduce `LayerRenderData`. Source::update() accepts layer properties. | Mikhail Pozdnyakov | 2019-04-17 | 39 | -113/+122 |
* | [core] Use `style::LayerProperties` in render layers, buckets and layouts. | Mikhail Pozdnyakov | 2019-04-17 | 49 | -386/+366 |
* | [core] Introduce `style::LayerProperties` interface and its implementations | Mikhail Pozdnyakov | 2019-04-17 | 22 | -3/+360 |
* | [core] Sort cross-tile symbol segments using symbol-sort-key | Alexander Shalamov | 2019-04-17 | 3 | -285/+422 |
* | [core] Set sortKey for symbol segments during layout phase | Alexander Shalamov | 2019-04-17 | 3 | -11/+30 |
* | [core] Add optional sortKey to segment | Alexander Shalamov | 2019-04-17 | 1 | -2/+6 |
* | [core] Enable 'symbol-sort-key' layout property and generate style code | Alexander Shalamov | 2019-04-17 | 2 | -40/+69 |