gzdoom-gles/src/swrenderer
Christoph Oelckers 6d6196388e - made SPROFS a more usable feature.
This was originally invented to fix the sprite offsets for the hardware renderer.
Changed it so that it doesn't override the original offsets but acts as a second set.
A new CVAR has been added to allow controlling the behavior per renderer.
2018-03-31 10:37:46 +02:00
..
drawers - work on separating DFrameBuffer from DCanvas. 2018-03-27 13:50:31 +02:00
line - renamed FTexture's UseType flags and gave them a dedicated type. 2018-03-25 20:26:16 +02:00
plane - renamed FTexture's UseType flags and gave them a dedicated type. 2018-03-25 20:26:16 +02:00
scene - Changed frame buffer locking mechanism so that the only place where a lock is needed is when the software renderer wants to access the render buffer, which is precisely for the duration of the RenderView function. 2018-03-27 20:02:44 +02:00
segments - get rid of FAKE3D_REFRESHCLIP and fix holes in 3d floors with wrapped midtextures 2018-03-08 01:28:23 +01:00
things - made SPROFS a more usable feature. 2018-03-31 10:37:46 +02:00
viewport - separated DFrameBuffer from DCanvas. 2018-03-27 14:14:46 +02:00
r_all.cpp - moved more code from DCanvas to DFrameBuffer. 2018-03-27 10:34:21 +02:00
r_memory.cpp - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
r_memory.h - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
r_renderthread.cpp - extended FTexture::GetPixels and FTexture::GetColumn by a RenderStyle parameter. 2018-03-18 21:33:44 +01:00
r_renderthread.h - extended FTexture::GetPixels and FTexture::GetColumn by a RenderStyle parameter. 2018-03-18 21:33:44 +01:00
r_swcolormaps.cpp - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
r_swcolormaps.h - Fix testcolor and testfade in the software renderer 2017-05-28 23:57:09 +02:00
r_swrenderer.cpp - removed RequireGLNodes from FRenderer interface. 2018-03-31 00:33:09 +02:00
r_swrenderer.h - removed RequireGLNodes from FRenderer interface. 2018-03-31 00:33:09 +02:00