Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] Suppress "stencil mask overflow" warning | Thiago Marcos P. Santos | 2017-05-02 | 1 | -1/+6 |
| | | | | | When it starts, we get a log warning for every frame, which is expensive. Now we get only one warning. | ||||
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 52 | -235/+1346 |
| | |||||
* | [core] Tweak handling of annotation special case SpriteAtlas | John Firebaugh | 2017-04-26 | 19 | -98/+78 |
| | | | | | * Simplify SymbolLayout; it never needs to care about more than one SpriteAtlas. * Move the reference from SymbolLayer::Impl to SymbolBucket. This is a prerequisite for making layer Impls immutable. | ||||
* | [core] split off render layers | Ivo van Dongen | 2017-04-25 | 87 | -1066/+1624 |
| | |||||
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 9 | -123/+107 |
| | | | | | | | A style has a collection of images, just as it has collections of sources and layers. * Name things appropriately * Use std::unique_ptr | ||||
* | [core] fix an issue with lines that have duplicate points (#8808) | Vladimir Agafonkin | 2017-04-24 | 1 | -4/+13 |
| | | | An equivalent of https://github.com/mapbox/mapbox-gl-js/pull/4634. | ||||
* | [core] Move Sprite parsing to thread pool | Konstantin Käfer | 2017-04-24 | 10 | -54/+109 |
| | |||||
* | [core] More complete fix for composite function interpolation edge case | John Firebaugh | 2017-04-20 | 1 | -1/+3 |
| | | | | b5b4549 / #8613 handled the edge case for layout properties, but not paint properties. Move the check for a degenerate range to interpolationFactor in order to handle both correctly. | ||||
* | [core] remove unused leftover files | Konstantin Käfer | 2017-04-20 | 3 | -52/+1 |
| | |||||
* | [core] Render parent raster tiles when ideal tile can't be loaded | Konstantin Käfer | 2017-04-20 | 4 | -35/+47 |
| | |||||
* | [core] account for property functions in query rendered features | Ivo van Dongen | 2017-04-19 | 20 | -79/+194 |
| | |||||
* | [core] make Tile::getBucket const | Ivo van Dongen | 2017-04-19 | 5 | -5/+5 |
| | |||||
* | [core] property function statistics collection | Ivo van Dongen | 2017-04-19 | 2 | -1/+44 |
| | |||||
* | [core] Remove unnecessary Source::Impl::enabled assignment | John Firebaugh | 2017-04-18 | 1 | -3/+1 |
| | | | | This flag will get set automatically by Style::recalculate. | ||||
* | [core] Remove non-Map-dependent projection methods from Map | John Firebaugh | 2017-04-18 | 1 | -13/+0 |
| | |||||
* | [core] Combine two GlyphID-keyed maps in GlyphAtlas::Entry | John Firebaugh | 2017-04-14 | 2 | -54/+39 |
| | |||||
* | [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the map | John Firebaugh | 2017-04-14 | 9 | -75/+42 |
| | | | | GlyphRangeSet isn't keyed by FontStack, so using it to indicate that a particular range was loaded could have produced false positives. | ||||
* | [core] Ignore shortest path in Map::pixelForLatLng | Bruno de Oliveira Abinader | 2017-04-14 | 2 | -8/+8 |
| | |||||
* | [core] Safeguard PositionedIcon usage via optional | Bruno de Oliveira Abinader | 2017-04-14 | 9 | -47/+61 |
| | |||||
* | [core] Tighten geo.hpp ctors | Bruno de Oliveira Abinader | 2017-04-14 | 3 | -10/+10 |
| | |||||
* | [core] TransitionOptions s/operator bool/isDefined/ | Bruno de Oliveira Abinader | 2017-04-14 | 1 | -1/+1 |
| | |||||
* | [all] Remove redundant scale-related camera methods | John Firebaugh | 2017-04-13 | 5 | -80/+13 |
| | | | | We don't need to have two different measurement systems for map zoom. | ||||
* | [tests] Rewrite GlyphAtlas tests to use public API | John Firebaugh | 2017-04-13 | 2 | -32/+2 |
| | |||||
* | [core] Inline GlyphSet into GlyphAtlas | John Firebaugh | 2017-04-12 | 4 | -90/+68 |
| | |||||
* | Merge branch 'release-ios-v3.5.0-android-v5.0.0' into ↵ | Fabian Guerra | 2017-04-11 | 2 | -0/+51 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boundsj-merge-release-branch # Conflicts: # cmake/core-files.cmake # mapbox-gl-js # platform/android/CHANGELOG.md # platform/ios/CHANGELOG.md # platform/macos/CHANGELOG.md # platform/qt/bitrise-qt5.yml # src/mbgl/gl/attribute.hpp # src/mbgl/gl/context.cpp # src/mbgl/gl/program.hpp # src/mbgl/map/map.cpp # src/mbgl/programs/program.hpp # src/mbgl/renderer/painter.cpp | ||||
| * | [core] cache binary shaders on Android | Konstantin Käfer | 2017-04-03 | 21 | -32/+443 |
| | | |||||
| * | [core] Extract and de-templatize several Program static methods | John Firebaugh | 2017-04-03 | 3 | -27/+52 |
| | | |||||
| * | [core] check null data in query source features (#8553) | John Firebaugh | 2017-03-28 | 1 | -0/+5 |
| | | | | | | | | | | | | * [core] check null data in query source features * Include what you use | ||||
| * | Use highp for color attributes (#8496) | Anand Thakker | 2017-03-22 | 7 | -25/+25 |
| | | | | | | | | | | Addresses #8385 Updates shaders to reflect https://github.com/mapbox/mapbox-gl-js/pull/4476 | ||||
* | | [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural ↵ | John Firebaugh | 2017-04-11 | 3 | -58/+53 |
| | | | | | | | | "empty" state | ||||
* | | [core] Added {set,get}{Min,Max}Pitch | Bruno de Oliveira Abinader | 2017-04-11 | 5 | -2/+61 |
| | | |||||
* | | [core] Added Map::{get,set}LatLngBounds | Bruno de Oliveira Abinader | 2017-04-11 | 5 | -2/+33 |
| | | |||||
* | | [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragma | Bruno de Oliveira Abinader | 2017-04-11 | 5 | -5/+16 |
| | | |||||
* | | [core] Updated Size::isEmpty and TransformState::valid checks | Bruno de Oliveira Abinader | 2017-04-10 | 6 | -9/+20 |
| | | |||||
* | | [core] Invalidate cached tiles of disabled sources on relayout | John Firebaugh | 2017-04-07 | 2 | -3/+7 |
| | | |||||
* | | [Qt] Fix build when zlib is compiled with -DZ_PREFIX | Thiago Marcos P. Santos | 2017-04-07 | 1 | -1/+1 |
| | | | | | | | | Proper fix this time. | ||||
* | | [core] Inline GlyphPBF into GlyphAtlas | John Firebaugh | 2017-04-06 | 6 | -173/+111 |
| | | |||||
* | | [core] Test glyph PBF parsing independently of GlyphAtlas | John Firebaugh | 2017-04-06 | 4 | -11/+20 |
| | | |||||
* | | [core] Add DDS support for {text,icon}-size (#8593) | Anand Thakker | 2017-04-06 | 24 | -170/+681 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update gl-js and generate style code * Factor out packUint8Pair() helper function * Draft implementation of DDS for {text,icon}-size Ports https://github.com/mapbox/mapbox-gl-js/pull/4455 * Fix text-size/composite-function-line-placement test * Refactor to PaintPropertyBinders-like strategy * Dedupe gl::Program construction * Use exponential function base for interpolation * Dedupe coveringZoomStops method * Fixup tests * Fix CI errors (hidden within #if block) | ||||
* | | [all] Make LatLng coordinates read-only | John Firebaugh | 2017-04-06 | 6 | -15/+17 |
| | | |||||
* | | [core] Tighten LatLng and other geo.hpp classes | John Firebaugh | 2017-04-06 | 2 | -24/+15 |
| | | | | | | | | | | * Remove LatLng::null and enforce invariants * Remove unnecessary operator bool() | ||||
* | | [Qt] Fix typo in gl.hpp | Bruno de Oliveira Abinader | 2017-04-06 | 1 | -1/+1 |
| | | |||||
* | | [core] De-mutex GlyphAtlas and SpriteAtlas | Chris Loer | 2017-04-04 | 26 | -629/+804 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Expose glyph and icon information to workers via message interface. - Glyph/SpriteAtlas track which tiles have outstanding requests and send messages to them when glyphs/icons become available. - Remove obsolete "updateSymbolDependentTiles" pathway - Symbol preparation for a tile now depends on all glyphs becoming available before it can start. - Start tracking individual icons needed for a tile, although we don't do anything with the information yet. - Introduce typedef for GlyphID | ||||
* | | [core] return empty optional when color could not be parsed | Ivo van Dongen | 2017-04-04 | 1 | -8/+12 |
| | | |||||
* | | [core] Add another explanatory comment to PaintPropertyBinder | John Firebaugh | 2017-04-03 | 1 | -0/+31 |
| | | |||||
* | | [core] Remove unused ThreadLocal constructor | John Firebaugh | 2017-04-03 | 1 | -5/+0 |
| | | |||||
* | | [core] Do not throw on dtors | Thiago Marcos P. Santos | 2017-04-01 | 1 | -1/+4 |
| | | | | | | | | Fix build on GCC6 + Ubuntu 16.04. | ||||
* | | [core] Add DDS support for icon-image | John Firebaugh | 2017-03-31 | 3 | -20/+21 |
| | | |||||
* | | [core] Add DDS support for text-rotate | John Firebaugh | 2017-03-31 | 3 | -7/+7 |
| | | |||||
* | | [core] Pass fully-evaluated layout properties to SymbolInstance and quad methods | John Firebaugh | 2017-03-31 | 5 | -7/+7 |
| | |