Will löve support AMD mantle in a near future?
Video about mantle: http://www.youtube.com/watch?v=1pApUuT3NcI
http://www.youtube.com/watch?v=KApdf4P2Iak
http://support.amd.com/en-us/kb-article ... e-faq.aspx
AMD mantle?
Re: AMD mantle?
i would doubt it; having to maintain gpu-specific optimizations is a lot of work for something like love which is typically cpu-limited anyway
- slime
- Solid Snayke
- Posts: 3170
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: AMD mantle?
There are hundreds (or maybe thousands) of performance optimizations LÖVE could do in its OpenGL graphics code which would make as big of a difference as using Mantle, but would also be supported on far more systems.
One of the reasons they haven't been done is because most of them are completely different ways of doing things and require OpenGL 3 or 4 (which correspond roughly to graphics cards which support DirectX 10/11). Since LÖVE's minimum requirements are much lower than that, it would mean having multiple very different ways of doing things that someone using LÖVE would pick based on the system running the game.
Those things would also be done if a Mantle backend were made.
Considering most code written to use LÖVE either doesn't have any performance problems or has a lot of ways to get rid of those performance problems already, there's not much point in either Mantle or those GL3/GL4+ specific optimizations.
Mantle's target use case is not something like LÖVE.
One of the reasons they haven't been done is because most of them are completely different ways of doing things and require OpenGL 3 or 4 (which correspond roughly to graphics cards which support DirectX 10/11). Since LÖVE's minimum requirements are much lower than that, it would mean having multiple very different ways of doing things that someone using LÖVE would pick based on the system running the game.
Those things would also be done if a Mantle backend were made.
Considering most code written to use LÖVE either doesn't have any performance problems or has a lot of ways to get rid of those performance problems already, there's not much point in either Mantle or those GL3/GL4+ specific optimizations.
Mantle's target use case is not something like LÖVE.
Re: AMD mantle?
Thank you, just wanted to be sure
Who is online
Users browsing this forum: Google [Bot] and 4 guests