quakeforge/libs/models/brush
Bill Currie 2c8bec27c7 Fix a pile of warnings for gcc 12
Most were pretty easy and fairly logical, but gib's regex was a bit of a
pain until I figured out the real problem was the conditional
assignments.

However, libs/gamecode/test/test-conv4 fails when optimizing due to gcc
using vcvttps2dq (which is nice, actually) for vector forms, but not the
single equivalent other times. I haven't decided what to do with the
test (I might abandon it as it does seem to be UD).
2022-07-31 17:13:26 +09:00
..
gl_model_brush.c [model] Initialize r_notexture_mip in the right places 2022-05-05 23:49:31 +09:00
glsl_model_brush.c [model] Initialize r_notexture_mip in the right places 2022-05-05 23:49:31 +09:00
Makemodule.am [model] Build vulkan model libs 2021-01-19 14:12:49 +09:00
model_brush.c Fix a pile of warnings for gcc 12 2022-07-31 17:13:26 +09:00
sw_model_brush.c [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00
vulkan_model_brush.c [vulkan] Implement thread-safe rendering for the world model 2022-05-23 01:28:43 +09:00