gzdoom/src/swrenderer
2017-06-01 16:21:15 -04:00
..
drawers - Make sure a hung worker thread always crashes the application 2017-05-21 12:03:12 +02:00
line - Add support for drawing decals on 3d floors in the software renderer 2017-05-02 22:26:13 +02:00
plane - removed all Doom Source license and all default Raven copyright headers and replaced them with GPLv3. Also fixed the license in a few other files. 2017-04-17 13:33:19 +02:00
scene - Fix voxels not being rendered when the replaced sprite texture doesn't exist 2017-06-01 00:26:25 +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 - fixed errors in wallsprite setup for the classic software renderer: 2017-05-23 09:37:38 +02:00
viewport - removed all Doom Source license and all default Raven copyright headers and replaced them with GPLv3. Also fixed the license in a few other files. 2017-04-17 13:33: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 - fixed: Using pure software drawers (vid_hw2d==false) drawing stencils on the screen resulted in black stencils 2017-06-01 16:21:15 -04: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 - Fix testcolor and testfade in the software renderer 2017-05-28 23:57:09 +02: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