aboutsummaryrefslogtreecommitdiffstats
path: root/code/renderer
Commit message (Expand)AuthorAgeFilesLines
* Still some little improvements to flares.thilo2006-04-202-1/+8
* Fix for flares. Can be enabled by setting r_flares 1thilo2006-04-205-86/+121
* * Fix to (static!) buffer overflow in renderer (from Thilo Schulz)tma2006-04-141-1/+1
* * Fixes to MDR implementation from Thilo Schulztma2006-04-141-19/+13
* * Fixed radix sort on big endian platforms (from tjw, blame Timbo for the bug)tma2006-04-141-1/+7
* * SDL build no longer requires a vid_restart when changing r_fullscreentma2006-01-251-0/+4
* * AVI video outputtma2006-01-046-1/+155
* * Support for MinGW cross compilationtma2005-12-291-1/+1
* * Fix to what is apparently a typo in the original Q3 codetma2005-12-281-1/+1
* msvc project files updated and moved to win32/msvcmaik2005-12-122-6114/+0
* * Oopsie.tma2005-12-061-4/+4
* * Replaced ALIGN macro with PADtma2005-12-051-14/+8
* Fixed Altivec-based mesh rendering.icculus2005-12-042-19/+19
* * Ditch Mac OS 9 supporttma2005-12-012-26/+0
* * Moved win32 GL extension prototypes from tr_init.c to win_qgl.ctma2005-11-261-10/+0
* * Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.localtma2005-11-263-92/+65
* Mac OS X work...lots of little changes that touch a lot of random places.icculus2005-11-267-63/+335
* * Implementation of r_dlightBacks from Shane Isleytma2005-11-151-66/+58
* * Fix TA font loader to use new endian definestma2005-11-061-2/+2
* * Tidy-up of q_platform.htma2005-11-061-1/+1
* * Replaced a bunch of inline and __inline with ID_INLINEtma2005-11-043-3/+3
* Updated msvc project files from > Michael Zoech!zakk2005-11-041-6112/+6112
* 5+2==7 :-)ludwig2005-11-011-5/+5
* use memcpy to fix use of misaligned dataludwig2005-11-011-18/+21
* * More Solaris worktma2005-11-011-1/+1
* * General decrufting:tma2005-10-293-6/+6
* * Beginnings of Solaris support from Vincent S. Cojottma2005-10-291-4/+12
* * Added STATUStma2005-10-2928-28/+28
* * Moved various source files from their mod sdk locations to places moretma2005-10-263-2/+231
* * Fix to potential out of range index bug from misanthropiatma2005-10-201-1/+8
* * Fix to buffer overflow in lightmap loading code from misanthropiatma2005-10-201-1/+4
* * Fixed the fix for the shader overrun. If this isn't a case for unified diffs,tma2005-10-201-6/+6
* * Fix to buffer overrun in shader parser from misanthropiatma2005-10-191-0/+7
* Fix build problems under OS Xsix2005-10-113-4/+4
* * Replaced drawSurfs qsort algorithm with a radix sorttma2005-10-101-190/+35
* * ATI skybox bug fixtma2005-10-061-0/+4
* Hopefully this will fix win32 msvc.netsuperduper++220000 extra entropy editionzakk2005-09-261-2/+2
* * FreeBSD fixes/updates from Andreas Kohntma2005-09-251-9/+1
* * Mostly selfish patch to work around what I believe is probably an nvidia an...tma2005-09-252-0/+6
* * Applied ajax's cleanup patchtma2005-09-233-7/+7
* * Applied Thilo Schulz's MDR patchtma2005-09-238-73/+1024
* * Replaced lots of __linux__ || __FreeBSD__ with __GNUC__tma2005-09-233-11/+2
* * Port to MinGWtma2005-09-223-2/+9
* more integer checksludwig2005-09-171-4/+8
* apply altivec fixes from Emanuel Steen (#2383)ludwig2005-09-173-4/+13
* fix some integer overflowsludwig2005-09-121-7/+26
* 8 bit jpeg support from Thilo Schulzzakk2005-09-071-10/+32
* Fixed buffer overflow in JPG decoder (thanks, Thilo Schulz!)icculus2005-09-071-2/+6
* Changed inline to __inline.six2005-09-042-2/+4
* Cleanups from pomac!zakk2005-09-026-8/+10