- changed alpha texture handling to avoid using the deprecated GL_ALPHA8 texture format unless we have a compatibility context of an older GL version.

This commit is contained in:
Christoph Oelckers 2014-06-21 12:52:19 +02:00
commit d5dceb6874
4 changed files with 50 additions and 9 deletions

View file

@ -153,7 +153,6 @@ void gl_LoadExtensions()
{
gl.flags|=RFL_FRAMEBUFFER;
}
}
//==========================================================================