gzdoom-gles/src/swrenderer
2019-10-13 12:54:16 +02:00
..
drawers - Missed some things regarding software threads. 2019-05-10 11:27:12 +02:00
line - Disable models by default only for the classic software renderer with the r_models_carmack CVAR. Performance is not affected in SoftPoly. 2019-09-15 12:54:59 +02:00
plane - Fixed compilation on non Windows platforms. 2019-10-13 12:54:16 +02:00
scene - Disable models by default only for the classic software renderer with the r_models_carmack CVAR. Performance is not affected in SoftPoly. 2019-09-15 12:54:59 +02:00
segments - fix translucent walls when r_models is enabled 2018-05-10 21:21:51 +02:00
things - Disable models by default only for the classic software renderer with the r_models_carmack CVAR. Performance is not affected in SoftPoly. 2019-09-15 12:54:59 +02:00
viewport - Fixed another crash in the software renderer now with transparent sprites (Stronghold STR12), it's a bit hacky and now you get a white flash instead. 2019-09-17 18:48:31 +02:00
r_all.cpp - Add model rendering to the software renderer 2017-11-27 23:47:26 +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 - don't put mutexes into static local variables. 2019-04-17 18:44:08 +02:00
r_renderthread.h - Disable models by default only for the classic software renderer with the r_models_carmack CVAR. Performance is not affected in SoftPoly. 2019-09-15 12:54:59 +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 - consolidated the 3 atterm implementations. 2019-06-10 20:52:02 +02:00
r_swcolormaps.h - Fix testcolor and testfade in the software renderer 2017-05-28 23:57:09 +02:00
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