quakeforge/libs/video
Bill Currie 495dd759f0 [renderer] Clean up FOV and viewport handling
Viewport and FOV updates are now separate so updating one doesn't cause
recalculations of the other. Also, perspective setup is now done
directly from the tangents of the half angles for fov_x and fov_y making
the renderers independent of fov/aspect mode. I imagine things are a bit
of a mess with view size changes, and especially screen size changes
(not supported yet anyway), and vulkan winds up updating its projection
matrices every frame, but everything that's expected to work does
(vulkan errors out for fisheye or warp due to frame buffer creation not
being supported yet).
2022-03-30 14:55:32 +09:00
..
renderer [renderer] Clean up FOV and viewport handling 2022-03-30 14:55:32 +09:00
targets [sw] Clean up use of vid.colormap8 2022-03-29 14:43:38 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00