quakeforge/libs/models
Bill Currie 4cef9792f4 [util] Make hash-tables semi-thread-safe
They take a pointer to a free-list used for hashlinks so the hashlink
pools can be per-thread. However, hash tables that are not updated are
always thread-safe, so this affects only updates. progs_t has been set
up such that it is easy for multiple progs within one thread can share
hashlinks.
2020-03-25 15:43:16 +09:00
..
alias Fix an unhealthy pile of gcc 8 warnings. 2018-08-20 00:05:00 +09:00
brush Fix a potential buffer overflow 2020-02-06 17:42:21 +09:00
iqm [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
sprite Fix a pile of automake deprecation warnings. 2013-11-24 13:11:50 +09:00
test Include config.h in model tests. 2016-01-03 16:18:14 +09:00
Makefile.am Fix a pile of automake deprecation warnings. 2013-11-24 13:11:50 +09:00
clip_hull.c Move Mod_FindClipDepth and recurse_clip_tree into clip_hull.c. 2012-12-29 16:25:47 +09:00
gl_model_fullbright.c Fix an unhealthy pile of gcc 8 warnings. 2018-08-20 00:05:00 +09:00
gl_skin.c Fix the gl skin segfault. 2016-01-04 22:04:39 +09:00
glsl_skin.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
model.c Separate file search from loading. 2014-01-28 16:22:05 +09:00
null_model.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
portal.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
skin.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
sw_skin.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
trace.c Handle alloca "correctly". 2013-01-22 21:02:50 +09:00
winding.c Update for doxygen 1.8.16 2020-02-11 15:22:42 +09:00