quakeforge/libs/models/iqm
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
..
Makefile.am Fix a pile of automake deprecation warnings. 2013-11-24 13:11:50 +09:00
gl_model_iqm.c Render iqm models in GL. 2012-05-17 15:58:29 +09:00
glsl_model_iqm.c Move IQM freeing into common code. 2012-05-16 18:09:44 +09:00
model_iqm.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
sw_model_iqm.c Fix a pile of sizeof goofs. 2018-09-07 20:00:57 +09:00