quakeforge/libs/video/renderer
Bill Currie 2b879af3e1 Fix most of the hacks for clang
gcc didn't like a couple of the changes (rightly so: one was actually
incorrect), and the fix for qfcc I didn't think to suggest while working
with Emily.

The general CFLAGS etc fixes mostly required just getting the order of
operations right: check for attributes after setting the warnings flags,
though those needed some care for gcc as it began warning about main
wanting the const attribute.

Fixing the imui link errors required moving the ui functions and setup
to vulkan_lighting.c, which is really the only place they're used.
2023-08-11 18:29:30 +09:00
..
gl [scene] Remove full_transform from renderer_t 2023-08-05 15:56:01 +09:00
glsl [scene] Remove full_transform from renderer_t 2023-08-05 15:56:01 +09:00
sw [scene] Move dynamic lights into the scene ECS 2023-08-04 15:08:56 +09:00
vulkan Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
crosshair.c
font8x8.c
Makemodule.am [vulkan] Move Vulkan_NewScene into vulkan_scene 2023-08-08 11:52:31 +09:00
noisetextures.c
r_alias.c
r_billboard.c
r_bsp.c [renderer] Add a comment about the start map issue 2023-08-06 02:32:11 +09:00
r_cvar.c [scene] Move dynamic lights into the scene ECS 2023-08-04 15:08:56 +09:00
r_draw.c
r_dyn_textures.c
r_ent.c
r_fog.c
r_graph.c [renderer] Improve time graph display 2022-12-02 10:52:16 +09:00
r_init.c [scene] Move dynamic lights into the scene ECS 2023-08-04 15:08:56 +09:00
r_iqm.c
r_light.c [scene] Move dynamic lights into the scene ECS 2023-08-04 15:08:56 +09:00
r_main.c [renderer] Clean up R_MarkLeaves 2023-06-29 00:49:14 +09:00
r_part.c
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 [scene] Move dynamic lights into the scene ECS 2023-08-04 15:08:56 +09:00
r_sprite.c
vid_common.c
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 [sw] Free alias model cache memory when clearing models 2023-03-20 17:45:28 +09:00
vid_render_vulkan.c [vulkan] Move Vulkan_NewScene into vulkan_scene 2023-08-08 11:52:31 +09:00