Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Tegra ideas #82

Closed
kkaefer opened this issue Feb 25, 2014 · 5 comments
Closed

Tegra ideas #82

kkaefer opened this issue Feb 25, 2014 · 5 comments

Comments

@kkaefer
Copy link
Contributor

kkaefer commented Feb 25, 2014

The issue is that often times, the fastest way to do something is the worst way to do something on iOS hardware (PowerVR SGX), e.g. clears are very cheap on iOS, but very expensive.

See #77 for list of tasks.

@incanus
Copy link
Contributor

incanus commented Feb 25, 2014

Interesting. 👍

@springmeyer
Copy link
Contributor

in terms of nv path I noticed https://github.com/ake-koomsin/mapnik_nvpr. Not sure if it has anything interesting however (not looked at code).

@kkaefer
Copy link
Contributor Author

kkaefer commented Feb 27, 2014

We're getting much better performance when avoiding to clear all the time. There are still a few rendering artifacts which occur with Tegra, but not on desktop.

@kkaefer
Copy link
Contributor Author

kkaefer commented Feb 27, 2014

We should probably render in "retina" mode. That means that everything is a little bigger on the map and we have fewer tiles to render. This is also in line with reports of too tiny text on the maps.

@kkaefer kkaefer added the Tegra label Mar 4, 2014
@kkaefer kkaefer changed the title Jetson ideas Tegra ideas Jun 2, 2014
@jfirebaugh
Copy link
Contributor

Not currently actionable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants