quakeforge/libs/video
Bill Currie 39103cc8a3 [sw] Fix some 32-bit assembly issues
I'm not sure that the mismatch between refdef_t and the assembly defines
was a problem (many fields unused), but the main problem was due to
execute permission on the pages: one chunk of asm was in the data
section, and the patched code was not marked as being executable (due to
such a thing not existing when quake was written).
2021-04-02 22:17:32 +09:00
..
renderer [sw] Fix some 32-bit assembly issues 2021-04-02 22:17:32 +09:00
targets [vid,render] Clean up fov and aspect 2021-04-01 19:17:19 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00