Add a cvar to convert compressed binary model formats - #9
Open
AlfeosTennor wants to merge 2765 commits into
Open
Add a cvar to convert compressed binary model formats#9AlfeosTennor wants to merge 2765 commits into
AlfeosTennor wants to merge 2765 commits into
Conversation
RobertBeckebans
force-pushed
the
master
branch
from
September 5, 2022 20:11
2b425ea to
b04ba7f
Compare
…and Encoding times
…he player shot near them.
…on macOS release builds
…c legacy definitions
Do not clamp mouse movement to zero if delta is high.
Do not ignore "insane" mouse delta Looks good to me. Thanks
…d for push constant sets
…tBindingSets in sync
Binding set [0] to pipeline layout [0] mismatch fix
Print out Vulkan / DX12 driver name+version to console on startup
Fix Xcode PCH redefinition warnings for clang's libc++ hardening mode
Toggling r_fullscreen at runtime on native Wayland (NVIDIA, KDE) makes vkAcquireNextImageKHR return VK_ERROR_OUT_OF_DATE_KHR because the compositor invalidates the swap chain, sometimes without a size change. The result was only guarded by an assert (compiled out in release), so the engine queued a semaphore wait on the failed acquire's unsignaled semaphore, permanently wedging the graphics queue and deadlocking the next Present() in waitEventQuery. Handle VK_ERROR_OUT_OF_DATE_KHR by recreating the swap chain and re-acquiring before any work is queued on the semaphore. The present semaphore pool is created once in CreateDeviceAndSwapChain() and survives ResizeSwapChain(), so no semaphore changes are needed. A failed vkQueuePresentKHR still executes its semaphore wait per spec, so Present() needs no change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Bind shadow map and jitter images only if vLight->shadowLOD > -1
Fix Vulkan command list timeouts on macOS + AMD GPUs when shadow mapping
Vulkan: fix runtime fullscreen-toggle deadlock on Wayland KDE/KWin + NVIDIA (recreate swap chain on VK_ERROR_OUT_OF_DATE_KHR)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It would be useful to add a cvar to convert compressed binary model formats (.bmd5mesh, .bmd5anim, .blwo) to regular ones (for modding purposes).