mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1910] [MERGED] Devtools IV #2377
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#2377
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/1910
Author: @viniciuslrangel
Created: 12/26/2024
Status: ✅ Merged
Merged: 12/26/2024
Merged by: @georgemoralis
Base:
main← Head:devtools-fixes4📝 Commits (5)
85ba9e5devtools: fix popen in non-windows environmentf299ba3devtools: fix frame crash assertion when hidden0e2a175devtools: add search to shader list5c48c77devtools: add copy name to shader listbe2729ddevtools: frame dump: search by shader name📊 Changes
14 files changed (+159 additions, -55 deletions)
View changed files
📝
src/core/debug_state.cpp(+8 -0)📝
src/core/debug_state.h(+4 -0)📝
src/core/devtools/widget/cmd_list.cpp(+36 -1)📝
src/core/devtools/widget/cmd_list.h(+5 -1)📝
src/core/devtools/widget/common.h(+1 -1)📝
src/core/devtools/widget/frame_dump.cpp(+10 -1)📝
src/core/devtools/widget/frame_dump.h(+2 -0)📝
src/core/devtools/widget/frame_graph.cpp(+53 -48)📝
src/core/devtools/widget/frame_graph.h(+2 -0)📝
src/core/devtools/widget/reg_view.cpp(+11 -0)📝
src/core/devtools/widget/shader_list.cpp(+11 -0)📝
src/core/devtools/widget/shader_list.h(+2 -0)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp(+11 -3)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.h(+3 -0)📄 Description
Small bug fixes
Search by name in shader list
Find batch in frame dump by shader
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.