Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-12 | #5818 - Modular renderer and Rend2 support for MSVC. | SmileTheory | |
2013-01-12 | Support 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 | Make software overbright optional (cvar r_softOverbright) and reduce the ↵ | James Canete | |
number of FBOs and FBO blits when able. | |||
2013-01-12 | Remove ARRAY_SIZE, and use ARRAY_LEN instead. | James Canete | |
2013-01-12 | Fix FBO_*() usage when framebuffers are unavailable or undesired. | James Canete | |
2013-01-12 | Split Rend2's printing OpenGL extensions string (> 1024 characters) into ↵ | Zack Middleton | |
separate function and merged into opengl1 renderer. (Fixes bug #5559.) | |||
2013-01-12 | Remove gfxmeminfo command when shuting down Rend2. | Zack Middleton | |
2013-01-12 | Added Rend2, an alternate renderer. (Bug #4358) | James Canete | |