summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove Map::cleanup and Painter::cleanupJohn Firebaugh2014-12-064-23/+0
* Merge pull request #698 from mapbox/cache-shadersDane Springmeyer2014-12-0512-46/+253
|\
| * Fix rebaseLeith Bade2014-12-061-0/+4
| * Load program binary extension on LinuxLeith Bade2014-12-0611-46/+249
|/
* Move setAccessToken to CachingHTTPFileSourceJohn Firebaugh2014-12-049-43/+41
* Change Map::stop to use std::function<void()>John Firebaugh2014-12-043-9/+7
* Create GlyphStore up frontJohn Firebaugh2014-12-041-3/+1
* get/setBase may be called from main threadJohn Firebaugh2014-12-041-2/+0
* Add CachingHTTPFileSource::clearLoop()John Firebaugh2014-12-044-19/+27
* Move setReachability to CachingHTTPFileSourceJohn Firebaugh2014-12-047-25/+14
* Remove invalid map->terminate()John Firebaugh2014-12-041-1/+0
* Merge pull request #622 from mapbox/private-headersKonstantin Käfer2014-12-04269-121/+136
|\
| * fix buildKonstantin Käfer2014-12-043-16/+1
| * remove usage of relative pathsKonstantin Käfer2014-12-048-10/+10
| * make most headers privateKonstantin Käfer2014-12-04266-97/+137
| * switch to plain file streams rather than JSONKonstantin Käfer2014-12-041-26/+16
|/
* Add virtual destructor for FileSourceJohn Firebaugh2014-12-041-0/+1
* Update mapbox-gl-cocoaJohn Firebaugh2014-12-041-0/+0
* remove use of std::to_string in favor of boost::lexical_castKonstantin Käfer2014-12-0411-29/+45
* [performance] remove use of snprintf in hot path; it's pretty slow on iOSKonstantin Käfer2014-12-043-3/+4
* Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-0321-125/+85
* Remove unusedJohn Firebaugh2014-12-032-15/+0
* libuv handles must be deallocated asynchronouslyJohn Firebaugh2014-12-031-8/+12
* Merge pull request #677 from mapbox/caching-http-file-sourceMike Morris2014-12-0313-72/+150
|\
| * break out FileSource as an abstract classMike Morris2014-12-0313-72/+150
|/
* switch to a newer version of GLFWKonstantin Käfer2014-12-031-1/+1
* don't set the window title on every frameKonstantin Käfer2014-12-031-6/+0
* add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-0321-54/+80
* Remove unnecessary castJohn Firebaugh2014-12-021-1/+1
* Texturepool ⇢ TexturePool (fixes #655)John Firebaugh2014-12-0216-49/+49
* Adhere to naming conventionsJohn Firebaugh2014-12-022-57/+57
* More complete uv::threadJohn Firebaugh2014-12-022-11/+28
* untabifyartemp2014-12-021-1/+1
* update nunicode version to 1.5.1artemp2014-12-021-1/+1
* Merge pull request #670 from mapbox/gl-debugLeith Bade2014-12-028-12/+221
|\
| * Fix iOS compileLeith Bade2014-12-025-4/+20
| * Add debug markers and labelsLeith Bade2014-12-023-17/+57
| * Add GL_ARB_debug_outputLeith Bade2014-12-022-1/+7
| * Stop mipmap allocation for texturesLeith Bade2014-12-024-1/+4
| * Improve formattingLeith Bade2014-12-021-2/+2
| * Enable all messagesLeith Bade2014-12-021-3/+6
| * Implement debug callbackLeith Bade2014-12-022-3/+48
| * Define GL callback func. Improve GL err macro.Leith Bade2014-12-022-13/+22
| * Fix import problemLeith Bade2014-12-021-6/+0
| * Load KHR_debug on LinuxLeith Bade2014-12-021-0/+13
| * Add KHR_debug definitionsLeith Bade2014-12-022-1/+81
* | Merge pull request #673 from mapbox/pixel-flipMike Morris2014-12-012-9/+10
|\ \
| * | fix memcpy includes/namespaceMike Morris2014-12-011-3/+4
| * | move pixel flip from headless test into HeadlessView::readPixelsMike Morris2014-12-012-9/+9
|/ /
* | Merge pull request #669 from mapbox/fix-vaosLeith Bade2014-12-021-4/+4
|\ \ | |/