quakeforge/libs/video
Bill Currie 3103f400fd [sw] Clean up r_refdef and R_ViewChanged
r_refdef is really meant for holding the various screen "constants" for
the software renderer rather than the more generic scene stuff. All the
fields referenced by the low level rendering code (especially assembly)
have been moved to the beginning of the struct (and nicely fit within 64
bytes). The other fields should be moved elsewhere, but not this commit.

On top of that, R_ViewChanged is much easier to read, and there are
fewer static globals.
2022-03-27 15:32:00 +09:00
..
renderer [sw] Clean up r_refdef and R_ViewChanged 2022-03-27 15:32:00 +09:00
targets [glsl] Implement screen warp when in liquids 2022-03-25 09:01:27 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00