mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #812] [CLOSED] Mug inv #1785
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#1785
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/812
Author: @diegolix29
Created: 9/6/2024
Status: ❌ Closed
Base:
main← Head:MugINV📝 Commits (10+)
f2b714ftexture_cache: Use invalidate threshhold0f2892avideo_core: Allow using texture cache to validate texture bufferse2b63bftexture_cache: Use buffer cache in all cases for data source36a515ftexture_cache: Fix depth pitch99b8dc5kernel: Remove missed codee6325d2clang formatcb66b92video_core: Adjust depth format3c0e11fbuffer_cache: Do not cache buffer viewsa871390thread_management: Do not call createMutex on unlocke887992temp: Revert this when pr is done📊 Changes
24 files changed (+254 additions, -197 deletions)
View changed files
📝
.github/workflows/linux-qt.yml(+1 -1)📝
.github/workflows/linux.yml(+1 -1)📝
.github/workflows/macos-qt.yml(+1 -1)📝
.github/workflows/macos.yml(+1 -1)📝
.github/workflows/windows-qt.yml(+1 -1)📝
.github/workflows/windows.yml(+1 -1)📝
src/core/libraries/kernel/thread_management.cpp(+1 -7)📝
src/video_core/buffer_cache/buffer.cpp(+12 -24)📝
src/video_core/buffer_cache/buffer.h(+5 -13)📝
src/video_core/buffer_cache/buffer_cache.cpp(+91 -16)📝
src/video_core/buffer_cache/buffer_cache.h(+7 -3)📝
src/video_core/renderer_vulkan/vk_compute_pipeline.cpp(+7 -6)📝
src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp(+14 -9)📝
src/video_core/renderer_vulkan/vk_instance.cpp(+1 -0)📝
src/video_core/renderer_vulkan/vk_platform.cpp(+2 -0)📝
src/video_core/renderer_vulkan/vk_rasterizer.cpp(+1 -1)📝
src/video_core/texture_cache/host_compatibility.h(+5 -4)📝
src/video_core/texture_cache/image.cpp(+3 -2)📝
src/video_core/texture_cache/image_info.cpp(+2 -2)📝
src/video_core/texture_cache/image_view.cpp(+2 -1)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.