gzdoom-gles/src/swrenderer
2017-03-25 01:39:09 -04:00
..
drawers - Removed redundant #ifdef __arm__ #define NO_SSE from 2.5D drawers 2017-03-25 01:39:09 -04:00
line - removed several unneeded GL headers from the software renderer's sources. 2017-03-16 13:49:34 +01:00
plane - fixed: skybug on ARM was caused by undefined conversion from float to unsigned int. adding intermediary signed int cast fixes this problem. 2017-03-22 05:51:12 -04:00
scene - detached the poly renderer from the software renderer 2017-03-20 08:28:16 +01:00
segments Fix portals draw segment indexing bug 2017-02-09 22:58:28 +01:00
things - fix wrong particle Y offset 2017-03-16 19:15:42 +01:00
viewport - detached the poly renderer from the software renderer 2017-03-20 08:28:16 +01:00
r_all.cpp - separated the software-renderer-specific parts of colormap processing from the common parts. 2017-03-15 22:04:59 +01:00
r_memory.cpp - detached the poly renderer from the software renderer 2017-03-20 08:28:16 +01:00
r_memory.h - detached the poly renderer from the software renderer 2017-03-20 08:28:16 +01:00
r_renderthread.cpp - detached the poly renderer from the software renderer 2017-03-20 08:28:16 +01:00
r_renderthread.h - detached the poly renderer from the software renderer 2017-03-20 08:28:16 +01:00
r_swcanvas.cpp - major progress on the status bar code: SBARINFO's DrawGraphic has been ported into a generic function of the base statusbar class and put to use for a few items on the Strife status bar. 2017-03-24 00:47:08 +01:00
r_swcanvas.h - refactored FDynamicColormap out of sector_t. 2017-03-15 22:04:59 +01:00
r_swcolormaps.cpp - added missing memory barrier 2017-03-16 17:58:41 +01:00
r_swcolormaps.h - made 'nocoloredspritelighting' a global option and also implemented it in the software renderer. 2017-03-16 00:56:03 +01:00
r_swrenderer.cpp - detached the poly renderer from the software renderer 2017-03-20 08:28:16 +01:00
r_swrenderer.h - separated the software-renderer-specific parts of colormap processing from the common parts. 2017-03-15 22:04:59 +01:00