r1251 - trunk/code/sdl
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Thu Jan 31 12:44:33 EST 2008
Author: tma
Date: 2008-01-31 12:44:33 -0500 (Thu, 31 Jan 2008)
New Revision: 1251
Modified:
trunk/code/sdl/sdl_glimp.c
Log:
* Disabling r_allowSoftwareGL as per bug 3526
Modified: trunk/code/sdl/sdl_glimp.c
===================================================================
--- trunk/code/sdl/sdl_glimp.c 2008-01-22 23:44:10 UTC (rev 1250)
+++ trunk/code/sdl/sdl_glimp.c 2008-01-31 17:44:33 UTC (rev 1251)
@@ -317,6 +317,7 @@
SDL_GL_SetAttribute( SDL_GL_STENCIL_SIZE, tstencilbits );
SDL_GL_SetAttribute( SDL_GL_DOUBLEBUFFER, 1 );
+#if 0 // See http://bugzilla.icculus.org/show_bug.cgi?id=3526
// If not allowing software GL, demand accelerated
if( !r_allowSoftwareGL->integer )
{
@@ -326,6 +327,7 @@
"visual with libSDL < 1.2.10\n" );
}
}
+#endif
if( SDL_GL_SetAttribute( SDL_GL_SWAP_CONTROL, r_swapInterval->integer ) < 0 )
ri.Printf( PRINT_ALL, "r_swapInterval requires libSDL >= 1.2.10\n" );
More information about the quake3-commits
mailing list