quakeforge/libs/models/iqm
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
..
gl_model_iqm.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
glsl_model_iqm.c [iqm] Use 32-bit indices for large models 2024-01-09 13:36:46 +09:00
Makemodule.am [model] Build vulkan model libs 2021-01-19 14:12:49 +09:00
model_iqm.c [iqm] Use 32-bit indices for large models 2024-01-09 13:36:46 +09:00
sw_model_iqm.c [iqm] Use 32-bit indices for large models 2024-01-09 13:36:46 +09:00
vulkan_model_iqm.c [vulkan] Add source barrier to packet scatter and image copy 2024-11-27 20:15:51 +09:00