diff options
author | Tim Angus <tim@ngus.net> | 2009-10-03 11:39:42 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:12 +0000 |
commit | cc75aa64bbd2c7b3d63c4857fbb848bab364a26c (patch) | |
tree | ee3887ba908f8a79cdf35a89f6b01c8a8fb7ad46 /src/sdl/sdl_glimp.c | |
parent | 7148805cd7831e3c33dd0965d9034ed5844e6464 (diff) |
* Merge ioq3-r1272
Diffstat (limited to 'src/sdl/sdl_glimp.c')
-rw-r--r-- | src/sdl/sdl_glimp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sdl/sdl_glimp.c b/src/sdl/sdl_glimp.c index 0c7bace9..57f3c353 100644 --- a/src/sdl/sdl_glimp.c +++ b/src/sdl/sdl_glimp.c @@ -336,6 +336,7 @@ static int GLimp_SetMode( qboolean failSafe, qboolean fullscreen ) 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 ) { @@ -345,6 +346,7 @@ static int GLimp_SetMode( qboolean failSafe, qboolean fullscreen ) "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" ); |