quakeforge/libs/video/renderer/gl
Bill Currie f47e03e606 [model] Remove 64k limit on visible leafs
Modern maps can have many more leafs (eg, ad_tears has 98983 leafs).
Using set_t makes dynamic leaf counts easy to support and the code much
easier to read (though set_is_member and the iterators are a little
slower). The main thing to watch out for is the novis set and the set
returned by Mod_LeafPVS never shrink, and may have excess elements (ie,
indicate that nonexistent leafs are visible).
2021-07-26 11:32:05 +09:00
..
gl_draw.c [video] Use views instead of conwidth and conheight 2021-07-10 18:04:34 +09:00
gl_dyn_lights.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
gl_dyn_part.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
gl_dyn_textures.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
gl_fog.c [util] Rename qfplist.[ch] 2021-03-21 16:13:03 +09:00
gl_graph.c [qw] Clean up netgraph somewhat 2021-07-11 10:59:27 +09:00
gl_lightmap.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
gl_mod_alias.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
gl_mod_iqm.c [renderer] Remove more old fields from entity_t 2021-03-20 00:08:21 +09:00
gl_mod_sprite.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
gl_rmain.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
gl_rmisc.c [model] Remove 64k limit on visible leafs 2021-07-26 11:32:05 +09:00
gl_rsurf.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
gl_screen.c [video] Use views instead of conwidth and conheight 2021-07-10 18:04:34 +09:00
gl_sky.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
gl_sky_clip.c [renderer] Be more consistent with msurface_t names 2021-07-19 06:55:36 +09:00
gl_textures.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
gl_warp.c [renderer] Be more consistent with msurface_t names 2021-07-19 06:55:36 +09:00
namehack.h [renderer] Remove currententity from non-sw renderers 2021-07-22 16:15:14 +09:00
qfgl_ext.c Separate render and presentation initialization 2019-07-09 01:00:47 +09:00
vid_common_gl.c [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
vtxarray.c Fix a bunch of dead increments. 2018-09-09 11:12:04 +09:00