Mercurial > fife-parpg
log engine/core/video/devicecaps.cpp @ 643:edf6dcfe8cd4
age | author | description |
---|---|---|
Sat, 09 Oct 2010 17:00:33 +0000 | prock | * Modified the way we detect valid resolutions because SDL_VideoModeOK() was unreliable on a Mac when passed values returned from SDL_ListModes(). It now uses a pre-canned list of common resolutions to check. |
Fri, 08 Oct 2010 21:22:02 +0000 | prock | * Added the ability to query the current running screen mode |
Thu, 07 Oct 2010 16:44:44 +0000 | prock | * Improvements for DeviceCaps. It now stores a list of valid SDL drivers. Currently in windows we are limited to the windows GDI (which is slow). This could mean that SDL users could benifit from hardware acceleration with directx (a valid SDL driver). |
Wed, 06 Oct 2010 21:37:46 +0000 | prock | * Added the ability to query some more details from the video device including the total video memory available. |