summaryrefslogtreecommitdiff
path: root/src/rend2/tr_backend.c
AgeCommit message (Collapse)Author
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-12#5812 - Use refdef's coordinates when drawing to screen shadow fbo, and ↵James Canete
separate depth texture and screen texture coordinates in glsl shaders.
2013-01-12Make software overbright optional (cvar r_softOverbright) and reduce the ↵James Canete
number of FBOs and FBO blits when able.
2013-01-12When calling qglDrawRangeElementsEXT(), use proper start and end parameters.James Canete
2013-01-12Ensure the correct FBO is bound when drawing. (Fixes bug #5791.)James Canete
2013-01-12Fix FBO_*() usage when framebuffers are unavailable or undesired.James Canete
2013-01-12Fix gcc warnings in Rend2.Zack Middleton
2013-01-12Added Rend2, an alternate renderer. (Bug #4358)James Canete