summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Fix buildLeith Bade2014-12-184-134/+207
* Add run to AssetRequestLeith Bade2014-12-181-5/+19
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-183-0/+256
|\
| * change comment and cache valueKonstantin Käfer2014-12-171-2/+3
| * change file:// to asset:// to indicate that they aren't arbitrary filesKonstantin Käfer2014-12-173-27/+72
| * Make file request overridable by platform implementationsKonstantin Käfer2014-12-171-0/+209
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-112-32/+40
|\ \ | |/
| * update error reporting functionKonstantin Käfer2014-12-102-29/+29
| * Use CHECK_ERROR on every GL callLeith Bade2014-12-102-29/+37
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-103-87/+101
|\ \ | |/
| * fix typoKonstantin Käfer2014-12-091-1/+1
| * Tidy up HeadlessViewLeith Bade2014-12-093-87/+101
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-102-0/+31
|\ \ | |/
| * report version number in user agent stringKonstantin Käfer2014-12-082-4/+24
| * add user agent headerKonstantin Käfer2014-12-082-0/+5
* | Fix missing shader cache pathLeith Bade2014-12-081-0/+13
* | Add pakced depth stencil to GLFWView and HeadlessViewLeith Bade2014-12-072-0/+9
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-074-0/+102
|\ \ | |/
| * Load program binary extension on LinuxLeith Bade2014-12-064-0/+102
* | Fix commitLeith Bade2014-12-062-14/+9
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-053-149/+17
|\ \ | |/
| * Change Map::stop to use std::function<void()>John Firebaugh2014-12-041-1/+1
| * Remove invalid map->terminate()John Firebaugh2014-12-041-1/+0
| * make most headers privateKonstantin Käfer2014-12-041-115/+0
| * switch to plain file streams rather than JSONKonstantin Käfer2014-12-041-26/+16
| * remove use of std::to_string in favor of boost::lexical_castKonstantin Käfer2014-12-041-2/+0
* | Fixup after mergeLeith Bade2014-12-043-11/+8
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-043-30/+17
|\ \ | |/
| * Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-033-16/+17
| * Remove unusedJohn Firebaugh2014-12-031-14/+0
* | Merge branch 'master' into android-masonMike Morris2014-12-031-0/+133
|\ \ | |/
| * break out FileSource as an abstract classMike Morris2014-12-031-0/+129
| * don't set the window title on every frameKonstantin Käfer2014-12-031-6/+0
* | Rename lots of thingsLeith Bade2014-12-045-38/+38
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-031-6/+0
* | Fix debug buildLeith Bade2014-12-032-2/+5
* | Remove boost::make_uniqueLeith Bade2014-12-032-6/+4
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-036-11/+16
|\ \ | |/
| * add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-036-11/+16
* | Use uv::async and various other fixesLeith Bade2014-12-034-23/+26
* | Fix accidentally commented codeLeith Bade2014-12-031-2/+2
* | Remove old TODOLeith Bade2014-12-031-1/+0
* | Fix tests when using GL 3.0+ contextLeith Bade2014-12-022-9/+29
* | Fix Linux buildLeith Bade2014-12-022-5/+0
* | Share asset_request between platformsLeith Bade2014-12-024-175/+123
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-022-4/+46
|\ \ | |/
| * Merge pull request #670 from mapbox/gl-debugLeith Bade2014-12-021-0/+32
| |\
| | * Add debug markers and labelsLeith Bade2014-12-021-6/+19
| | * Add GL_ARB_debug_outputLeith Bade2014-12-021-0/+6
| | * Load KHR_debug on LinuxLeith Bade2014-12-021-0/+13