summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-267-16/+15
* [core] fix backend scope handling on render, cleanup and lowmemoryIvo van Dongen2017-07-251-4/+4
* [core] generate masks for raster tiles to avoid painting over childrenKonstantin Käfer2017-07-246-5/+89
* [core] add algorithm for computing masks for raster tilesKonstantin Käfer2017-07-241-0/+15
* [core] Correctly track sprite loaded state through smart setStyleJohn Firebaugh2017-07-203-13/+19
* [core] Fix build; struct ⇢ classJohn Firebaugh2017-07-195-5/+7
* [core] Refactor Painter awayJohn Firebaugh2017-07-1939-862/+803
* [core] Inline Painter::renderPassJohn Firebaugh2017-07-192-41/+42
* [core] Move extrusion rendering to RenderFillExtrusionLayerJohn Firebaugh2017-07-192-53/+42
* [core] Extract renderTileDebug; inline renderClippingMaskJohn Firebaugh2017-07-199-266/+175
* [core] Inline Painter::renderSymbolJohn Firebaugh2017-07-193-207/+195
* [core] Inline Painter::renderLine and RenderImageSource::renderJohn Firebaugh2017-07-195-116/+102
* [core] Inline Painter::renderLineJohn Firebaugh2017-07-193-102/+78
* [core] Inline Painter::renderFillExtrusionJohn Firebaugh2017-07-193-99/+77
* [core] Inline Painter::renderFillJohn Firebaugh2017-07-193-154/+134
* [core] Inline Painter::renderCircleJohn Firebaugh2017-07-193-70/+46
* [core] Inline Painter::renderBackgroundJohn Firebaugh2017-07-193-88/+74
* [core] Eliminate Bucket::renderJohn Firebaugh2017-07-1931-105/+112
* [core] No need for default ctor in {Update,Tile}ParametersBruno de Oliveira Abinader2017-07-195-65/+5
* [core] std::vector can be bracket-initializedBruno de Oliveira Abinader2017-07-192-4/+4
* [core] BackendScope prevent double (de-)activationIvo van Dongen2017-07-181-8/+27
* [core] rename backend to renderer backendIvo van Dongen2017-07-187-9/+124
* [core] renderer interfaceIvo van Dongen2017-07-189-12/+350
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-173-9/+9
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-07-174-34/+67
* [core] fix division by zero when defaultFadeDuration is 0Konstantin Käfer2017-07-131-1/+4
* [core] Per-segment-per-layer vertex arraysJohn Firebaugh2017-07-1210-18/+39
* [core] Rework attribute binding (again)John Firebaugh2017-07-1211-28/+29
* [core] Include what you useJohn Firebaugh2017-07-122-0/+2
* [core] Update shaders.Chris Loer2017-07-121-1/+1
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-122-4/+4
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-122-4/+58
* [core] Added MBGL_CONSTEXPR to satisfy GCC 4.9Bruno de Oliveira Abinader2017-07-121-3/+4
* [core] GCC 4.9 shadow member warningsBruno de Oliveira Abinader2017-07-121-1/+1
* [core] add static asserts for more gl constantsAnsis Brammanis2017-07-111-2/+2
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-119-21/+75
* [core] Change OverscaledTileID to also include a "wrap" value.Chris Loer2017-07-111-5/+2
* [core] Use fade texture in collision debug boxes so that they agree more clos...Chris Loer2017-07-111-1/+2
* [core] Set "max_camera_distance" to 1.5 for viewport-aligned road labels.Chris Loer2017-07-112-2/+18
* [core] Enable tile clipping for collision boxes.Chris Loer2017-07-111-1/+1
* [core] Pass pitch-scaling vertex attributes and uniforms to shaders.Chris Loer2017-07-111-0/+3
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-07-111-4/+9
* [core] Fix conditional unitialized jump on RenderGeoJSONSourceThiago Marcos P. Santos2017-07-071-1/+1
* [core] Fix sorting order for render tilesThiago Marcos P. Santos2017-07-071-0/+3
* [core] Prefetch low resolution tilesThiago Marcos P. Santos2017-07-074-3/+31
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-061-5/+7
* [core] Don't upload empty bucketsBruno de Oliveira Abinader2017-07-062-3/+5
* [core] rename getStencils() to getClipIDs() to better reflect what it actuall...Konstantin Käfer2017-07-061-3/+3
* [core] refactor ClipID generationKonstantin Käfer2017-07-0612-36/+27
* [core] Factor timePoint initialization: take 2Bruno de Oliveira Abinader2017-07-041-2/+2