mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #39] [MERGED] work on buffers #1233
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#1233
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/39
Author: @georgemoralis
Created: 9/15/2023
Status: ✅ Merged
Merged: 9/28/2023
Merged by: @georgemoralis
Base:
main← Head:video_buffers📝 Commits (10+)
aacbc4eInitial sceVideoOutRegisterBuffers function (added ErrorCodes returns)243c015more to buffers74ac091added vulkan submodulee2b6c70fixed vulkan compilec081d6csecond try to fix vulkan Buildbe4c88afixed tiling mode checkingf6388c3added vulkan extension initializeef6da6bmore vulkan init progress78bafe8even more vulkan initfaf9a03some vulkan queue work📊 Changes
23 files changed (+1779 additions, -29 deletions)
View changed files
📝
.gitmodules(+8 -0)📝
CMakeLists.txt(+4 -2)📝
src/Core/PS4/GPU/gpu_memory.cpp(+186 -3)📝
src/Core/PS4/GPU/gpu_memory.h(+77 -2)➕
src/Core/PS4/GPU/video_out_buffer.cpp(+126 -0)➕
src/Core/PS4/GPU/video_out_buffer.h(+38 -0)📝
src/Core/PS4/HLE/ErrorCodes.h(+11 -6)📝
src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.cpp(+6 -0)📝
src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h(+22 -1)📝
src/Core/PS4/HLE/Graphics/graphics_ctx.h(+64 -0)➕
src/Core/PS4/HLE/Graphics/graphics_render.cpp(+232 -0)➕
src/Core/PS4/HLE/Graphics/graphics_render.h(+63 -0)📝
src/Core/PS4/HLE/Graphics/video_out.cpp(+92 -3)📝
src/Core/PS4/HLE/Graphics/video_out.h(+7 -0)📝
src/Core/PS4/HLE/Kernel/memory_management.cpp(+1 -1)📝
src/Core/PS4/HLE/LibSceGnmDriver.cpp(+4 -1)📝
src/emulator.cpp(+126 -10)📝
src/emulator.h(+57 -0)➕
src/vulkan_util.cpp(+604 -0)➕
src/vulkan_util.h(+47 -0)...and 3 more files
📄 Description
eventually finishing this pull request we will have video
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.