quakeforge/libs/video/targets
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
..
context_sdl.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
context_x11.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
dga_check.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
fbset.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
fbset_modes_l.l various gcc 4.3 fixes 2008-07-19 05:40:57 +00:00
fbset_modes_y.y And a few more bits of whitespace. 2012-05-23 08:21:27 +09:00
in_common.c Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
in_event.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
in_fbdev.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
in_sdl.c Use callbacks for key repeat control. 2013-01-16 19:48:54 +09:00
in_svgalib.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
in_win.c Add 32 button support to sdl and win as well. 2012-07-02 16:51:14 +09:00
in_x11.c [vid] Disable X11 repeat control 2021-01-30 14:49:42 +09:00
joy.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
joy_linux.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
joy_null.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
joy_win.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
keys.c Add function key defs up to F48 2020-03-22 13:46:27 +09:00
Makemodule.am Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
old_keys.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
pr_keys.c Add a builtin to get keydown. 2016-01-10 13:33:05 +09:00
vid.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
vid_3dfxsvga.c Clean up all the system shutdown calls 2019-07-12 23:15:26 +09:00
vid_fbdev.c Clean up all the system shutdown calls 2019-07-12 23:15:26 +09:00
vid_sdl.c Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
vid_sdl_gl.c Separate render and presentation initialization 2019-07-09 01:00:47 +09:00
vid_sdl_sw.c Separate render and presentation initialization 2019-07-09 01:00:47 +09:00
vid_svgalib.c Clean up all the system shutdown calls 2019-07-12 23:15:26 +09:00
vid_wgl.c Clean up all the system shutdown calls 2019-07-12 23:15:26 +09:00
vid_x11.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
vid_x11_gl.c Separate render and presentation initialization 2019-07-09 01:00:47 +09:00
vid_x11_sw.c Separate render and presentation initialization 2019-07-09 01:00:47 +09:00
vid_x11_vulkan.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00