summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/render_tile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Do not use polymorphic lambdaThiago Marcos P. Santos2017-08-071-34/+52
| | | | | | Crashes with GCC 5.2.0 needed by Qt Automotive. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68278
* [core] generate masks for raster tiles to avoid painting over childrenKonstantin Käfer2017-07-241-0/+4
|
* [core] Refactor Painter awayJohn Firebaugh2017-07-191-23/+24
|
* [core] Extract renderTileDebug; inline renderClippingMaskJohn Firebaugh2017-07-191-0/+63
|
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-12/+15
| | | | | | | | | | 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] Merge RenderLayer::uploadBuckets into RenderSource::startRenderJohn Firebaugh2017-06-131-0/+3
|
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-131-7/+6
|
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-12/+36
|
* [core] Move translatedMatrix to RenderTileJohn Firebaugh2016-07-111-0/+29
|
* [core] code style cleanupsKonstantin Käfer2016-07-011-1/+3
| | | | | | | - puts function definitions in a namespace ... {} rather than using namespace ...; - remove trailing whitespace - add trailing newline - protect SQL statements from being formatted by clang-format
* [core] Tile ⇢ RenderTileJohn Firebaugh2016-06-131-0/+3