summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/buckets/symbol_bucket.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Pass TransformState to the cross tile symbol indexupstream/cross_tile_index_performanceMikhail Pozdnyakov2020-01-201-1/+3
* [core] Simplify CrossTileSymbolIndex::addLayer()Mikhail Pozdnyakov2020-01-171-1/+1
* [core] Don't use signed int type for anchor segmentAlexander Shalamov2019-12-091-7/+21
* [core] Use new 'SymbolTextAndIcon' program to draw icons in textAlexander Shalamov2019-12-021-1/+3
* [core] Clang format fixandroid-v8.3.2Mikhail Pozdnyakov2019-09-191-1/+2
* [core] Fix Placement constnessMikhail Pozdnyakov2019-09-191-2/+2
* [core] fix collisionBox alignment when Icon/text translation is enabled (#15467)zmiao2019-08-301-10/+24
* [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456)zmiao2019-08-261-3/+3
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-201-2/+5
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-131-2/+9
* [core] Remove ProjectedCollisionBox from CollisionBoxMikhail Pozdnyakov2019-08-051-4/+4
* [core] Remove unused field from icon bufferAlexander Shalamov2019-07-231-1/+0
* [core] SymbolBacket creates collision buffers optionallyMikhail Pozdnyakov2019-07-221-2/+14
* [core] Symbol bucket uses shared layoutMikhail Pozdnyakov2019-07-221-2/+2
* [core] sizeof(SymbolBucket) 2312 -> 2296Mikhail Pozdnyakov2019-07-221-13/+13
* [core] Use fresh transform state for bucket vertices update in placementMikhail Pozdnyakov2019-06-031-1/+1
* [core] Encapsulate symbol bucket placement code in Placement::placeLayerBucket()Mikhail Pozdnyakov2019-05-281-1/+1
* [core] SymbolBucket updates complete at placement stageMikhail Pozdnyakov2019-05-241-2/+3
* [core] Avoid bucket downcasting in PlacementMikhail Pozdnyakov2019-05-191-0/+2
* [core] Remove Bucket::supportsLayerMikhail Pozdnyakov2019-05-191-1/+0
* [core] RenderLayerSymbolInterface is not used in CrossTileSymbolIndexMikhail Pozdnyakov2019-05-191-1/+4
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-151-1/+1
* [core] Placement order matches viewport-y sortMikhail Pozdnyakov2019-05-081-0/+2
* [core] Update `style::LayerProperties` instances in tilesMikhail Pozdnyakov2019-04-171-6/+2
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-171-1/+1
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-291-1/+5
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-1/+1
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-131-13/+7
* [core] use abstract Context interface where possibleKonstantin Käfer2019-03-121-1/+1
* [core] move VertexBuffer<> to gfx namespaceKonstantin Käfer2019-03-061-9/+9
* [core] move IndexBuffer to gfx namespaceKonstantin Käfer2019-03-061-5/+5
* [core] remove unused template parameter from gl::IndexBufferKonstantin Käfer2019-03-061-4/+4
* [core] move VertexVector/IndexVector to gfx namespaceKonstantin Käfer2019-03-061-12/+12
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-011-8/+8
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-14/+14
* [core] SymbolBucket: use single map for paint properties dataMikhail Pozdnyakov2019-01-141-6/+7
* [core] shader program must always match bucket in render symbol layerMikhail Pozdnyakov2019-01-111-1/+3
* [core] Drop LayerTypeMikhail Pozdnyakov2019-01-041-6/+3
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-311-10/+10
* [core] Use hand-rolled RTTIJohn Firebaugh2018-07-241-0/+5
* [core] Only run placement for first layer per SymbolBucketChris Loer2018-05-031-0/+3
* Port global symbol query from GL JS:Chris Loer2018-04-251-0/+2
* [core] fix symbol flickering after data updatesAnsis Brammanis2018-01-111-0/+1
* [core] Switch from background to foreground placementChris Loer2017-11-171-11/+47
* [core] Eliminate Bucket::renderJohn Firebaugh2017-07-191-1/+0
* [core] Rework attribute binding (again)John Firebaugh2017-07-121-4/+4
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-0/+24
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-3/+0
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-0/+2
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-0/+2