summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix really overscaled lines #16018Ansis Brammanis2019-12-181-6/+7
* [core] Don't use signed int type for anchor segmentAlexander Shalamov2019-12-181-7/+21
* [core] Refactoring transform state (#15956)zmiao2019-12-051-2/+2
* [core] Use linear filtering for icons in text for zoom dependent text-sizeAlexander Shalamov2019-12-021-7/+9
* [core] Use new 'SymbolTextAndIcon' program to draw icons in textAlexander Shalamov2019-12-023-31/+95
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-021-0/+8
* [core] Calculate GeoJSON tile geometries in a background threadMikhail Pozdnyakov2019-11-291-4/+3
* [core] Clear tiles when GeoJSON data changesMikhail Pozdnyakov2019-11-261-15/+13
* [core] Remove default move operator for RenderTileRoman Kuznetsov2019-11-191-1/+0
* [core] Avoid GeoJSON source flickering on style transitionsMikhail Pozdnyakov2019-11-121-12/+13
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-119-60/+79
* [core] use individual textures for line dash patternsupstream/zmiao-testKonstantin Käfer2019-10-292-34/+31
* [ios][android][core] Added change log entries and more code commentsMikhail Pozdnyakov2019-10-281-0/+3
* [core] Do not make pending requests for already requested images.Mikhail Pozdnyakov2019-10-281-9/+6
* Revert "[core] Revert coalescing requests to the client for the same missing ...Mikhail Pozdnyakov2019-10-282-31/+56
* [core] Fixed formattingMikhail Pozdnyakov2019-10-241-8/+5
* [core] Revert coalescing requests to the client for the same missing imageMikhail Pozdnyakov2019-10-242-56/+34
* [core] Fix image requests for already obtained imagesMikhail Pozdnyakov2019-10-172-5/+7
* [core] Introduce Scheduler::bindOnce() and use it in ImageManagerMikhail Pozdnyakov2019-10-101-5/+3
* [core] Disallow coalesced requests for patternsMikhail Pozdnyakov2019-10-101-6/+14
* [core] Coalesce requests for the same missing imageMikhail Pozdnyakov2019-10-102-29/+43
* [core] Orchestration performance for styles with multiple sourcesMikhail Pozdnyakov2019-10-042-26/+39
* [core] fix opacity interpolation for composition expressions (#15738)Ansis Brammanis2019-10-021-5/+4
* [core] Suppress network requests for invisible tilesMikhail Pozdnyakov2019-10-021-0/+4
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-257-32/+16
* [core] Clang format fixandroid-v8.3.2Mikhail Pozdnyakov2019-09-194-22/+29
* [core] Immutable/Mutable pattern for PlacementMikhail Pozdnyakov2019-09-192-16/+16
* [core] Update buckets in RendererMikhail Pozdnyakov2019-09-194-13/+30
* [core] Fix Placement constnessMikhail Pozdnyakov2019-09-193-7/+9
* [build] Fix clang format and tidy checksJuha Alanen2019-09-1834-283/+183
* [core] Add removeFeatureState APIJuha Alanen2019-09-188-0/+91
* [core] Feature state support to RenderLayer classesJuha Alanen2019-09-1811-19/+30
* [core] Add feature state support to queryRenderedFeatures APIJuha Alanen2019-09-183-4/+7
* [core] Add support for set/getFeatureState APIsJuha Alanen2019-09-186-0/+73
* [core] Add SourceFeatureState class to handle feature statesJuha Alanen2019-09-182-0/+95
* [core] Add setFeatureState API to Tile classesJuha Alanen2019-09-182-0/+7
* [core] Add feature state support to bucket classesJuha Alanen2019-09-1812-38/+199
* [core] Add feature state support to expressionJuha Alanen2019-09-181-0/+10
* [core] Coalesce buckets updates from several tilesMikhail Pozdnyakov2019-09-131-1/+5
* [core] Initiate new placement only when a new bucket appearesMikhail Pozdnyakov2019-09-131-3/+6
* [core] Bitmask operations for enumsMikhail Pozdnyakov2019-09-132-15/+2
* [core] Fix placement for updated bucketsMikhail Pozdnyakov2019-09-131-10/+8
* [core] Set fading tiles flag at TilePyramid::updateFadingTiles()Mikhail Pozdnyakov2019-09-121-3/+3
* [core] DEMData: do decode on GPU (port mapbox/mapbox-gl-js#8694)Aleksandar Stojiljkovic2019-08-301-0/+1
* [core] fix collisionBox alignment when Icon/text translation is enabled (#15467)zmiao2019-08-303-92/+130
* [core] Remove programCacheDir parameter from ProgramParametersAnder Conselvan de Oliveira2019-08-275-12/+6
* [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456)zmiao2019-08-264-37/+63
* [core] Export symbol placement update status from MapObserverMikhail Pozdnyakov2019-08-233-6/+8
* [core] Fix GeoJSON tiles updateMikhail Pozdnyakov2019-08-221-1/+1
* [core] make symbols fade out faster while zooming outAnsis Brammanis2019-08-201-2/+2