gzdoom/src/swrenderer
2017-04-17 12:27:19 +02:00
..
drawers - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
line - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
plane - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
scene - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
segments - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
things - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
viewport - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02: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 - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
r_memory.h - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
r_renderthread.cpp - remove all usage of std::make_unique to keep things C++11 compliant 2017-04-11 01:25:44 +02: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 - took DCanvas and all its subtypes out of the DObject tree. 2017-04-14 10:48:18 +02: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