quakeforge/libs/video/renderer
Bill Currie d62772e9cc Separate render module loading from initialization.
This allows the vid module to load the render module and access render
specific functions before the renderer initializes, which happens to need
an initialized vid module...
2012-04-11 14:58:56 +09:00
..
gl Separate render module loading from initialization. 2012-04-11 14:58:56 +09:00
glsl Separate render module loading from initialization. 2012-04-11 14:58:56 +09:00
sw Separate render module loading from initialization. 2012-04-11 14:58:56 +09:00
sw32 Separate render module loading from initialization. 2012-04-11 14:58:56 +09:00
crosshair.c Take the first step towards render plugins. 2012-04-11 14:58:53 +09:00
Makefile.am Make some progress in getting static plugins to link. 2012-04-11 14:58:54 +09:00
noisetextures.c Fix a stale include problem. 2012-02-01 14:13:00 +09:00
r_alias.c Remove VISIBLE from the files that will go into the plugins. 2012-04-11 14:58:54 +09:00
r_bsp.c Take the first step towards render plugins. 2012-04-11 14:58:53 +09:00
r_cvar.c Initialize the skins and particles subsystems. 2012-04-11 14:58:55 +09:00
r_dyn_textures.c Take the first step towards render plugins. 2012-04-11 14:58:53 +09:00
r_efrag.c Take the first step towards render plugins. 2012-04-11 14:58:53 +09:00
r_ent.c Take the first step towards render plugins. 2012-04-11 14:58:53 +09:00
r_graph.c Take the first step towards render plugins. 2012-04-11 14:58:53 +09:00
r_init.c Separate render module loading from initialization. 2012-04-11 14:58:56 +09:00
r_light.c Take the first step towards render plugins. 2012-04-11 14:58:53 +09:00
r_main.c Remove VISIBLE from the files that will go into the plugins. 2012-04-11 14:58:54 +09:00
r_part.c Take the first step towards render plugins. 2012-04-11 14:58:53 +09:00
r_progs.c Take the first step towards render plugins. 2012-04-11 14:58:53 +09:00
r_screen.c Connect up viddef properly. 2012-04-11 14:58:55 +09:00
vid_common.c Start putting the pieces back together. 2012-04-11 14:58:55 +09:00
vid_render_gl.c Separate render module loading from initialization. 2012-04-11 14:58:56 +09:00
vid_render_glsl.c Separate render module loading from initialization. 2012-04-11 14:58:56 +09:00
vid_render_sw.c Separate render module loading from initialization. 2012-04-11 14:58:56 +09:00
vid_render_sw32.c Separate render module loading from initialization. 2012-04-11 14:58:56 +09:00