Code review comment for lp:~stellarium/stellarium/textures-cleanup

Revision history for this message
Guillaume Chereau (guillaume-chereau) wrote :

On Wed, Oct 2, 2013 at 10:43 PM, Alexander Wolf <email address hidden> wrote:
> Review: Needs Fixing
>
> Displaying textures of constellations was really smoothly. But I found one regress in general for Stellarium/Qt5 - zooming is not smoothly and if area contains many textures then I catch "steps" zooming.

Since the Qt5 port, the actual loading of the QImage into an opengl
texture is indeed much slower. This branch does not really address
the issue, but I can already try to move the slow conversion from
QImage to opengl compatible data into the loading thread, maybe it
will make things a little bit better. I'll do some tests.

--
Guillaume
<email address hidden>
+886 970422910

« Back to merge proposal