quakeforge/libs/video/renderer
Bill Currie 4cf1c167bd [vulkan] Start work on a render job system
The jobs will become the core of the renderer, with each job step being
one of a render pass, compute pass, or processor (CPU-only) task. The
steps support dependencies, which will allow for threading the system in
the future.

Currently, just the structures, parse support, and prototype job
specification (render.plist) have been implemented. No conversion to
working data is done yet, and many things, in particular resources, will
need to be reworked, but this gets the basic design in.
2023-03-10 19:47:40 +09:00
..
gl [renderer] Add fitted pic rendering 2023-01-17 11:33:47 +09:00
glsl [glsl] Be more null-safe for free/destroy functions 2023-03-06 18:21:13 +09:00
sw [vid] Allow render systems to unload late 2023-03-06 21:15:15 +09:00
vulkan [vulkan] Start work on a render job system 2023-03-10 19:47:40 +09:00
crosshair.c [renderer] Make cross hair data easier to see in code 2022-11-18 11:11:38 +09:00
font8x8.c
Makemodule.am [vulkan] Attempt to load the render info spec 2023-02-14 15:17:18 +09:00
noisetextures.c
r_alias.c [scene] Move entity_t etc into scene headers 2022-03-29 14:43:38 +09:00
r_billboard.c [scene] Make entity_t just an entity id for ECS 2022-10-23 22:24:36 +09:00
r_bsp.c [sw] Take advantage of the ECS for edge rendering 2022-10-25 19:36:09 +09:00
r_cvar.c [vid] Remove console view from viddef_t 2022-09-21 17:31:18 +09:00
r_draw.c [console] Resurrect console scaling 2022-11-14 09:49:13 +09:00
r_dyn_textures.c
r_ent.c [sound] Remove a pile of unwanted sound.h includes 2022-06-03 15:43:53 +09:00
r_fog.c [renderer] Fix some non-static linking issues 2022-03-09 06:55:31 +09:00
r_graph.c [renderer] Improve time graph display 2022-12-02 10:52:16 +09:00
r_init.c [glsl] Fix a pile of memory leaks 2023-03-05 18:31:30 +09:00
r_iqm.c [scene] Make entity_t just an entity id for ECS 2022-10-23 22:24:36 +09:00
r_light.c [glsl] Fix a pile of memory leaks 2023-03-05 18:31:30 +09:00
r_main.c [model] Move plane info into mnode_t, and visframe out 2022-05-22 12:41:23 +09:00
r_part.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
r_progs.c [glsl] Fix a pile of memory leaks 2023-03-05 18:31:30 +09:00
r_scrap.c [glsl] Be more null-safe for free/destroy functions 2023-03-06 18:21:13 +09:00
r_screen.c [glsl] Fix a pile of memory leaks 2023-03-05 18:31:30 +09:00
r_sprite.c [scene] Move entity_t etc into scene headers 2022-03-29 14:43:38 +09:00
vid_common.c [ui] Convert view_t to an ECS entity 2022-11-01 00:40:52 +09:00
vid_render_gl.c [vid] Allow render systems to unload late 2023-03-06 21:15:15 +09:00
vid_render_glsl.c [vid] Allow render systems to unload late 2023-03-06 21:15:15 +09:00
vid_render_sw.c [vid] Allow render systems to unload late 2023-03-06 21:15:15 +09:00
vid_render_vulkan.c [vid] Allow render systems to unload late 2023-03-06 21:15:15 +09:00