quakeforge/libs/video/renderer
2002-09-01 23:45:22 +00:00
..
gl Optimize model rendering a hair. WildCode spotted that minimum shade was only being applied to the view model (why do we set it up for other stuff if it's not going to be used?). While looking at that, I noticed we could do the divide by 200 in model setup. 2002-09-01 23:45:22 +00:00
sw nuke msg_suppress_1 in favor of Sys_DPrintf 2002-08-27 18:05:59 +00:00
sw32 Whitespace. 2002-08-27 19:38:04 +00:00
.gitignore FINALLY, the nq and qw renderers are merged. the view and particle subsystems 2001-05-24 19:22:35 +00:00
Makefile.am first tie-in for the renderer (Draw_Pic: the interface will likely change 2002-01-18 22:35:46 +00:00
r_cvar.c Kill dead gl_occlusion cvar. 2002-08-23 21:55:59 +00:00
r_efrag.c strip the \n from all(?) of the Sys_Error calls (Sys_Error itself will be 2002-05-14 06:12:29 +00:00
r_ent.c Remove R_Init_Entity. Never used, and probably doesn't belong in the renderer. 2002-06-07 23:38:53 +00:00
r_graph.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
r_light.c first stab at colored alias model lighting 2002-08-12 06:14:55 +00:00
r_main.c make sure r_progs gets linked in when using the .a lib 2002-01-19 22:53:00 +00:00
r_part.c Another step towards QSG2 compliance. 2002-07-25 14:43:36 +00:00
r_progs.c give access to Draw_SubPic 2002-07-24 21:39:03 +00:00