summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/symbol_bucket.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Add support for $id key to filtersJohn Firebaugh2016-07-181-1/+1
* [core] Pass RenderTile rather than individual parametersJohn Firebaugh2016-07-111-3/+2
* [core] Introduce PaintParametersJohn Firebaugh2016-07-111-1/+2
* [core] track texture state to avoid redundand bindsKonstantin Käfer2016-07-081-1/+1
* [core] Fix overdraw mode on LinuxBruno de Oliveira Abinader2016-07-011-6/+6
* [core] code style cleanupsKonstantin Käfer2016-07-011-1/+1
* [core] Merge TexturePool into ObjectStore; pool all textures (#5477)John Firebaugh2016-06-271-1/+1
* [core] remove TexturePool dependency from Raster constructorKonstantin Käfer2016-06-221-1/+1
* [core] Update test suite; use linear interpolation for rotated iconsJohn Firebaugh2016-06-151-0/+2
* [core] Prepare Filter and FilterEvaluator for extraction (#5366)John Firebaugh2016-06-151-3/+1
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-151-1/+1
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-3/+3
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-1/+1
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-1/+1
* text-pitch-alignment (#5288)Young Hahn2016-06-101-9/+12
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-1/+3
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-1/+1
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-13/+13
* [core] box_shader ⇢ collision_box_shaderJohn Firebaugh2016-05-251-1/+1
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-111-2/+1
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-101-2/+2
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-15/+14
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-0/+1
* [core] Simplify FilterEvaluator and fix crashJohn Firebaugh2016-05-041-1/+1
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-14/+18
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-281-5/+18
* [core] FontStack ⇢ GlyphSet (#4803)John Firebaugh2016-04-221-4/+4
* [core] Quarantine style property irregularities in layer classes (#4792)John Firebaugh2016-04-221-1/+1
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-211-48/+48
* [core] PlacementType ⇢ SymbolPlacementTypeJohn Firebaugh2016-04-211-8/+8
* [core] do not call glStencilFunc when we're not clippingKonstantin Käfer2016-04-061-0/+4
* [core] fix infinite loop in mbgl::resampleAnsis Brammanis2016-03-291-1/+1
* upload new symbol buffers in upload passAnsis Brammanis2016-03-221-0/+1
* [core] cancel TileID::overscaling()Konstantin Käfer2016-03-081-1/+1
* [core] Replaced raw values with util::tileSizeBruno de Oliveira Abinader2016-03-031-2/+5
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-2/+2
* [core] Enforce constants usageBruno de Oliveira Abinader2016-03-011-1/+1
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-13/+13
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-1/+1
* [core] make symbol sort order more deterministicAnsis Brammanis2016-02-021-5/+8
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-4/+6
* [core] implement symbol-avoid-edgesAnsis Brammanis2016-01-201-4/+8
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-2/+2
* [core] place symbol layers in correct orderAnsis Brammanis2016-01-141-10/+1
* [core] match icon rendering with -jsAnsis Brammanis2016-01-131-1/+4
* [core] always add labels to buffers in MapMode::StillMike Morris2016-01-061-3/+3
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-071-1/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Use optional where SpriteAtlas return values might not existJohn Firebaugh2015-12-011-4/+4
* [core] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-121-4/+3