summaryrefslogtreecommitdiff
path: root/src/rend2
AgeCommit message (Collapse)Author
2013-01-12#5818 - Modular renderer and Rend2 support for MSVC.SmileTheory
2013-01-12Missed a file in the previous commit.James Canete
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-12Fix a couple files not ending with a newline.James Canete
2013-01-12Only declare var_SampleToView in lightall shader when it is actually used.James Canete
2013-01-12Split light sample into direct and ambient parts when using deluxemaps or ↵James Canete
per-vertex light vectors. Fixes #5813.
2013-01-12From /dev/humancontroller: Typo.James Canete
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-12#5808 - Include and use .glsl in source (rend2)James Canete
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-12Fix bugs where some surfaces weren't merged and others were counted as ↵James Canete
merged in R_MergeLeafSurfaces().
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-12Clean up getting pshadowMap in Rend2's R_DecomposeSort().Zack Middleton
2013-01-12Fix some non-ASCII characters. Patch originally by /dev/humancontroller, ↵James Canete
modified by me.
2013-01-12Remove ARRAY_SIZE, and use ARRAY_LEN instead.James Canete
2013-01-12Fix FBO_*() usage when framebuffers are unavailable or undesired.James Canete
2013-01-12Split Rend2's printing OpenGL extensions string (> 1024 characters) into ↵Zack Middleton
separate function and merged into opengl1 renderer. (Fixes bug #5559.)
2013-01-12Remove gfxmeminfo command when shuting down Rend2.Zack Middleton
2013-01-12Fix gcc warnings in Rend2.Zack Middleton
2013-01-12Added Rend2, an alternate renderer. (Bug #4358)James Canete