mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #2996] [CLOSED] Predication and occlusion queries #3136
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/2996
Author: @mikusp
Created: 5/27/2025
Status: ❌ Closed
Base:
main← Head:predication📝 Commits (10+)
5eda82bEnable VK_EXT_conditional_renderingd2ed730Define PM4 SetPredication command0543f1fHandle predication PM4 commandsabdc557Handle occlusion query commandscb69968Run occlusion queries when requested by a gameab9254fFix Vulkan validation errors with using queries34f0f03Use conditional rendering based on the occlusion query results979e174clang-format4a49e2bInclude a barrier for conditional rendering readc52778aFixes📊 Changes
52 files changed (+1423 additions, -339 deletions)
View changed files
📝
CMakeLists.txt(+4 -0)📝
documents/building-linux.md(+1 -1)📝
src/common/config.cpp(+13 -1)📝
src/common/config.h(+3 -1)📝
src/common/logging/filter.cpp(+2 -0)📝
src/common/logging/types.h(+2 -0)📝
src/common/scm_rev.cpp.in(+23 -0)📝
src/common/scm_rev.h(+4 -0)📝
src/core/libraries/companion/companion_error.h(+7 -0)➕
src/core/libraries/companion/companion_util.cpp(+72 -0)➕
src/core/libraries/companion/companion_util.h(+33 -0)📝
src/core/libraries/kernel/memory.cpp(+72 -38)📝
src/core/libraries/kernel/memory.h(+9 -9)📝
src/core/libraries/kernel/threads/pthread.cpp(+27 -4)📝
src/core/libraries/kernel/threads/pthread_attr.cpp(+2 -0)📝
src/core/libraries/libs.cpp(+4 -0)📝
src/core/libraries/network/net.cpp(+139 -7)📝
src/core/libraries/network/net.h(+4 -0)📝
src/core/libraries/np_manager/np_manager.cpp(+25 -11)📝
src/core/libraries/np_manager/np_manager.h(+8 -1)...and 32 more files
📄 Description
Needs more testing, I've tried with Ni no Kuni II but it makes no visible difference there.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.