quakeforge/libs/video/targets
Bill Currie a87c4bbd93 vid.c:
Don't bother checking vid_gamma for CVAR_ROM becuase it is impossible to
	get to VID_UpdateGamma when it is set except for when the cvar is
	initially created, and we /want/ the code to execute in that case.
vid.h:
	add initialized to viddef_t
vid_common_gl.c:
	actually /use/ gammatable (it tends to help)
vid_*.c:
	clean up rendundant decls of gammatable, vid_initialized (now
	vid.initialized) and make sure vid.initialized gets set.
gl_view.c:
	remove gammatable decls
2001-05-25 04:03:47 +00:00
..
.gitignore getting closer to building the vid libs. 2001-04-15 07:18:04 +00:00
context_x11.c remove redundant vid_gamma_avail decls 2001-05-24 23:49:28 +00:00
d_copy.S getting closer to building the vid libs. 2001-04-15 07:18:04 +00:00
dga_check.c First stage of video and input system merge. The city has collapsed, wreckage sifting ensues... 2001-04-15 04:18:22 +00:00
fbset.c First stage of video and input system merge. The city has collapsed, wreckage sifting ensues... 2001-04-15 04:18:22 +00:00
fbset_modes_l.l First stage of video and input system merge. The city has collapsed, wreckage sifting ensues... 2001-04-15 04:18:22 +00:00
fbset_modes_y.y First stage of video and input system merge. The city has collapsed, wreckage sifting ensues... 2001-04-15 04:18:22 +00:00
in_common.c *-wgl finally links (who knows if it works?:) and some more conceptual 2001-04-17 15:55:33 +00:00
in_dos.c *-wgl finally links (who knows if it works?:) and some more conceptual 2001-04-17 15:55:33 +00:00
in_fbdev.c *-wgl finally links (who knows if it works?:) and some more conceptual 2001-04-17 15:55:33 +00:00
in_null.c *-wgl finally links (who knows if it works?:) and some more conceptual 2001-04-17 15:55:33 +00:00
in_sdl.c *-wgl finally links (who knows if it works?:) and some more conceptual 2001-04-17 15:55:33 +00:00
in_sun.c *-wgl finally links (who knows if it works?:) and some more conceptual 2001-04-17 15:55:33 +00:00
in_svgalib.c *-wgl finally links (who knows if it works?:) and some more conceptual 2001-04-17 15:55:33 +00:00
in_win.c *-wgl finally links (who knows if it works?:) and some more conceptual 2001-04-17 15:55:33 +00:00
in_x11.c forward port the x11 repeat fix 2001-05-14 05:37:47 +00:00
joy.c first steps 2001-04-11 19:56:01 +00:00
joy_linux.c first steps 2001-04-11 19:56:01 +00:00
joy_null.c first steps 2001-04-11 19:56:01 +00:00
joy_win.c joy_win.c now builds, but very likely does not work AT ALL. also fix qw's 2001-04-11 21:06:37 +00:00
Makefile.am make dist fixups 2001-05-22 17:09:03 +00:00
qfgl_ext.c FBDEV GLX SVGAlib X11 all build, but nq-glx doesn't link yet due to some 2001-04-15 21:11:41 +00:00
vid.c vid.c: 2001-05-25 04:03:47 +00:00
vid_3dfxsvga.c vid.c: 2001-05-25 04:03:47 +00:00
vid_common_gl.c vid.c: 2001-05-25 04:03:47 +00:00
vid_common_sw.c d_8to16table moved to vid_common_sw.c and fix vid_fbdev blackness (must call 2001-04-17 06:13:51 +00:00
vid_dos.c vid.c: 2001-05-25 04:03:47 +00:00
vid_ext.c First stage of video and input system merge. The city has collapsed, wreckage sifting ensues... 2001-04-15 04:18:22 +00:00
vid_fbdev.c vid.c: 2001-05-25 04:03:47 +00:00
vid_glx.c vid.c: 2001-05-25 04:03:47 +00:00
vid_mgl.c vid.c: 2001-05-25 04:03:47 +00:00
vid_null.c missed this one 2001-04-17 06:14:08 +00:00
vid_sdl.c vid.c: 2001-05-25 04:03:47 +00:00
vid_sgl.c vid.c: 2001-05-25 04:03:47 +00:00
vid_sunx.c vid.c: 2001-05-25 04:03:47 +00:00
vid_sunxil.c vid.c: 2001-05-25 04:03:47 +00:00
vid_svgalib.c vid.c: 2001-05-25 04:03:47 +00:00
vid_vga.c First stage of video and input system merge. The city has collapsed, wreckage sifting ensues... 2001-04-15 04:18:22 +00:00
vid_wgl.c vid.c: 2001-05-25 04:03:47 +00:00
vid_win.c First stage of video and input system merge. The city has collapsed, wreckage sifting ensues... 2001-04-15 04:18:22 +00:00
vid_x11.c vid.c: 2001-05-25 04:03:47 +00:00