Mercurial > fife-parpg
log engine/core/video/opengl/renderbackendopengl.cpp @ 642:6e2151325017
age | author | description |
---|---|---|
Fri, 08 Oct 2010 21:22:02 +0000 | prock | * Added the ability to query the current running screen mode |
Thu, 07 Oct 2010 18:37:02 +0000 | prock | * Added the ability to set/get the video driver used using the settings interface. Note that the default driver for the OS will be used unless explicitly specified. |
Wed, 06 Oct 2010 15:49:53 +0000 | prock | * Added the clearBackBuffer() function to the renderbackends. |
Wed, 06 Oct 2010 14:09:24 +0000 | prock | * Renamed RenderBackend::isClearNeeded() to RenderBackend::setClearScreen(). It is no longer pure virtual. Also documented it's functionality. |