gzdoom-gles/src/swrenderer
Christoph Oelckers d31f67cb43 - consolidated the 3 nearly identical code fragments handling the weapon's YAdjust for the different renderers into a utility function in DPSprite.
# Conflicts:
#	src/hwrenderer/scene/hw_weapon.cpp
#	src/polyrenderer/scene/poly_playersprite.cpp
#	src/swrenderer/things/r_playersprite.cpp
2019-04-15 22:07:45 +02:00
..
drawers Revert "- removed the 8x8 block drawing code from softpoly" 2018-10-26 19:51:30 +02:00
line - do a texture check when drawing fog borders in the software renderer. this does not fix the crash issue, but mitigates it enough with a check that likely should be in place, anyhow. 2018-11-01 19:10:55 +01:00
plane - enable model rendering in the software renderer 2018-06-16 19:20:17 +02:00
scene Revert "- removed the 8x8 block drawing code from softpoly" 2018-10-26 19:51:30 +02:00
segments - fix translucent walls when r_models is enabled 2018-05-10 21:21:51 +02:00
things - consolidated the 3 nearly identical code fragments handling the weapon's YAdjust for the different renderers into a utility function in DPSprite. 2019-04-15 22:07:45 +02:00
viewport - draw models in mirrors and portals at the right location in the software renderer 2018-06-05 21:15:12 +02:00
r_all.cpp - Add model rendering to the software renderer 2017-11-27 23:47:26 +01:00
r_memory.cpp
r_memory.h
r_renderthread.cpp - extended FTexture::GetPixels and FTexture::GetColumn by a RenderStyle parameter. 2018-03-18 21:33:44 +01:00
r_renderthread.h - enable model rendering in the software renderer 2018-06-16 19:20:17 +02:00
r_swcanvas.cpp - Added alpha parameter to DrawLine for the GL renderer, it's a fake parameter for the software renderer so mods don't crash. 2018-11-02 13:04:37 +01:00
r_swcanvas.h - Added alpha parameter to DrawLine for the GL renderer, it's a fake parameter for the software renderer so mods don't crash. 2018-11-02 13:04:37 +01:00
r_swcolormaps.cpp - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
r_swcolormaps.h
r_swrenderer.cpp - Fixed bad merge of "- Clean up PolyTriangleDrawer API" 2018-05-13 19:11:29 +02:00
r_swrenderer.h - more timer cleanup 2017-11-13 00:28:43 +01:00