[PR #1910] [MERGED] Devtools IV #2377

Closed
opened 2026-02-27 21:16:16 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: devtools-fixes4


📝 Commits (5)

  • 85ba9e5 devtools: fix popen in non-windows environment
  • f299ba3 devtools: fix frame crash assertion when hidden
  • 0e2a175 devtools: add search to shader list
  • 5c48c77 devtools: add copy name to shader list
  • be2729d devtools: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/1910 **Author:** [@viniciuslrangel](https://github.com/viniciuslrangel) **Created:** 12/26/2024 **Status:** ✅ Merged **Merged:** 12/26/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `devtools-fixes4` --- ### 📝 Commits (5) - [`85ba9e5`](https://github.com/shadps4-emu/shadPS4/commit/85ba9e53348d50c0abe0d1e734b05495a78563e5) devtools: fix popen in non-windows environment - [`f299ba3`](https://github.com/shadps4-emu/shadPS4/commit/f299ba3b5775f007ae28ce2de6b6c25534e38bf3) devtools: fix frame crash assertion when hidden - [`0e2a175`](https://github.com/shadps4-emu/shadPS4/commit/0e2a175633d843973c8a7d697edf4e1ae558b19b) devtools: add search to shader list - [`5c48c77`](https://github.com/shadps4-emu/shadPS4/commit/5c48c77ad48eaf01076ed6048c768aab4dcd7cb1) devtools: add copy name to shader list - [`be2729d`](https://github.com/shadps4-emu/shadPS4/commit/be2729d6cbd2cb375731644b32bcc25180488da6) devtools: frame dump: search by shader name ### 📊 Changes **14 files changed** (+159 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Small bug fixes Search by name in shader list Find batch in frame dump by shader --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:16:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2377
No description provided.