summaryrefslogtreecommitdiff
path: root/include/mbgl/platform
Commit message (Expand)AuthorAgeFilesLines
...
* prefix Reachability with "MGL" to avoid linking conflicts and app store rejec...Konstantin Käfer2015-05-261-4/+4
* update Reachability with latest versionKonstantin Käfer2015-05-261-25/+8
* Add callback for error notifications on renderStill()Thiago Marcos P. Santos2015-05-221-0/+2
* Extensible GL extension supportJohn Firebaugh2015-05-131-123/+24
* Remove unused GL feature flagsJohn Firebaugh2015-05-131-8/+0
* Fix Linux GCC Debug buildThiago Marcos P. Santos2015-05-081-1/+1
* change the window title to indicate the current styleKonstantin Käfer2015-05-071-0/+2
* Make all GLFWView attributes privateThiago Marcos P. Santos2015-05-071-5/+6
* Add style change functionality to the Linux test appThiago Marcos P. Santos2015-05-071-2/+8
* lower thread priority of worker threadsKonstantin Käfer2015-05-041-0/+3
* add gl::groups back for easier debugging in XcodeKonstantin Käfer2015-05-041-1/+1
* fix compile with clang-3.6Dane Springmeyer2015-05-012-4/+2
* Resize view from map threadJohn Firebaugh2015-04-281-2/+1
* Remove Map::start/stopJohn Firebaugh2015-04-281-1/+1
* Following kkaefer's view changesJohn Firebaugh2015-04-281-7/+1
* Move run() to MapContextJohn Firebaugh2015-04-281-0/+1
* move most private Map code to MapContextKonstantin Käfer2015-04-282-2/+2
* align static render mode and still image render modeKonstantin Käfer2015-04-171-11/+28
* Remove some uv.hpp includesJohn Firebaugh2015-04-091-2/+0
* make sqlite storage more resilient to sporadic errorsKonstantin Käfer2015-04-071-1/+3
* closes #1082, refs #756: user dot on map in iOSJustin R. Miller2015-03-251-0/+5
* Log the Environment ID and the Thread nameThiago Marcos P. Santos2015-03-181-1/+1
* fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-171-2/+2
* Merge pull request #972 from mapbox/log_cleanupThiago Marcos P. Santos2015-03-124-84/+21
|\
| * Update the FixtureLogThiago Marcos P. Santos2015-03-121-0/+12
| * Make the logging system staticThiago Marcos P. Santos2015-03-124-81/+10
| * Simplify the logging mechanismThiago Marcos P. Santos2015-03-123-10/+6
* | fixes black flicker on rotating the deviceKonstantin Käfer2015-03-122-14/+10
|/
* 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