vkdoom_m/src/rendering/swrenderer
2021-10-30 10:16:52 +02:00
..
drawers - replaced MIN/MAX with min/max from the C++ standard library in the software renderer 2021-10-30 10:08:11 +02:00
line - replaced MIN/MAX in all non-common code. 2021-10-30 10:16:52 +02:00
plane - replaced MIN/MAX with min/max from the C++ standard library in the software renderer 2021-10-30 10:08:11 +02:00
scene - replaced MIN/MAX with min/max from the C++ standard library in the software renderer 2021-10-30 10:08:11 +02:00
segments - replaced MIN/MAX with min/max from the C++ standard library in the software renderer 2021-10-30 10:08:11 +02:00
textures - replaced MIN/MAX with min/max from the C++ standard library in the software renderer 2021-10-30 10:08:11 +02:00
things - replaced MIN/MAX with min/max from the C++ standard library in the software renderer 2021-10-30 10:08:11 +02:00
viewport - replaced MIN/MAX in all non-common code. 2021-10-30 10:16:52 +02:00
r_all.cpp - moved Vulkan and Softpoly backends to 'common'. 2020-04-29 22:17:35 +02:00
r_renderer.h - transitioned the 2D drawer to FGameTexture. 2020-04-19 10:57:45 +02:00
r_renderthread.cpp Fix texture loading race condition and improve performance by only locking the load mutex if data hasn't already been updated for this frame 2021-03-26 07:09:33 -04:00
r_renderthread.h Fix texture loading race condition and improve performance by only locking the load mutex if data hasn't already been updated for this frame 2021-03-26 07:09:33 -04:00
r_swcolormaps.cpp - removed the unused palette parameter from the V_GetColor family of functions. 2021-08-14 09:57:23 +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 Fix typo in sw renderer comment 2021-07-21 20:58:41 +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 - added a flash component to the colormap shader. 2020-06-07 09:16:56 +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