vkdoom_m/src/common/rendering
alexey.lysiuk e63f3e394c - fixed format specifier compilation warnings
src/common/engine/serializer_internal.h:241: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat]
src/common/engine/serializer_internal.h:250: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat]
src/common/rendering/vulkan/system/vk_device.cpp:364:29: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
src/common/rendering/vulkan/system/vk_framebuffer.cpp:701:57: warning: format specifies type 'unsigned long long' but the argument has type 'VkDeviceSize' (aka 'unsigned long') [-Wformat]
2021-07-01 13:19:18 +03:00
..
gl - backend update from Raze. 2021-01-29 13:54:18 +01:00
gl_load Squashed commit of the following: (#1248) 2020-12-10 09:16:28 -05:00
hwrenderer - do not send depth bias changes to the GPU if nothing has changed. 2021-05-21 21:01:20 +02:00
polyrenderer A software implementation for gamma, brightness, contrast and saturation effects on SoftPoly. Based on original code by @dpjudas, thanks for the code. 2021-03-27 10:35:41 +01:00
vulkan - fixed format specifier compilation warnings 2021-07-01 13:19:18 +03:00
i_modelvertexbuffer.h - cleaned up the dependencies in the model rendering code and separated it into game-independent and game-dependent parts. 2020-04-26 13:19:57 +02:00
i_video.h - moved a few files from 'rendering' to 'common'. 2020-04-25 21:52:21 +02:00
r_thread.cpp - moved Vulkan and Softpoly backends to 'common'. 2020-04-29 22:17:35 +02:00
r_thread.h - sanitized dependencies of the softpoly render backend. 2020-04-29 18:48:15 +02:00
r_videoscale.cpp - made sysCallbacks a value variable instead of a pointer to simplify the checks for it. 2020-10-03 16:47:47 +02:00
r_videoscale.h - moved a few files from 'rendering' to 'common'. 2020-04-25 21:52:21 +02:00
v_framebuffer.cpp - made sysCallbacks a value variable instead of a pointer to simplify the checks for it. 2020-10-03 16:47:47 +02:00
v_video.cpp - added localization fallback handling for the BigFont in menu items and captions. 2020-10-17 14:00:29 +02:00
v_video.h - Backend update from Raze 2021-04-19 12:58:35 +02:00