quakeforge/libs
Bill Currie 7970525ef4 [util] Make va thread-safe
It now takes a context pointer (opaque data) that holds the buffers it
uses for the temporary strings. If the context pointer is null, a static
context is used (making those uses of va NOT thread-safe). Most calls to
va use the static context, but all such calls have been formatted
consistently so they are easy to find when it comes time to do a full
audit.
2021-01-31 16:05:48 +09:00
..
audio [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
client [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
console [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
gamecode [gamecode] Put strings and debug back in load funcs 2021-01-12 17:34:57 +09:00
gib [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
image [image] Change tex_t data from array to pointer 2021-01-25 00:54:41 +09:00
models [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
net Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
qw [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
ruamoko [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
util [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
video [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00