quakeforge/libs/models
Bill Currie e7401c5ff4 [vulkan] Regenerate mips for transparent textures
BSP textures have pre-generated mips, including the transparent
textures, but mips don't play nicely with the transparency color (255):
it gets blended to other colors (at least in ad tears). Regenerating the
mips from the rgba texture (using transparent black) produces nice
results.

Also, needed to discard on 0 alpha to avoid weird interactions with fog
(I didn't know ad tears had fog: I guess I had last loaded it before
implementing fog).
2024-10-04 22:10:08 +09:00
..
alias [vulkan] Implement skin support 2024-01-15 19:07:33 +09:00
brush [vulkan] Regenerate mips for transparent textures 2024-10-04 22:10:08 +09:00
iqm [iqm] Load skins correctly for qskin 2024-01-20 09:44:29 +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