summaryrefslogtreecommitdiff
path: root/src/rend2
AgeCommit message (Collapse)Author
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