mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #1358] [MERGED] Devtools - Inspect regs/User data/Shader disassembly #2068
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#2068
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/1358
Author: @viniciuslrangel
Created: 10/12/2024
Status: ✅ Merged
Merged: 10/13/2024
Merged by: @georgemoralis
Base:
main← Head:devtools-shaderinspection📝 Commits (8)
67f9bd4devtools: pm4 - show markers286b6e7SaveDataDialogLib: fix compile with mingw4601853devtools: pm4 - show program statecd10d1cdevtools: pm4 - show program disassemblyccd997cdevtools: pm4 - show frame regsdbce929devtools: pm4 - show color buffer info as popup87ecb87imgui: skip all textures to avoid hanging with crash diagnostic enabled395ac5ddevtools: pm4 - show reg depth buffer📊 Changes
27 files changed (+4219 additions, -291 deletions)
View changed files
📝
CMakeLists.txt(+10 -0)📝
src/core/debug_state.cpp(+64 -1)📝
src/core/debug_state.h(+35 -11)📝
src/core/devtools/layer.cpp(+93 -18)➕
src/core/devtools/options.cpp(+24 -0)➕
src/core/devtools/options.h(+21 -0)📝
src/core/devtools/widget/cmd_list.cpp(+402 -164)📝
src/core/devtools/widget/cmd_list.h(+40 -29)➕
src/core/devtools/widget/common.h(+100 -0)📝
src/core/devtools/widget/frame_dump.cpp(+36 -51)📝
src/core/devtools/widget/frame_dump.h(+2 -4)➕
src/core/devtools/widget/reg_popup.cpp(+182 -0)➕
src/core/devtools/widget/reg_popup.h(+38 -0)➕
src/core/devtools/widget/reg_view.cpp(+305 -0)➕
src/core/devtools/widget/reg_view.h(+50 -0)➕
src/core/devtools/widget/text_editor.cpp(+2334 -0)➕
src/core/devtools/widget/text_editor.h(+408 -0)📝
src/core/libraries/dialogs/error_dialog.cpp(+1 -1)📝
src/core/libraries/gnmdriver/gnmdriver.cpp(+25 -6)📝
src/core/libraries/gnmdriver/gnmdriver.h(+1 -1)...and 7 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.