quakeforge/libs/video/renderer/sw32
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
..
d_edge.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
d_fill.c signed int viddef_t members 2012-10-21 09:00:50 +09:00
d_init.c Fixes crashes when sw32_r_pixbytes is set to 2 or 4 2014-02-02 16:22:53 +09:00
d_modech.c signed int viddef_t members 2012-10-21 09:00:50 +09:00
d_part.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
d_polyse.c Allow large skins in sw32. 2012-04-25 10:47:44 +09:00
d_scan.c Fix a bunch of dead increments. 2018-09-09 11:12:04 +09:00
d_sky.c Fix some potentially garbage assignments. 2018-09-09 09:54:16 +09:00
d_sprite.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
d_surf.c Remove viddef in favor of vid in the renderers. 2013-01-16 11:23:47 +09:00
d_vars.c signed int viddef_t members 2012-10-21 09:00:50 +09:00
d_zpoint.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
draw.c Separate file search from loading. 2014-01-28 16:22:05 +09:00
namehack.h Really fix sw32 renderer loading. 2012-07-15 07:30:17 +09:00
screen.c Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00
sw32_graph.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
sw32_raclip.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sw32_ralias.c Really fix sw32 renderer loading. 2012-07-15 07:30:17 +09:00
sw32_rbsp.c Handle alloca "correctly". 2013-01-22 21:02:50 +09:00
sw32_rdraw.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sw32_redge.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
sw32_riqm.c Really fix sw32 renderer loading. 2012-07-15 07:30:17 +09:00
sw32_rmain.c Clean out a leftover from the 128 dlight change. 2013-01-31 22:39:23 +09:00
sw32_rmisc.c Remove maxwarpwidth and maxwarpheight. 2014-02-02 14:41:58 +09:00
sw32_rpart.c Remove a possibly spurious break. 2018-09-09 10:54:38 +09:00
sw32_rsky.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sw32_rsprite.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
sw32_rsurf.c Color swizzle & software lighting fix 2014-02-03 16:20:54 +09:00
vid_common_sw32.c Fix a pile of sizeof goofs. 2018-09-07 20:00:57 +09:00