quakeforge/libs/video/targets
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
context_sdl.c Remove viddef in favor of vid in the renderers. 2013-01-16 11:23:47 +09:00
context_x11.c Show more info when dumping x11 video modes 2020-02-12 11:04:28 +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 Nuke the rcsid stuff. 2012-04-22 10:56:32 +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] Initialize x event before sending 2020-03-08 21:30:08 +09:00
joy.c Fix an inappropriate reuse of a variable. 2015-06-18 21:22:31 +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
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 Remove viddef in favor of vid in the renderers. 2013-01-16 11:23:47 +09:00
vid_3dfxsvga.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
vid_fbdev.c Remove viddef in favor of vid in the renderers. 2013-01-16 11:23:47 +09:00
vid_sdl.c Remove viddef in favor of vid in the renderers. 2013-01-16 11:23:47 +09:00
vid_svgalib.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
vid_wgl.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
vid_x11.c Fix a pile of dead assignments. 2018-09-08 22:23:57 +09:00