summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMolly Lloyd <molly@mapbox.com>2016-04-20 15:21:44 -0700
committerMolly Lloyd <molly@mapbox.com>2016-04-28 17:13:20 -0700
commitc86f558e9d608ac19ca5b26ea8f72e2dc43c07c0 (patch)
treec398f14a1cdc646119fac4ac8c0d557ca970e29d /package.json
parentda78422c5c37b2150eefeb399658903e45bf05d9 (diff)
downloadqtlocation-mapboxgl-c86f558e9d608ac19ca5b26ea8f72e2dc43c07c0.tar.gz
[core] port outlinepattern for fill-pattern anti-aliasing from gl-js to native
add outlinepattern shader class to relevant files add outlinepattern code to painter_fill.cpp add outlinepattern code to fill_bucket refactor painter_fill, fix tests fix merge conflicts and setDepthSublayer update render test to no antialiasing so travis will be happy
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c7d82f1e15..62c1a7940a 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
},
"devDependencies": {
"aws-sdk": "^2.3.5",
- "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#1e0d988e187a6c9a7a74fa8d7feb9c66c2258123",
+ "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#d974ec6b3748a258f8ddd7528e049493390177b4",
"node-gyp": "^3.3.1",
"request": "^2.72.0",
"tape": "^4.5.1"