mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-05-31 08:50:54 +00:00
Astyle
This commit is contained in:
parent
72091f73ca
commit
4daffd67c0
5 changed files with 12 additions and 12 deletions
|
@ -391,8 +391,8 @@ static void R_CheckPortableExtensions()
|
|||
|
||||
// RB: Mesa support
|
||||
if( idStr::Icmpn( glConfig.renderer_string, "Mesa", 4 ) == 0 || idStr::Icmpn( glConfig.renderer_string, "X.org", 5 ) == 0 || idStr::Icmpn( glConfig.renderer_string, "Gallium", 7 ) == 0 ||
|
||||
strcmp( glConfig.vendor_string, "X.Org" ) == 0 ||
|
||||
idStr::Icmpn( glConfig.renderer_string, "llvmpipe", 8 ) == 0 )
|
||||
strcmp( glConfig.vendor_string, "X.Org" ) == 0 ||
|
||||
idStr::Icmpn( glConfig.renderer_string, "llvmpipe", 8 ) == 0 )
|
||||
{
|
||||
if( glConfig.driverType == GLDRV_OPENGL32_CORE_PROFILE )
|
||||
{
|
||||
|
@ -2792,9 +2792,9 @@ void idRenderSystemLocal::Init()
|
|||
guiModel = new( TAG_RENDER ) idGuiModel;
|
||||
guiModel->Clear();
|
||||
tr_guiModel = guiModel; // for DeviceContext fast path
|
||||
|
||||
|
||||
UpdateStereo3DMode();
|
||||
|
||||
|
||||
globalImages->Init();
|
||||
|
||||
// RB begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue