Commit Graph

5 Commits

Author SHA1 Message Date
Kevin Shanahan
05b31ebd75 draw: use an mplane_t for the frustum clipping planes
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-01-02 11:07:38 +10:30
Kevin Shanahan
a0caf6347f draw: use 32-bit surface index in edge_t
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-12-30 13:51:45 +10:30
Kevin Shanahan
6a9a376f11 trivial: whitespace cleanup in r_drawa.S
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-14 19:22:30 +10:30
Tyrann
ed3a3265f0 [PATCH] Replace id386 define
It seems the old trick of undef'ing __i386__ was no longer working under
gcc-4.1, so replace the id386 define (controlled by header files) with
USE_X86_ASM (controlled by Makefile).

The checks for id386 in the assembly files are now gone (if you don't want
them, they shouldn't be compiled) and a few extra whitespace cleanups crept
in.

Signed-off-by: Tyrann <tyrann@disenchant.net>
2006-09-10 19:14:02 +09:30
Tyrann
130e22195a Import v0.47 sources 2006-09-10 19:02:51 +09:30