summaryrefslogtreecommitdiff
path: root/src/rend2/tr_local.h
AgeCommit message (Collapse)Author
2013-02-16Merge Reaction renderer features, remove "#ifdef REACTION"sSmileTheory
2013-02-16Remove the SMP renderer featureTim Angus
2013-01-12Changes to make rend2 work with TremulousTim Angus
* Remove static video mode stuff * Add SetClipRegion to rend2
2013-01-12#5866: Fix surface culling through portals, and use the correct number of ↵SmileTheory
frustum planes.
2013-01-12Support r_srgb even without hardware support. Also tweak default ↵James Canete
autoexposure/tonemap settings to look good on both r_srgb 0 and 1.
2013-01-12Make software overbright optional (cvar r_softOverbright) and reduce the ↵James Canete
number of FBOs and FBO blits when able.
2013-01-12Various shader fixes and optimizations.James Canete
2013-01-12When calling qglDrawRangeElementsEXT(), use proper start and end parameters.James Canete
2013-01-12Remove ARRAY_SIZE, and use ARRAY_LEN instead.James Canete
2013-01-12Added Rend2, an alternate renderer. (Bug #4358)James Canete