summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Only emit tile updated signals when the tile really changesThiago Marcos P. Santos2015-05-187-17/+59
* Allow reparsing partial tiles when we have new tilesThiago Marcos P. Santos2015-05-184-8/+12
* Do not process partial tiles if no new resources have arrivedThiago Marcos P. Santos2015-05-184-4/+15
* Emit the signal on the MapThreadThiago Marcos P. Santos2015-05-183-5/+19
* Keep a pointer to GlyphStore on ResourceLoaderThiago Marcos P. Santos2015-05-183-7/+29
* Render translucent background layers (fixes #1514)John Firebaugh2015-05-152-72/+50
* make sure bit shifts happen with unsigned integersKonstantin Käfer2015-05-151-2/+2
* emplace into threadSetMike Morris2015-05-151-4/+1
* Always request the SymbolBucket dependencies at the first passThiago Marcos P. Santos2015-05-154-56/+37
* Restore sprite load checkJohn Firebaugh2015-05-141-1/+1
* Ensure call-once semantics inside InitializeExtensionsJohn Firebaugh2015-05-131-13/+19
* Extensible GL extension supportJohn Firebaugh2015-05-1310-96/+299
* Remove unused GL feature flagsJohn Firebaugh2015-05-131-4/+0
* Remove unnecessary use of shared_from_this()John Firebaugh2015-05-132-13/+6
* Use uv::asyncJohn Firebaugh2015-05-131-31/+7
* Remove unusedJohn Firebaugh2015-05-132-16/+1
* abort rendering early when we don't need toKonstantin Käfer2015-05-131-1/+6
* Stop processing SymbolBuckets at the first incomplete bucketThiago Marcos P. Santos2015-05-131-0/+4
* Move the Collision object from TileParser to VectorTileDataThiago Marcos P. Santos2015-05-134-9/+22
* Make the state attribute privateThiago Marcos P. Santos2015-05-139-31/+56
* add BinPack testKonstantin Käfer2015-05-122-1/+10
* don't implicitly cast to bool since this will make comparisons failsKonstantin Käfer2015-05-124-6/+6
* Merge pull request #1484 from mapbox/fix-line-atlas-overflowKonstantin Käfer2015-05-126-27/+20
|\
| * manage atlas textures with unique_ptrsKonstantin Käfer2015-05-116-27/+20
| * fix integer overflow in line_atlasDane Springmeyer2015-05-082-2/+2
* | Set correct strata for background renderJohn Firebaugh2015-05-121-0/+1
* | Merge pull request #1469 from mapbox/1435-android-gl-crashBrad Leege2015-05-113-24/+20
|\ \
| * | Ignore deactivate when no valid EGL display. Fixes #1435Leith Bade2015-05-093-24/+20
* | | Merge pull request #1499 from mapbox/clang-3.7-libcpp-atomic_flag-initializedThiago Marcos P. Santos2015-05-112-2/+1
|\ \ \
| * | | Initialize the atomic_flag in the class definitionThiago Marcos P. Santos2015-05-112-2/+1
| | |/ | |/|
* | | fix division by zero conditionsDane Springmeyer2015-05-083-9/+22
|/ /
* | ignore Transform changes with NaN parametersKonstantin Käfer2015-05-081-1/+37
* | initialize TransformState helper variables correctlyKonstantin Käfer2015-05-081-3/+5
* | Merge remote-tracking branch 'origin/1369-alternate-fix'John Firebaugh2015-05-082-3/+11
|\ \
| * | make DefaultFileRequest movable onlyKonstantin Käfer2015-05-082-2/+8
| * | don't trigger a HTTP request twiceKonstantin Käfer2015-05-081-1/+3
* | | make WorkRequests cancelableKonstantin Käfer2015-05-088-64/+95
|/ /
* | Merge pull request #1464 from mapbox/1ec5-type-inMinh Nguyễn2015-05-071-1/+5
|\ \
| * | Parse feature types in set filtersMinh Nguyễn2015-05-071-1/+5
* | | Removed unused method from MapContextThiago Marcos P. Santos2015-05-071-1/+0
|/ /
* | Reference safety for Worker after callbacksJohn Firebaugh2015-05-064-10/+25
|/
* Don't crash if ResourceLoader::_sprite is nullJohn Firebaugh2015-05-051-1/+3
* Cancel all pending requests before leavingThiago Marcos P. Santos2015-05-057-16/+37
* Do not process buckets depending on Glyphs that were not loadedThiago Marcos P. Santos2015-05-056-80/+108
* Make GlyphStore observableThiago Marcos P. Santos2015-05-054-2/+42
* Add partial tile parsingThiago Marcos P. Santos2015-05-058-34/+135
* Move the Sprite handling to ResourceLoaderThiago Marcos P. Santos2015-05-059-64/+69
* Update the tiles via ResourceLoaderThiago Marcos P. Santos2015-05-053-5/+31
* Notify data changes using Observer patternThiago Marcos P. Santos2015-05-055-24/+64
* Introduce the ResourceLoaderThiago Marcos P. Santos2015-05-054-7/+112