mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-06-02 17:51:04 +00:00
Merge branch 'master' into glew
This commit is contained in:
commit
60ccf3567b
10 changed files with 213 additions and 75 deletions
|
@ -295,7 +295,7 @@ static void R_CheckPortableExtensions()
|
|||
}
|
||||
|
||||
// RB: Mesa support
|
||||
if( idStr::Icmpn( glConfig.renderer_string, "Mesa", 4 ) == 0 || idStr::Icmpn( glConfig.renderer_string, "X.org", 4 ) == 0 )
|
||||
if( idStr::Icmpn( glConfig.renderer_string, "Mesa", 4 ) == 0 || idStr::Icmpn( glConfig.renderer_string, "X.org", 5 ) == 0 )
|
||||
{
|
||||
glConfig.driverType = GLDRV_OPENGL_MESA;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue