gzdoom/src/swrenderer
2019-01-12 14:35:32 +01:00
..
drawers - fix decals looking blackened due to low lookup table precision when alpha is zero 2018-12-21 10:15:09 +01:00
line - fix null pointer crash, replace DONT_DRAW with a boolean, make rw_pic a local variable 2018-12-23 05:01:50 +01:00
plane - remove InitSoftwareSky 2018-12-19 04:44:25 +01:00
scene - delay converting sprite lightlevels to a shade until we hit ColormapLight 2018-12-17 07:54:46 +01:00
segments - delay converting wall lightlevels to a shade until we hit the drawer 2018-12-17 06:47:26 +01:00
textures - fix null pointer crash 2019-01-12 14:35:32 +01:00
things - move more of the light calculation code to the drawerargs 2018-12-18 00:37:50 +01:00
viewport - move more of the light calculation code to the drawerargs 2018-12-18 00:37:50 +01:00
r_all.cpp - moved the span and swtruecolor creation code into FSoftwareTexture. 2018-12-07 00:04:39 +01: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 Merge remote-tracking branch 'remotes/origin/master' into Texture_Cleanup 2018-12-10 18:47:21 +01:00
r_renderthread.h - everything compiles again. 2018-12-06 20:12:15 +01:00
r_swcolormaps.cpp - don't put mutexes into static local variables. 2018-12-08 11:56:31 +01:00
r_swcolormaps.h - Fix testcolor and testfade in the software renderer 2017-05-28 23:57:09 +02:00
r_swrenderer.cpp - made camera textures operational again. 2018-12-11 00:01:45 +01:00
r_swrenderer.h - made camera textures operational again. 2018-12-11 00:01:45 +01:00
r_swscene.cpp - remove InitSoftwareSky 2018-12-19 04:44:25 +01:00
r_swscene.h Made SWPaletteTexture an ImageSource and let it be managed by the texture manager. 2018-12-10 02:43:37 +01:00