summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/render_tile.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove clipping option from RenderTile and style::Layerupstream/mikhail_simplify_render_tileMikhail Pozdnyakov2019-05-071-1/+0
* [core] change approach to stencil clipping to (almost) match JSKonstantin Käfer2019-04-291-2/+0
* [core] re-assign ids when lng jumps to avoid flickerAnsis Brammanis2018-05-221-1/+1
* [core] don't generate clip IDs for buckets/layers that don't need to be clippedKonstantin Käfer2017-10-171-0/+1
* [core] generate masks for raster tiles to avoid painting over childrenKonstantin Käfer2017-07-241-0/+2
* [core] Refactor Painter awayJohn Firebaugh2017-07-191-3/+3
* [core] Extract renderTileDebug; inline renderClippingMaskJohn Firebaugh2017-07-191-0/+1
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-2/+2
* [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
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-3/+3
* [core] Tile ⇢ RenderTileJohn Firebaugh2016-06-131-0/+28