vkdoom_m/src/rendering/swrenderer
Christoph Oelckers 1717ff47b2 add GetChars() accessors to many FString uses where const char* is wanted.
By no means complete, it's just a start to get rid of that automatic type conversion operator.
2023-10-03 14:27:39 +02:00
..
drawers Add dynamic light support to true color slope drawer 2023-02-19 08:06:49 +01:00
line - use wrapping fixed point conversion for SW rendering coordinates. 2023-09-14 20:34:28 +02:00
plane - use wrapping fixed point conversion for SW rendering coordinates. 2023-09-14 20:34:28 +02:00
scene Revert software renderer parts of "- sprite lightlevel cleanup and fixes." 2022-11-05 09:55:25 +01:00
segments - removed most templates.h includes. 2021-10-30 10:49:12 +02:00
textures Add missing include guards 2023-05-29 07:35:26 +02:00
things - add a system interface for CheckCheatmode and moved some sound code to the backend. 2022-10-02 16:48:56 +02:00
viewport Fix misc bugs for dynamic lights in the pal slope drawer 2023-02-19 08:06:49 +01:00
r_all.cpp - removed the Softpoly backend. 2022-07-28 10:31:56 +02:00
r_renderer.h - fixed a bunch of Linux and macOS compilation errors 2023-08-23 12:34:33 +03:00
r_renderthread.cpp - removed the Softpoly backend. 2022-07-28 10:31:56 +02:00
r_renderthread.h - removed the Softpoly backend. 2022-07-28 10:31:56 +02:00
r_swcolormaps.cpp add GetChars() accessors to many FString uses where const char* is wanted. 2023-10-03 14:27:39 +02:00
r_swcolormaps.h - the big cleanup of the exit cleanup is done! 2019-10-07 20:28:55 +02:00
r_swrenderer.cpp add GetChars() accessors to many FString uses where const char* is wanted. 2023-10-03 14:27:39 +02:00
r_swrenderer.h - decoupled the software renderer entirely from FTexture - it will only look at FSoftwareTexture now, all access to the texture manager has been wrapped. 2020-04-19 10:57:45 +02:00
r_swscene.cpp - Convert the entire image backend infrastructure to be animation-friendly 2023-08-23 18:18:45 +02:00
r_swscene.h - moved RenderView out of the framebuffer classes to complete the consolidation of the renderer's entry points. 2020-04-25 17:58:26 +02:00