summaryrefslogtreecommitdiff
path: root/platform/android/src/map_renderer.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [android] Add Configuration hook for local ideograph font family and demo ↵Asheem Mamoowala2017-12-111-1/+3
| | | | activity
* [android] reset renderer on the GL thread when map is destroyedIvo van Dongen2017-09-221-0/+3
| | | | - ensures cleanup of resources on the right thread
* [android] map snapshotsIvo van Dongen2017-09-221-0/+12
|
* [android] Re-initialise renderer, backend and context when the android ↵Ivo van Dongen2017-09-221-5/+21
| | | | system destroyed the underlying gl resources
* [android] self-contained map rendererIvo van Dongen2017-09-221-0/+95
- Isolates the GL thread in a MapRenderer class with a native peer