Bug 341194 - Implement OpenGL support
Summary: Implement OpenGL support
Status: RESOLVED UNMAINTAINED
Alias: None
Product: marble
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: marble-bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-23 13:30 UTC by Bernhard Beschow
Modified: 2021-04-02 07:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Beschow 2014-11-23 13:30:52 UTC
Marble currently performs all rendering in software. While this works reasonably well on desktop systems, OpenGL allowed for both high quality results and faster rendering even on mobile devices. Besides the software rendering mode, Marble should also offer an OpenGL mode and users should be able to switch dynamically between those.

In order to keep maintainance effort at a minimum, both modes should share as much code as possible. In other words, internal APIs should be refactored to fit the needs of both modes.

Reproducible: Always