summaryrefslogtreecommitdiff
path: root/scripts/style-spec.js
Commit message (Collapse)AuthorAgeFilesLines
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-231-1/+0
| | | | | | | | 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).
* Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-0/+1
| | | | | | - Pulls over an update to line.vertex.glsl (looks like a no-op?) - Add test ignores for collator, is-supported-script, line-gradient - Exclude collator, is-supported-script, line-gradient from code generation.
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-2/+0
| | | | | Co-Authored-By: Konstantin Käfer <mail@kkaefer.com> Co-Authored-By: Anand Thakker <anandthakker@users.noreply.github.com> Co-Authored-By: Minh Nguyễn <1ec5@users.noreply.github.com>
* [build] Add temporary modifications to style spec + shadersKonstantin Käfer2018-01-241-0/+5
This ensures that the generated code matches what is checked in. Remove those temporary modifications once we add the features to master.