quakeforge/libs/models/alias
Bill Currie b2a1a3c791 [vulkan] Add source barrier to packet scatter and image copy
I got a sync validation error on a scatter command (I think) thus the
setting was probably wrong. Most of the parameters are still what they
were, but I'll be able to tweak the barriers as necessary.
Unfortunately, it didn't help with the hang on fetching the light cull
query data when starting in fisheye mode (no hang when enabling fisheye
after startup). I'm not sure what's going on there other than the
queries aren't getting updated: the counts seem to be fine so maybe the
commands aren't running. I've probably got a tangled mess of
pseudo-parallel command buffers: I need to go through my system and
clean everything up.
2024-11-27 20:15:51 +09:00
..
floodfill.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
gl_mesh.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gl_model_alias.c [skin] Get team colors working for model skins 2024-01-15 14:59:11 +09:00
glsl_model_alias.c [model] Clean up alias skin loading a little 2022-04-04 17:47:21 +09:00
Makemodule.am [models] Add floodfill.c to the vulkan alias lib 2021-04-03 00:16:25 +09:00
model_alias.c [model] Clean up the model struct a little 2023-09-14 20:35:45 +09:00
sw_model_alias.c [sw] Free alias model cache memory when clearing models 2023-03-20 17:45:28 +09:00
vulkan_model_alias.c [vulkan] Add source barrier to packet scatter and image copy 2024-11-27 20:15:51 +09:00