summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLOpenGLStyleLayer.mm
Commit message (Expand)AuthorAgeFilesLines
* [ios, macos] Expose MGLMapView OpenGL context to OpenGL style layersMinh Nguyễn2019-02-251-0/+10
* [ios, macos] Layer manager for Darwin platformsMikhail Pozdnyakov2018-11-191-0/+10
* [ios] Fix type narrowing issue with MGLOpenGLStyleLayer projection matrix (#1...Jason Wray2018-04-161-12/+2
* [ios, macos] Projection Matrix and LatLng projection to Mercator methodsAsheem Mamoowala2018-04-051-0/+12
* Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-51/+39
* Restores fix to MGLOpenGLStyleLayer memory-related crash (#10765)Andrew Kitchen2018-01-191-7/+2
* Adds an integration test harness to the iOS projectAndrew Kitchen2018-01-191-2/+7
* Fix CustomLayer context retain count (#10765)Asheem Mamoowala2017-12-201-4/+2
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-19/+18
* [darwin] Simplify MGLStyleLayer initialization and pointer managementJohn Firebaugh2017-04-131-30/+10
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-22/+22
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-161-4/+14
|\
| * [ios, macos] Omit perspectiveSkew from drawing context structMinh Nguyễn2016-12-201-1/+0
| * [ios, macos] Update and reformat documentation for runtime styling (#7475)Minh Nguyễn2016-12-201-4/+13
* | [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-211-1/+1
|/
* [ios, macos] Simplify MGLSource and subclasses (#7377)Minh Nguyễn2016-12-131-2/+11
* [ios, macos] Silence -Wc++11-narrowing warning in open gl layer (#7355)Jesse Bounds2016-12-091-2/+2
* [ios, macos] Corrected -setNeedsDisplay documentationMinh Nguyễn2016-12-071-1/+1
* [ios, macos] Migrate MGLCustomStyleLayerAdditions to style layer API (#7250)Minh Nguyễn2016-12-071-0/+200