mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #488] [CLOSED] Bb hacks #1593
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#1593
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/488
Author: @cutemagi
Created: 8/20/2024
Status: ❌ Closed
Base:
main← Head:bb-hacks📝 Commits (3)
1b68929BB retail hackse8413cdskip motion blur draw2d606f8renderer_vulkan: Reduce number of compiled shaders📊 Changes
14 files changed (+263 additions, -91 deletions)
View changed files
➕
src/core/libraries/kernel/event_flag/error_codes.h(+14 -0)📝
src/core/libraries/kernel/thread_management.cpp(+9 -0)📝
src/core/libraries/kernel/time_management.cpp(+7 -0)📝
src/shader_recompiler/frontend/control_flow_graph.cpp(+2 -2)📝
src/shader_recompiler/ir/passes/resource_tracking_pass.cpp(+1 -1)📝
src/video_core/amdgpu/liverpool.cpp(+5 -0)📝
src/video_core/renderer_vulkan/vk_compute_pipeline.cpp(+83 -14)📝
src/video_core/renderer_vulkan/vk_compute_pipeline.h(+11 -3)📝
src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp(+34 -29)📝
src/video_core/renderer_vulkan/vk_graphics_pipeline.h(+4 -5)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp(+86 -32)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.h(+4 -2)📝
src/video_core/renderer_vulkan/vk_rasterizer.cpp(+1 -1)📝
src/video_core/texture_cache/tile_manager.cpp(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.