quakeforge/libs/video
Bill Currie 54604d9aa2 [util] Make hunk (optionally) thread-safe
For now, the functions check for a null hunk pointer and use the global
hunk (initialized via Memory_Init) if necessary. However, Hunk_Init is
available (and used by Memory_Init) to create a hunk from any arbitrary
memory block. So long as that block is 64-byte aligned, allocations
within the hunk will remain 64-byte aligned.
2021-07-29 11:43:27 +09:00
..
renderer [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00
targets [console] Untangle console and menu toggling 2021-07-23 02:28:37 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00