Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TUI font rendering is _very_ slow #838

Closed
d3zd3z opened this issue Jun 7, 2016 · 2 comments
Closed

TUI font rendering is _very_ slow #838

d3zd3z opened this issue Jun 7, 2016 · 2 comments

Comments

@d3zd3z
Copy link
Contributor

d3zd3z commented Jun 7, 2016

The text is rendered a pixel at a time, which will be thousands to millions of times slower than more specialized code. If we're going to stick with bitmap fonts, there are some good examples of the kind of bitblt we need in the X11 code (is this license compatible).

The current code is certainly functional, but coming up with better text rending will likely be important to make the UI usable.

@ghost ghost added the enhancement label Nov 3, 2016
@jbech-linaro
Copy link
Contributor

TUI stuff was removed in #1844.

@ghost
Copy link

ghost commented Oct 6, 2017

We are closing this issue/question, why?

  • We believe the question has been answered.
  • Quite often when we have answered the questions, the issuer forget to close the issue which results in many open issues for us which makes it hard to keep track of the ones actually waiting for an answer.
  • In some cases we ask follow-up questions, but do not hear back from the one creating the issue.

If you however feel that you have additional questions or still thinks this is an issue, then please feel free to re-open the issue again. When closing issues we will only show this entire message once.

// OP-TEE admins

@ghost ghost closed this as completed Oct 6, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants