gzdoom-gles/src/rendering/gl
alexey.lysiuk 56557a17f1 - fixed output of software renderers with Vulkan backend
Vulkan hardware buffer for software canvas may have some padding
Software renderers should be aware of buffer's pitch in order to copy pixels properly

https://forum.zdoom.org/viewtopic.php?t=64562
2019-05-08 22:02:05 +03:00
..
renderer - use the exact sRGB->linear transfer function in HDR mode as the 2.2 gamma approximation is visibly inaccurate in this case 2019-05-01 00:55:31 +02:00
shaders - change FRenderState to store directly to the StreamData struct. This simplifies the vulkan backend and also allows the OpenGL backend to use the same uniform block transfer strategy in the future. 2019-04-20 04:16:01 +02:00
system - implement stat gpu on vulkan and fix it on opengl 2019-04-30 22:55:35 +02:00
textures - fixed output of software renderers with Vulkan backend 2019-05-08 22:02:05 +03:00