quakeforge/libs/video/renderer/sw32
Bill Currie 84a24dbb34 [renderer] Make R_RenderView private
This is actually a better solution to the renderer directly accessing
client code than provided by 7e078c7f9c.

Essentially, V_RenderView should not have been calling R_RenderView, and
CL_UpdateScreen should have been calling V_RenderView directly. The
issue was that the renderers expected the world entity model to be valid
at all times. Now, R_RenderView checks the world entity model's validity
and immediately bails if it is not, and R_ClearState (which is called
whenever the client disconnects and thus no longer has a world to
render) clears the world entity model. Thus R_RenderView can (and is)
now called unconditionally from within the renderer, simplifying
renderer-specific variants.
2021-12-24 06:45:12 +09:00
..
d_edge.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
d_fill.c [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
d_init.c [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
d_modech.c [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
d_part.c [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
d_polyse.c [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
d_scan.c [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
d_sky.c [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
d_sprite.c [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
d_surf.c [renderer] Remove currententity from non-sw renderers 2021-07-22 16:15:14 +09:00
d_vars.c signed int viddef_t members 2012-10-21 09:00:50 +09:00
d_zpoint.c [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
draw.c [vid] Remove redundant direct, conbuffer and conrowbytes 2021-07-11 13:44:00 +09:00
namehack.h [renderer] Continue the job of merging SCR_UpdateScreen 2021-01-11 16:57:31 +09:00
screen.c [renderer] Make R_RenderView private 2021-12-24 06:45:12 +09:00
sw32_graph.c [qw] Clean up netgraph somewhat 2021-07-11 10:59:27 +09:00
sw32_raclip.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sw32_ralias.c [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00
sw32_rbsp.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
sw32_rdraw.c [renderer] Clean up entity_t to a certain extent 2021-03-10 00:01:41 +09:00
sw32_redge.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
sw32_riqm.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
sw32_rmain.c [renderer] Make R_RenderView private 2021-12-24 06:45:12 +09:00
sw32_rmisc.c [video] Use views instead of conwidth and conheight 2021-07-10 18:04:34 +09:00
sw32_rpart.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
sw32_rsky.c [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
sw32_rsprite.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
sw32_rsurf.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
vid_common_sw32.c [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00