quakeforge/libs/gamecode
Bill Currie a2f4522e76 [gamecode] Align Ruamoko progs to 32 bytes.
Intel hardware requires 32-byte alignment for lvec4 and dvec4.
Unfortunately, it turns out that my attempts to align progs data in qfcc
went awry do to the order block sizes are calculated when writing the
progs.
2022-01-26 16:55:14 +09:00
..
test [gamecode] Change address mode B to entity.field 2022-01-20 14:55:29 +09:00
convert.py
hops.py
Makemodule.am
opcodes.py [gamecode] Correct types and opname for memset and move 2022-01-26 12:26:12 +09:00
pr_builtins.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
pr_debug.c [gamecode] Rename MAX_PARMS to PR_MAXPARAMS 2022-01-23 14:17:25 +09:00
pr_edict.c
pr_exec.c [gamecode] Make return use same addressing as other ops 2022-01-26 09:51:11 +09:00
pr_load.c [gamecode] Align Ruamoko progs to 32 bytes. 2022-01-26 16:55:14 +09:00
pr_opcode.c [gamecode] Create macros for progs sizeof and alignof 2022-01-23 14:29:33 +09:00
pr_parse.c
pr_resolve.c [gamecode] Rename MAX_PARMS to PR_MAXPARAMS 2022-01-23 14:17:25 +09:00
pr_resource.c
pr_strings.c
pr_v6p_opcode.c [gamecode] Rename MAX_PARMS to PR_MAXPARAMS 2022-01-23 14:17:25 +09:00
pr_zone.c
swizzle.py