mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[PR #1392] [MERGED] Devtools improvements I #2083
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#2083
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/1392
Author: @viniciuslrangel
Created: 10/16/2024
Status: ✅ Merged
Merged: 10/16/2024
Merged by: @georgemoralis
Base:
main← Head:devtools-improvs1📝 Commits (10+)
cb0814fdevtools: fix showing entire depth instead of bits1aa0cd5devtools: show button for stage instead of menu bar5caee0fdevtools: removed useless "Batch" collapse & don't collapse last batcha145ed0devtools: refactor DrawRow to templatingca0ca49devtools: reg popup size adjusted to the content02f42b8devtools: better window namesd56abb0devtools: regview layout compactededdbe59devtools: option to show collapsed frame dump5d3c2ecdevtools: show compute shader regs8860574devtools: tips popup📊 Changes
19 files changed (+473 additions, -202 deletions)
View changed files
📝
src/common/bit_field.h(+3 -2)📝
src/core/debug_state.cpp(+23 -10)📝
src/core/debug_state.h(+12 -4)➕
src/core/devtools/help.txt(+8 -0)📝
src/core/devtools/layer.cpp(+35 -0)📝
src/core/devtools/options.cpp(+6 -0)📝
src/core/devtools/options.h(+2 -1)📝
src/core/devtools/widget/cmd_list.cpp(+34 -13)📝
src/core/devtools/widget/cmd_list.h(+3 -1)📝
src/core/devtools/widget/common.h(+16 -7)📝
src/core/devtools/widget/frame_dump.cpp(+42 -21)📝
src/core/devtools/widget/frame_dump.h(+1 -0)📝
src/core/devtools/widget/reg_popup.cpp(+91 -81)📝
src/core/devtools/widget/reg_popup.h(+13 -5)📝
src/core/devtools/widget/reg_view.cpp(+167 -49)📝
src/core/devtools/widget/reg_view.h(+9 -2)📝
src/core/libraries/dialogs/ime_dialog_ui.cpp(+1 -1)📝
src/imgui/imgui_std.h(+2 -2)📝
src/video_core/amdgpu/liverpool.cpp(+5 -3)📄 Description
Compute shader, fixes, and better UX
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.