quakeforge/libs
Bill Currie 924c970868 [vulkan] Pre-compute the sun's PVS
Any sun (a directional light) is in the outside node, which due to not
having its own PVS data is visible to all nodes, but that's a tad
excessive. However, any leaf node with sky surfaces will potentially see
any suns, and leaf nodes with no sky surfaces will see the sun only if
they can see a leaf that does have sky surfaces. This can be quite
expensive to calculate (already known to be moderately expensive for
just the camera leaf node (singular!) when checking for in-map lights)
2021-07-19 22:36:51 +09:00
..
audio [win] Fix a pile of bitrot 2021-07-11 13:30:52 +09:00
client [build] Get make distcheck working again 2021-03-29 17:35:30 +09:00
console [video] Use views instead of conwidth and conheight 2021-07-10 18:04:34 +09:00
entity [entity] Use _aligned_malloc etc for _WIN32 2021-04-02 21:02:14 +09:00
gamecode [gamecode] Correct pop implementations 2021-07-19 22:31:22 +09:00
gib [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00
image [image] Correct disabled LoadPNG declaration 2021-06-13 10:05:51 +09:00
input [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00
models Fix a bunch of issues found by gcc-11 2021-06-13 14:30:59 +09:00
net [net] Move found host caching into net_main 2021-04-04 18:38:14 +09:00
qw [util] Make sizebuf and msg sizes unisgned 2021-04-04 15:53:53 +09:00
ruamoko [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00
ui [ui] Add two view manipulation functions 2021-07-10 17:57:59 +09:00
util [util] Implement Sys_Free for windows 2021-07-12 18:55:16 +09:00
video [vulkan] Pre-compute the sun's PVS 2021-07-19 22:36:51 +09:00
Makemodule.am [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00