- Version bump to 2.2.0.
- Disabled console alpha when the console is fullscreen. - Re-enabled maybedrawnow for the software renderer. This should be replaced with a different progress bar implementation at some point that can work with hardware graphics. SVN r747 (trunk)
This commit is contained in:
parent
0d217fd4c6
commit
0acbbb3a8e
4 changed files with 16 additions and 9 deletions
|
|
@ -30,8 +30,8 @@
|
|||
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
**---------------------------------------------------------------------------
|
||||
**
|
||||
** This file does _not_ implement hardware-acclerated rendering. It is just
|
||||
** a means of getting the pixel data to the screen in a more reliable
|
||||
** This file does _not_ implement hardware-acclerated 3D rendering. It is
|
||||
** just a means of getting the pixel data to the screen in a more reliable
|
||||
** method on modern hardware by copying the entire frame to a texture,
|
||||
** drawing that to the screen, and presenting.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue