raze/source
Christoph Oelckers 10c552fb66 - did a bit of optimization on FGameTexture.
Since all material layers except the brightmaps are relatively rare encounters these were taken out of the main texture object and offloaded to a substructure that is only allocated on demand.
2022-12-11 18:41:52 +01:00
..
build - fixed the last remaining z/inttoworld mismatches. 2022-11-27 10:21:47 +01:00
common - did a bit of optimization on FGameTexture. 2022-12-11 18:41:52 +01:00
core - use a sepate file system filter for 'duke-like' games, i.e. Duke, NAM and WW2GI combined. 2022-12-11 18:41:52 +01:00
games - replace the homegrown hash chain in the sound engine with a TMap. 2022-12-11 18:41:52 +01:00
platform - move posix I_GetGogPaths() stub to program specific code 2022-11-24 17:46:33 -05:00
thirdparty - Use #pragma once in EASTL's intrusive_list.h. 2021-12-30 23:00:39 +11:00
CMakeLists.txt - updated Vulkan backend to use ZVulkan. 2022-12-11 18:30:01 +01:00
g_pch.h - removed compat.h entirely, all that was left was redundant #includes. 2021-12-26 23:10:07 +01:00