quakeforge/libs/video
Bill Currie 7ee9159638 [renderer] Move common R_SetupFrame code to r_screen
The code is really part of scene (not a typo wrt r_screen: that is
misnamed as such, or at least SCR_UpdateScreen needs to be split into
screen (2d overlay, really) and scene updates).

This breaks fisheye rendering as the fisheye code calls the actual scene
render code multiple times, but the fisheye code is called by said scene
render code via a diversion. The fisheye needs to be moved out to the
high level scene render, but that will takes some extra work for frame
buffer setup.
2022-03-17 12:00:43 +09:00
..
renderer [renderer] Move common R_SetupFrame code to r_screen 2022-03-17 12:00:43 +09:00
targets [renderer] Abandon sw32 altogether 2022-03-09 21:36:15 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00