summaryrefslogtreecommitdiff
path: root/include/mbgl/platform
Commit message (Expand)AuthorAgeFilesLines
* use a reinterpret_cast to return the correct typeKonstantin Käfer2015-03-061-1/+1
* guard against concurrent OpenGL extension loadingKonstantin Käfer2015-03-061-0/+2
* make Map::resize() privateKonstantin Käfer2015-03-061-5/+5
* forward declare GLX typedefs to limit conflicts from glx.hMike Morris2015-02-102-4/+5
* refactor makefileKonstantin Käfer2015-02-041-0/+3
* make ios compileKonstantin Käfer2015-02-041-4/+2
* fixes for linuxKonstantin Käfer2015-02-041-0/+1
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-2/+2
* Use std::chronoLeith Bade2015-02-044-3/+14
* Remove program binary cachingLeith Bade2015-01-272-15/+0
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-232-12/+12
|\
| * Rename View functions to match conventions. Also tidy up view classes and rem...Leith Bade2014-12-232-12/+12
* | Remove unused memberLeith Bade2014-12-211-1/+0
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-181-0/+2
|\ \ | |/
| * change file:// to asset:// to indicate that they aren't arbitrary filesKonstantin Käfer2014-12-171-0/+2
* | Add missing CHECK_ERRORLeith Bade2014-12-111-12/+11
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-111-7/+15
|\ \ | |/
| * only report STACK_OVERFLOW/STACK_UNDERFLOW when the GL implementation has themKonstantin Käfer2014-12-101-0/+7
| * update error reporting functionKonstantin Käfer2014-12-101-7/+8
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-102-9/+9
|\ \ | |/
| * Tidy up HeadlessViewLeith Bade2014-12-092-9/+9
* | Add pakced depth stencil to GLFWView and HeadlessViewLeith Bade2014-12-071-0/+2
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-072-0/+16
|\ \ | |/
| * Load program binary extension on LinuxLeith Bade2014-12-062-0/+15
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-054-56/+4
|\ \ | |/
| * fix buildKonstantin Käfer2014-12-041-1/+1
| * remove usage of relative pathsKonstantin Käfer2014-12-042-2/+2
| * make most headers privateKonstantin Käfer2014-12-042-54/+2
* | Fixup after mergeLeith Bade2014-12-041-1/+1
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-041-2/+2
|\ \ | |/
| * Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-031-1/+2
| * Remove unusedJohn Firebaugh2014-12-031-1/+0
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-041-0/+52
|\ \ | |/
| * break out FileSource as an abstract classMike Morris2014-12-031-0/+52
* | Rename lots of thingsLeith Bade2014-12-043-4/+4
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-031-1/+3
|\ \ | |/
| * add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-031-1/+3
* | Fix tests when using GL 3.0+ contextLeith Bade2014-12-021-0/+1
* | Share asset_request between platformsLeith Bade2014-12-022-60/+0
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-021-4/+102
|\ \ | |/
| * Fix iOS compileLeith Bade2014-12-021-4/+12
| * Add debug markers and labelsLeith Bade2014-12-021-0/+20
| * Add GL_ARB_debug_outputLeith Bade2014-12-021-1/+1
| * Define GL callback func. Improve GL err macro.Leith Bade2014-12-021-12/+15
| * Fix import problemLeith Bade2014-12-021-6/+0
| * Add KHR_debug definitionsLeith Bade2014-12-021-0/+68
* | Fix typoLeith Bade2014-11-301-1/+1
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-283-18/+18
|\ \ | |/
| * convert image_reader public interface to use CamelCase to match the rest of c...artemp2014-11-263-18/+18
| * image_readers: premultiply alphaartemp2014-11-211-1/+1