mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 05:01:24 +00:00
Only matrix-vector, vector-matrix and vector-vector outer products (no more room), but that's enough to get decent performance out of matrix-matrix and matrix-scalar (both of which can be done as a set of matrix-vector or vertex-scalar products). Progs version bumped because I found that I'd put the swizzle and 2d wedge ops in the wrong spot (compared to both intention and docs) and rather than adjust the docs, I took advantage of the opportunity to get a nicer layout for the wedge products (nestled into the spare slots left by the 2x2 matrix ops, which seems fitting as the 2d wedge is the determinant of a 2x2 matrix). |
||
---|---|---|
.. | ||
test | ||
convert.py | ||
extend.py | ||
hops.py | ||
Makemodule.am | ||
opcodes.py | ||
pr_builtins.c | ||
pr_debug.c | ||
pr_edict.c | ||
pr_exec.c | ||
pr_load.c | ||
pr_opcode.c | ||
pr_parse.c | ||
pr_resolve.c | ||
pr_resource.c | ||
pr_strings.c | ||
pr_v6p_opcode.c | ||
pr_zone.c | ||
swizzle.py |