qzdoom/src/rendering
2020-04-21 09:41:33 -04:00
..
2d - moved bitmap.cpp to 'common' and remove the duplicate IceRemap. 2020-04-11 20:23:26 +02:00
gl - moved gl_load to common. 2020-04-11 20:20:59 +02:00
hwrenderer - fixed: hwrenderer materials were nullptr checked but the pointers were not always properly initialized 2020-04-21 09:41:33 -04:00
polyrenderer - moved v_text.cpp to 'common'. 2020-04-11 20:20:56 +02:00
swrenderer - let FSkybox inherit from FImageTexture to simplify the redirection of the base image for the software renderer. 2020-04-13 14:23:57 +02:00
vulkan - moved the 2D drawer to 'common'. 2020-04-11 20:20:59 +02:00
i_video.h Implement SDL present functions 2019-12-05 21:26:01 +01:00
r_sky.cpp - major dependency reduction of the texture system. 2020-04-11 20:20:37 +02:00
r_sky.h - moved texture code to 'common'. 2020-04-11 20:20:38 +02:00
r_utility.cpp - the big cleanup of the exit cleanup is done! 2019-10-07 20:28:55 +02:00
r_utility.h - moved some more files. 2019-07-14 21:09:49 +02:00
r_videoscale.cpp - use 'override' qualifier. 2020-04-11 20:21:00 +02:00
r_videoscale.h - relicense some of my past work under BSD 2020-01-01 07:38:06 -05:00
v_framebuffer.cpp - use the 2d drawer's size where appropriate. 2020-04-11 20:20:58 +02:00
v_video.cpp - use 'override' qualifier. 2020-04-11 20:21:00 +02:00
v_video.h - added some things from Raze to allow using the same code in both projects. 2020-04-11 20:20:59 +02:00