aboutsummaryrefslogtreecommitdiffstats
path: root/code/sdl/sdl_glimp.c
Commit message (Expand)AuthorAgeFilesLines
* * Remove superfluous f from warningtma2009-09-281-1/+1
* * Avoid calculating a NaN when failing to compute the display aspect ratiotma2009-09-281-5/+13
* Handle r_colorbits values better.icculus2009-09-151-3/+2
* Fix SGI systems choosing an inefficient 36-bit color visual.icculus2009-09-151-0/+8
* Allow optional window resizing.icculus2009-09-141-0/+5
* * Fix warning in cl_main.ctma2009-09-141-16/+20
* See here:zakk2009-06-131-0/+6
* * Don't set SE_KEY event to ctrl-h; I don't think this makes sensetma2008-08-221-12/+13
* * Fix misplaced #endiftma2008-08-141-1/+1
* * Pass the "best" SDL_PixelFormat (as returned by the initial call totma2008-08-131-7/+26
* * Always show the mouse cursor when the mouse is disabledtma2008-08-091-0/+5
* * Add Sys_GLimpInit for platform specific GLimp initialisationtma2008-08-081-3/+4
* * Whitespace...tma2008-08-031-2/+2
* * Report SDL driver used on GLimp initialisationtma2008-08-031-3/+6
* Added GL_EXT_texture_compression_s3tc support.icculus2008-06-131-12/+46
* This may enable stereo rendering for other devices like shutter glasses, but ...thilo2008-04-271-0/+12
* sort video modes only if there are modes to sortludwig2008-04-131-1/+2
* Make sure fullscreen does not work for in_nograb when manually Alt-Entering, ...thilo2008-03-261-0/+7
* * Disabling r_allowSoftwareGL as per bug 3526tma2008-01-311-0/+2
* * Replace "powered by ioq3" text with ui_ioq3 CVAR_ROMtma2007-12-111-38/+93
* detect available resolutions and offer them in the menuludwig2007-12-081-0/+44
* * Move SDL library version check to sys_main.c as it's proving difficult totma2007-11-251-3/+3
* * (bug 3393) Blank user names still possible (Michael Jard <kfaust@gmail.com>)tma2007-11-021-2/+10
* * Remove some C99isms (f0rqu3)tma2007-10-011-1/+1
* * Revert 1176 -- MinGW's headers are too old *sigh*tma2007-09-121-9/+48
* * Remove use of GL_ARB_multitexture since this has been part of thetma2007-09-101-45/+6
* * Compile time and runtime checks for SDL >= 1.2.7tma2007-09-061-0/+7
* * Fix for SMP hack on OS Xtma2007-09-061-0/+1
* * I R KNWOING HOW COMPUTARS WURK!!!!!!! lOLtma2007-09-051-2/+2
* * Replace the ugliness in qgl.h with SDL_opengl.htma2007-09-051-6/+6
* * Merge unified-sdl to trunktma2007-09-051-0/+804