quakeforge/libs/video/renderer/glsl
Bill Currie 6d5ffa9f8e [build] Move to non-recursive make
There's still some cleanup to do, but everything seems to be working
nicely: `make -j` works, `make distcheck` passes. There is probably
plenty of bitrot in the package directories (RPM, debian), though.

The vc project files have been removed since those versions are way out
of date and quakeforge is pretty much dependent on gcc now anyway.

Most of the old Makefile.am files  are now Makemodule.am.  This should
allow for new Makefile.am files that allow local building (to be added
on an as-needed bases).  The current remaining Makefile.am files are for
standalone sub-projects.a

The installable bins are currently built in the top-level build
directory. This may change if the clutter gets to be too much.

While this does make a noticeable difference in build times, the main
reason for the switch was to take care of the growing dependency issues:
now it's possible to build tools for code generation (eg, using qfcc and
ruamoko programs for code-gen).
2020-06-25 11:35:37 +09:00
..
glsl_alias.c Use the new shader system in the bsp renderer. 2014-01-28 16:22:04 +09:00
glsl_bsp.c Switch QF's quaterions from wxyz to xyzw. 2018-10-12 14:33:55 +09:00
glsl_draw.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
glsl_fog.c Do a bit of bound() usage auditing. 2012-07-12 19:33:51 +09:00
glsl_iqm.c Use the new shader system for iqm models. 2014-01-28 16:22:04 +09:00
glsl_lightmap.c Support up to 128 dlights. 2012-07-21 13:58:54 +09:00
glsl_main.c Fix the calls for Draw_Init in the gl renderers. 2013-05-09 17:58:33 +09:00
glsl_particles.c Separate file search from loading. 2014-01-28 16:22:05 +09:00
glsl_screen.c Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00
glsl_shader.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
glsl_sprite.c Fix a pile of dead assignments. 2018-09-08 22:23:57 +09:00
glsl_textures.c Parameterize the linear filtering of scrap textures. 2012-07-03 12:10:24 +09:00
namehack.h Start putting the pieces back together. 2012-04-11 14:58:55 +09:00
qfglsl.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
quakeforge.glsl Switch QF's quaterions from wxyz to xyzw. 2018-10-12 14:33:55 +09:00
vid_common_glsl.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00