]> git.xonotic.org Git - xonotic/darkplaces.git/commit
model_shared: Avoid using R_FrameData_Alloc when building sorted surfaces list
authorCloudwalk <cloudwalk009@gmail.com>
Wed, 21 Jul 2021 18:49:35 +0000 (14:49 -0400)
committerCloudwalk <cloudwalk009@gmail.com>
Wed, 21 Jul 2021 22:19:59 +0000 (18:19 -0400)
commitb12a31a10d99cf06fa6e3b2a098b7af69dec41a6
tree83c2a449dd989e9da1f6f16f524044624ebd7d6d
parentca03733fba98709e25d9a02882ac947f4144af6a
model_shared: Avoid using R_FrameData_Alloc when building sorted surfaces list

Works around an issue where the r_framedatasize cvar would grow to a
ridiculous size over time. To be investigated further...
gl_rmain.c
model_shared.c
model_shared.h