quakeforge/libs/video/renderer/sw
Bill Currie 2a9e700c92 [sw] Separate draw frames from render frames
This is necessary because fisheye rendering draws the scene up to 6
times per frame, which results in many of the limits being hit
prematurely, but updating r_framecount that often breaks dynamic lights.
2023-06-29 01:26:54 +09:00
..
d_copy.S
d_draw.S
d_edge.c [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00
d_fill.c
d_init.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
d_modech.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
d_part.c
d_parta.S
d_polysa.S
d_polyse.c
d_scan.c [ui] Convert view_t to an ECS entity 2022-11-01 00:40:52 +09:00
d_scana.S
d_sky.c
d_spr8.S
d_sprite.c Fix a pile of warnings for gcc 12 2022-07-31 17:13:26 +09:00
d_surf.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
d_vars.c
d_varsa.S
d_zpoint.c
draw.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
fpu.c
fpua.S
nonintel.c
surf8.S [sw] Clean up use of vid.colormap8 2022-03-29 14:43:38 +09:00
sw_fisheye.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
sw_graph.c
sw_raclip.c [sw] Clean up r_refdef and R_ViewChanged 2022-03-27 15:32:00 +09:00
sw_raclipa.S [sw] Clean up r_refdef and R_ViewChanged 2022-03-27 15:32:00 +09:00
sw_ralias.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
sw_raliasa.S
sw_rbsp.c [renderer] Clean up R_MarkLeaves 2023-06-29 00:49:14 +09:00
sw_rdraw.c [sw] Separate draw frames from render frames 2023-06-29 01:26:54 +09:00
sw_rdrawa.S [sw] Clean up r_refdef and R_ViewChanged 2022-03-27 15:32:00 +09:00
sw_redge.c [sw] Take advantage of the ECS for edge rendering 2022-10-25 19:36:09 +09:00
sw_redgea.S
sw_riqm.c [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00
sw_rmain.c [sw] Separate draw frames from render frames 2023-06-29 01:26:54 +09:00
sw_rmisc.c
sw_rpart.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
sw_rsky.c
sw_rsprite.c [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00
sw_rsurf.c [sw] Take advantage of the ECS for edge rendering 2022-10-25 19:36:09 +09:00
sw_rvarsa.S
transform.S
vid_common_sw.c