summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] Simplify GeometryTileWorkerupstream/gtw-simplifyJohn Firebaugh2018-08-282-58/+25
| | | | | | | * The worker no longer needs to maintain symbol layer order. * No need for separate symbolLayoutsNeedPreparation state. That dates back to when we had "two phase" symbol layout. Now we can just check symbolLayouts.empty(). (Similarly for pattern layouts.) * No need to loop over symbol layouts twice in performSymbolLayout. Same reason as above. * Simplify iconAtlas initialization. It initialized via every possible branch, so just do it up front.
* [core] remove redundant Uniform::Type aliasMolly Lloyd2018-08-272-6/+3
|
* [test] ignore legacy expression testsMolly Lloyd2018-08-271-0/+50
|
* [core] decouple crossfade zoom state and sprites, fix crossfadingMolly Lloyd2018-08-2731-57/+83
|
* [windows, qt] fix windows compiler errors, remove tao + tuple polyfillMolly Lloyd2018-08-277-29/+15
|
* [core] make PatternDependency optionalMolly Lloyd2018-08-275-19/+19
|
* [core] only wait for images if bucket uses pattern propertyMolly Lloyd2018-08-2722-90/+171
|
* [core] add support for fill- and fill-extrusion-pattern ddsMolly Lloyd2018-08-2726-161/+280
|
* [core] update gl-js hash and style code for fill and fill-extrusion ↵Molly Lloyd2018-08-2741-1560/+1646
| | | | data-driven -pattern
* [core] template PatternLayout on layer typeMolly Lloyd2018-08-278-78/+71
|
* [core] add pattern features to FeatureIndex in PatternLayout#createBucketMolly Lloyd2018-08-274-12/+20
|
* clang-tidy: remove redundant virtual keyword?Molly Lloyd2018-08-274-4/+4
|
* [core] eliminate UniformValue class to satisfy compilerMolly Lloyd2018-08-2721-187/+181
|
* [core] DDPropertyValue --> PropertyValueMolly Lloyd2018-08-274-9/+9
|
* [core] add CrossfadeParameters and dynamically bind pattern vertex buffersMolly Lloyd2018-08-277-30/+57
|
* [core] expand defines for multiple uniformsMolly Lloyd2018-08-271-3/+14
|
* [core] cleanup from function->expression rebaseMolly Lloyd2018-08-278-27/+20
|
* [core] add patterns to ImageAtlas and make their positions available in ↵Molly Lloyd2018-08-2746-257/+823
| | | | | | | | | | | | | | | | | | | | | | | | ppbinders [core] convert line-pattern to a cross-faded ddp [core] convert line-pattern draw code to use new shader uniforms [core] use tile's iconAtlas for line-pattern properties [core] fix cross-faded composite attribute bindings [core] use intermediate PatternLayout object to populate pattern layer buckets [core] revert addFeature to accept a reference [core] pass pixelRatio as a parameter to LinePatternProgram [core] try to fix compile errs [core] add platform style code [core] more compile errors :knife:
* [core] move PaintProperty::Attribute to TypeList and pass to Binder constructorsKonstantin Käfer2018-08-272-3/+17
|
* [core] introduce TypeListConcat and TypeList::ExpandIntoKonstantin Käfer2018-08-276-46/+36
|
* [core] allow passing multiple AttributeTypes to a PaintPropertyBinderKonstantin Käfer2018-08-271-9/+9
|
* [core] rename gl::Attribute to gl::Attribute to remove overloaded namingKonstantin Käfer2018-08-274-33/+33
|
* [core] simplify attribute/location typesKonstantin Käfer2018-08-273-22/+13
|
* [android] - update broken test app examplesTobrun2018-08-274-49/+50
|
* [android] - modularise the sdktobrun2018-08-2451-503/+1508
|
* [android] invalidate InfoWindow's y-offset when content is setŁukasz Paczos2018-08-242-5/+37
|
* [android] synchronize and coalesce requests targeting the same TileID in the ↵Łukasz Paczos2018-08-233-44/+170
| | | | CustomGeometrySource
* [ios] Install node modules in document.shNadia Barbosa2018-08-231-0/+1
|
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-238-1/+216
|
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-2336-1501/+1898
| | | | | | | | Porting of https://github.com/mapbox/mapbox-gl-js/pull/6303 See the link above for the description of the feature and its limitations). Based on patch from @lbud (Lauren Budorick).
* [build] add plain text file lists for iOS/macOSKonstantin Käfer2018-08-2317-28/+609
|
* [ios] Update changelog for v4.4.0-alpha.1 releaseios-v4.4.0-alpha.1Nadia Barbosa2018-08-221-0/+8
|
* [ios] Bump podspecs; update changelogs for 4.4.0-alpha.1Nadia Barbosa2018-08-224-4/+18
| | | | | | Fix order; add version to title Fix title
* [ios, build] Improve jazzy readme generationJason Wray2018-08-225-14/+65
| | | | | - Include changelogs for all releases in the current semver minor series. - Use template for jazzy readme.
* [ios, build] Fix bad changelog header and improve handlingJason Wray2018-08-222-7/+7
| | | | Also, specifically require `execSync`.
* [android] - update changelog for release v6.5.0-alpha.1android-v6.5.0-alpha.1Tobrun2018-08-221-3/+18
|
* fixed validation message for boundsJustyna Janczyszyn2018-08-221-2/+2
|
* [build] Run lower-value iOS CircleCI builds as nightliesJason Wray2018-08-221-3/+3
| | | | These jobs have a low incidence of unique meaningful failures and are mostly just informational, so running them less often preserves most of their value and frees up relatively scarce CircleCI macOS concurrency.
* [android] - replace hardcode telemetry settings string by resources stringTobrun2018-08-223-6/+48
|
* [android] - update user agent telemetryTobrun2018-08-221-1/+1
|
* [android] "collator" and "resolved-locale" expressions supportŁukasz Paczos2018-08-223-35/+701
|
* [android] - GeoJsonOptions javadoc correction on minZoom level and default ↵Tobrun2018-08-221-3/+3
| | | | values
* [core] add exception for unimplemented expressions in testsMolly Lloyd2018-08-211-1/+5
|
* [core, test] Bump GL JS pin to bring gl-native back in sync with gl-js.Chris Loer2018-08-216-3/+33
| | | | | Requires changing `generate-style-code` to treat 'formatted' as being the same as 'string' until gl-native gets 'formatted' support with https://github.com/mapbox/mapbox-gl-native/pull/12624. To make nitpick happy, PropertyFunction.java uses the latest "text-field" description from v8.json. It's technically correct, just kind of pointless since the "If a plain `string` is provided" clause will always be true.
* [core] fix icon-size for small data-driven valuesChris Loer2018-08-214-192/+192
| | | | port of mapbox/mapbox-gl-js#7125
* abbreviation updatelangsmith2018-08-222-1/+1
|
* fixed spacinglangsmith2018-08-221-1/+1
|
* added zh_CN: zh-Hans to android lang_map in tx config filelangsmith2018-08-221-1/+1
|
* added zh_CN strings.xml filelangsmith2018-08-221-0/+15
|
* [android] - example to render symbols offline with resources loaded from assetstobrun2018-08-219-67/+12529
|