aboutsummaryrefslogtreecommitdiffstats
path: root/code/renderer
Commit message (Expand)AuthorAgeFilesLines
* * Remove unexplainable ( tr.overbrightBits > 0 ) condition when correctingtma2009-03-121-4/+4
* * Fix some new GCC 4.3 warningstma2008-11-108-54/+81
* * Update to jpeg-6b (only a decade old)tma2008-08-211-1/+1
* * s/GL_CLAMP/GL_CLAMP_TO_EDGE/g (If this change appears to cause you problemstma2008-08-126-17/+14
* * Fix confusion of cgame and renderer entity array bounds (Tr3B)tma2008-07-161-2/+1
* * Allow floating point values for r_zneartma2008-07-081-1/+1
* * Rename voip cvar to cl_voiptma2008-07-072-27/+4
* * (bug 3610) Server sending unnecessary newline with SV_ConSay_F (Tyler Schwend tma2008-07-053-6/+14
* Added GL_EXT_texture_compression_s3tc support.icculus2008-06-132-2/+8
* shut up warningthilo2008-05-011-1/+1
* - replace a few constant values with GL macros in tr_cmds.cthilo2008-05-014-41/+70
* - change default value for stereo seperationthilo2008-04-273-7/+29
* This may enable stereo rendering for other devices like shutter glasses, but ...thilo2008-04-271-3/+0
* Another two minor clean-ups to last commit.thilo2008-04-272-5/+2
* - Implement stereo rendering with anaglyph images.thilo2008-04-279-127/+420
* Add length checking to prevent malicious mdr files to overflow buffers.thilo2008-04-081-11/+57
* Handle detail textures correctly when r_detailedTextures is set to 0.thilo2008-04-061-5/+23
* Actually take into account how SkipBracedSection works. It requires a section...thilo2008-04-061-1/+1
* Make sure that one broken shader file cannot crash the game / make the other ...thilo2008-04-061-9/+41
* This hack probably is not needed anymore.thilo2008-03-271-1/+1
* png fixes by Joerg Dietrichludwig2008-02-151-5/+14
* make the pcx decode actually workludwig2008-02-141-0/+1
* * Consolidate tr_image_*.h headers into tr_local.h to more closely follow thetma2008-02-1412-23/+25
* remove code duplicated from libjpeg and make internal functions staticludwig2008-02-141-96/+8
* don't read more memory than available in jpg decodeludwig2008-02-141-3/+4
* make pcx decoder more robust against corrupt filesludwig2008-02-141-83/+88
* move all image decoders into separate filesludwig2008-02-149-1211/+1309
* make tga decoder more robust against corrupt filesludwig2008-02-141-10/+41
* make bmp decoder more robust against corrupt filesludwig2008-02-141-33/+70
* integer overflow safeguardsludwig2008-02-121-6/+14
* move png support to separate fileludwig2008-02-123-2447/+2468
* * Replace "powered by ioq3" text with ui_ioq3 CVAR_ROMtma2007-12-112-7/+9
* * Whitespace consistency in tr_init.ctma2007-11-071-53/+53
* * (bug 3393) Blank user names still possible (Michael Jard <kfaust@gmail.com>)tma2007-11-021-1/+5
* * Revert 1176 -- MinGW's headers are too old *sigh*tma2007-09-127-37/+27
* * Remove use of GL_ARB_multitexture since this has been part of thetma2007-09-108-39/+36
* * Replace the ugliness in qgl.h with SDL_opengl.htma2007-09-051-117/+6
* * Merge unified-sdl to trunktma2007-09-058-884/+359
* * Rewrite of R_LoadImage to make it more generic and data driventma2007-08-262-42/+78
* * (bug 3112) Removal of QVM name obfuscation (TsT <tst2006@gmail.com>)tma2007-08-241-13/+5
* * PNG support from Joerg Dietrich <dietrich_joerg@t-online.de>tma2007-08-231-13/+2475
* * (bug 3076) Map cycle breaks on empty or bot only servers (misanthropia)tma2007-08-231-51/+33
* fix gcc 4.2 warnings about cast from pointer to integer (#3317)ludwig2007-08-191-1/+1
* print the shader loading message if the cvar "developer" is setludwig2007-08-161-1/+1
* don't spam console with "loading..." messages when loading shadersludwig2007-08-161-1/+1
* * (bug 2972) add r_swapInterval support to SDL client (if libSDL >= 1.2.10)tjw2007-05-221-0/+5
* Fix annoying bug where transparent surfaces wouldn't draw over skyboxes. Than...thilo2006-12-151-2/+1
* * Add r_customPixelAspect to support displays with non 1:1 pixel aspects (dotma2006-12-041-10/+12
* Fix endian issue in MDR loading.thilo2006-09-221-3/+3
* * qvm files no longer installed by "make copyfiles"tma2006-08-132-2/+12