summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/render_tile.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-2/+2
| | | | | | | | | | port https://github.com/mapbox/mapbox-gl-js/pull/4781 This improves legibility of labels that follow lines in pitched views. The previous approach used the limited information in the shader to calculate put the glyph in approximatelyright place. The new approach does this more accurately by doing it on the cpu where we have access to the entire line geometry.
* [core] refactor ClipID generationKonstantin Käfer2017-07-061-1/+1
|
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-131-3/+3
|
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+14
|
* [core] don't assign clip IDs to tiles that aren't renderedKonstantin Käfer2016-11-081-0/+1
|
* [core] Delete the now-unused ptr.hppJohn Firebaugh2016-09-061-1/+0
|
* [core] Move translatedMatrix to RenderTileJohn Firebaugh2016-07-111-0/+8
|
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-3/+1
| | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-3/+3
| | | | Tile is now the main base class; RasterTile, VectorTile, etc are its subclasses. GeometryTileData and its subclasses form the piece that's passed to the worker.
* [core] Tile ⇢ RenderTileJohn Firebaugh2016-06-131-0/+28