mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1705] [MERGED] Devtools - Shader editing #2254
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#2254
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/1705
Author: @viniciuslrangel
Created: 12/8/2024
Status: ✅ Merged
Merged: 12/9/2024
Merged by: @psucien
Base:
main← Head:devtools-iii📝 Commits (3)
56d9eb3devtools: shader editing and compilingaa72143devtools: patch shader at runtime3c0ea18devtools: shader editing load patch even with config disabled📊 Changes
19 files changed (+465 additions, -102 deletions)
View changed files
📝
src/common/string_util.cpp(+4 -0)📝
src/common/string_util.h(+2 -0)📝
src/core/debug_state.cpp(+6 -5)📝
src/core/debug_state.h(+30 -12)📝
src/core/devtools/options.h(+2 -2)📝
src/core/devtools/widget/common.h(+22 -9)📝
src/core/devtools/widget/shader_list.cpp(+192 -36)📝
src/core/devtools/widget/shader_list.h(+20 -8)📝
src/core/devtools/widget/text_editor.cpp(+48 -1)📝
src/core/devtools/widget/text_editor.h(+1 -0)📝
src/sdl_window.cpp(+15 -0)📝
src/sdl_window.h(+5 -0)📝
src/video_core/renderer_vulkan/vk_compute_pipeline.cpp(+1 -1)📝
src/video_core/renderer_vulkan/vk_compute_pipeline.h(+21 -3)📝
src/video_core/renderer_vulkan/vk_graphics_pipeline.h(+2 -0)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp(+62 -18)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.h(+20 -7)📝
src/video_core/renderer_vulkan/vk_presenter.h(+8 -0)📝
src/video_core/renderer_vulkan/vk_rasterizer.h(+4 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.