quakeforge/libs/models
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
..
alias [vulkan] Add source barrier to packet scatter and image copy 2024-11-27 20:15:51 +09:00
brush [vulkan] Regenerate mips for transparent textures 2024-10-04 22:10:08 +09:00
iqm [vulkan] Add source barrier to packet scatter and image copy 2024-11-27 20:15:51 +09:00
sprite [vulkan] Fix a silly typo 2023-06-25 00:20:19 +09:00
test [build] Implement tracy memory zones 2024-01-05 11:50:48 +09:00
clip_hull.c [mode] Go back to using dclipnode_t everywhere 2022-05-19 15:16:53 +09:00
fullbright.c [model] Swap fullbright/top/bottom color func params 2021-12-24 06:45:13 +09:00
gl_model_fullbright.c [model] Swap fullbright/top/bottom color func params 2021-12-24 06:45:13 +09:00
gl_skin.c [skin] Fix weird fullbrights on gl models 2024-02-25 14:45:46 +09:00
glsl_skin.c [skin] Fix up dynamic library issues 2024-01-15 15:26:09 +09:00
Makemodule.am [skin] Fix up dynamic library issues 2024-01-15 15:26:09 +09:00
model.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
null_model.c [model] Remove empty brush model functions 2021-01-19 08:26:53 +09:00
portal.c [mode] Go back to using dclipnode_t everywhere 2022-05-19 15:16:53 +09:00
skin.c [skin] Fix up dynamic library issues 2024-01-15 15:26:09 +09:00
sw_skin.c [skin] Fix up dynamic library issues 2024-01-15 15:26:09 +09:00
trace.c Fix some issues found by gcc's -flto 2023-11-16 17:09:20 +09:00
vulkan_skin.c [vulkan] Implement skin support 2024-01-15 19:07:33 +09:00
winding.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00