summaryrefslogtreecommitdiff
path: root/platform/default/glfw_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* drive map rendering from main threadKonstantin Käfer2015-06-261-2/+10
* Support shape annotations on GLFWViewThiago Marcos P. Santos2015-06-181-7/+66
* Revert "use array of structs rather than parallel arrays for annotations"Minh Nguyễn2015-06-151-4/+5
* use array of structs rather than parallel arrays for annotationsKonstantin Käfer2015-06-111-5/+4
* press 1 through 6 to add 10^(n-1) points in the current viewportKonstantin Käfer2015-06-091-2/+35
* make collision debug boxes toggleableAnsis Brammanis2015-05-281-0/+3
* Ensure call-once semantics inside InitializeExtensionsJohn Firebaugh2015-05-131-6/+1
* Extensible GL extension supportJohn Firebaugh2015-05-131-80/+1
* Remove unused GL feature flagsJohn Firebaugh2015-05-131-4/+0
* change the window title to indicate the current styleKonstantin Käfer2015-05-071-0/+4
* Make all GLFWView attributes privateThiago Marcos P. Santos2015-05-071-0/+5
* Add style change functionality to the Linux test appThiago Marcos P. Santos2015-05-071-0/+8
* only update GL state when it actually changedKonstantin Käfer2015-05-041-11/+25
* Remove unused includesJohn Firebaugh2015-04-281-0/+1
* Remove Map::start/stopJohn Firebaugh2015-04-281-26/+18
* Following kkaefer's view changesJohn Firebaugh2015-04-281-1/+1
* remove some unused includesKonstantin Käfer2015-04-281-0/+2
* move most private Map code to MapContextKonstantin Käfer2015-04-281-6/+2
* Rework easing transition codeJohn Firebaugh2015-04-021-7/+2
* Delete the GLFWView object at exitThiago Marcos P. Santos2015-03-201-0/+1
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-121-3/+3
* fixes black flicker on rotating the deviceKonstantin Käfer2015-03-121-6/+3
* guard against concurrent OpenGL extension loadingKonstantin Käfer2015-03-061-3/+5
* make Map::resize() privateKonstantin Käfer2015-03-061-13/+13
* Use std::chronoLeith Bade2015-02-041-4/+4
* Remove program binary cachingLeith Bade2015-01-271-13/+0
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-181-1/+8
|\
| * Merge pull request #757 from mapbox/move-terminateLeith Bade2015-01-161-0/+3
| |\
| | * Move terminate() call to GLFWView to avoid problems with nodeLeith Bade2015-01-161-0/+3
| * | Move class state to mapJohn Firebaugh2015-01-141-1/+5
| |/
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-131-11/+5
|\ \ | |/
| * Merge pull request #748 from mapbox/fix-swapLeith Bade2015-01-131-7/+4
| |\
| | * Correctly handle swapping. Fixes #666Leith Bade2015-01-121-7/+4
| * | Correctly call resize with width and height. Fixes #746Leith Bade2015-01-121-4/+1
| |/
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-091-1/+2
|\ \ | |/
| * Merge branch 'master' into shader-performanceJohn Firebaugh2015-01-071-106/+108
| |\
| * | use correct enumKonstantin Käfer2014-12-121-1/+2
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-231-103/+101
|\ \ \ | | |/ | |/|
| * | Rename View functions to match conventions. Also tidy up view classes and rem...Leith Bade2014-12-231-103/+101
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-211-6/+10
|\ \ \ | |/ /
| * | Use iostream for saving GL program binary. Also check for GL_NUM_PROGRAM_BINA...Leith Bade2014-12-201-6/+10
| |/
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-111-10/+18
|\ \ | |/
| * update error reporting functionKonstantin Käfer2014-12-101-10/+10
| * Use CHECK_ERROR on every GL callLeith Bade2014-12-101-10/+18
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-101-1/+0
|\ \ | |/
| * Tidy up HeadlessViewLeith Bade2014-12-091-1/+0
* | Add pakced depth stencil to GLFWView and HeadlessViewLeith Bade2014-12-071-0/+4
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-071-0/+38
|\ \ | |/
| * Load program binary extension on LinuxLeith Bade2014-12-061-0/+38
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-051-4/+1
|\ \ | |/