Bug 341194

Summary: Implement OpenGL support
Product: [Applications] marble Reporter: Bernhard Beschow <shentey>
Component: generalAssignee: marble-bugs
Status: RESOLVED UNMAINTAINED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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